summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_varint.c2
-rw-r--r--tests/test_vs_proto2.cc4
-rw-r--r--tests/upb_test.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_varint.c b/tests/test_varint.c
index 0150c06..ef74fa6 100644
--- a/tests/test_varint.c
+++ b/tests/test_varint.c
@@ -1,7 +1,7 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2011 Joshua Haberman. See LICENSE for details.
+ * Copyright (c) 2011 Google Inc. See LICENSE for details.
*/
#include "upb_varint_decoder.h"
diff --git a/tests/test_vs_proto2.cc b/tests/test_vs_proto2.cc
index f3c54b4..86d21d2 100644
--- a/tests/test_vs_proto2.cc
+++ b/tests/test_vs_proto2.cc
@@ -1,10 +1,10 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
+ * Copyright (c) 2011 Google Inc. See LICENSE for details.
+ *
* A test that verifies that our results are identical to proto2 for a
* given proto type and input protobuf.
- *
- * Copyright (c) 2011 Joshua Haberman. See LICENSE for details.
*/
#include <assert.h>
diff --git a/tests/upb_test.h b/tests/upb_test.h
index 0e307c5..3009a40 100644
--- a/tests/upb_test.h
+++ b/tests/upb_test.h
@@ -1,7 +1,7 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2011 Joshua Haberman. See LICENSE for details.
+ * Copyright (c) 2011 Google Inc. See LICENSE for details.
*/
#ifndef UPB_TEST_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback