summaryrefslogtreecommitdiff
path: root/src/upb_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_string.h')
-rw-r--r--src/upb_string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upb_string.h b/src/upb_string.h
index 38c3d55..88a513f 100644
--- a/src/upb_string.h
+++ b/src/upb_string.h
@@ -1,7 +1,8 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2010 Joshua Haberman. See LICENSE for details.
+ * Copyright (c) 2010 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
*
* This file defines a simple string type which is length-delimited instead
* of NULL-terminated, and which has useful sharing semantics.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback