From 49dab06e03c16691c4dab1ba012fe8488089a590 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 7 Jul 2015 18:46:14 -0700 Subject: Brought into compliance with Google open-source policies. - removed myself from Author headers in source files. - removed copyright notices from source file headers. - added CONTRIBUTING.md --- tests/test_def.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'tests/test_def.c') diff --git a/tests/test_def.c b/tests/test_def.c index c33d584..3e92df2 100644 --- a/tests/test_def.c +++ b/tests/test_def.c @@ -1,11 +1,7 @@ /* - * upb - a minimalist implementation of protocol buffers. - * - * Copyright (c) 2011 Google Inc. See LICENSE for details. - * - * Test of defs and symtab. There should be far more tests of edge conditions - * (like attempts to link defs that don't have required properties set). - */ +** Test of defs and symtab. There should be far more tests of edge conditions +** (like attempts to link defs that don't have required properties set). +*/ #include "upb/def.h" #include "upb/pb/glue.h" -- cgit v1.2.3