summaryrefslogtreecommitdiff
path: root/tests/pb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pb')
-rw-r--r--tests/pb/test_decoder.cc3
-rw-r--r--tests/pb/test_varint.c5
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/pb/test_decoder.cc b/tests/pb/test_decoder.cc
index c615a3c..6bb53fc 100644
--- a/tests/pb/test_decoder.cc
+++ b/tests/pb/test_decoder.cc
@@ -1,7 +1,4 @@
/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2011 Google Inc. See LICENSE for details.
*
* An exhaustive set of tests for parsing both valid and invalid protobuf
* input, with buffer breaks in arbitrary places.
diff --git a/tests/pb/test_varint.c b/tests/pb/test_varint.c
index c80f127..eff03fa 100644
--- a/tests/pb/test_varint.c
+++ b/tests/pb/test_varint.c
@@ -1,8 +1,3 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2011 Google Inc. See LICENSE for details.
- */
#include <stdio.h>
#include "upb/pb/varint.int.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback