summaryrefslogtreecommitdiff
path: root/lang_ext/python
diff options
context:
space:
mode:
Diffstat (limited to 'lang_ext/python')
-rw-r--r--lang_ext/python/cext.c4
-rw-r--r--lang_ext/python/cext.h2
-rw-r--r--lang_ext/python/definition.c3
-rw-r--r--lang_ext/python/definition.h3
-rw-r--r--lang_ext/python/pb.c3
5 files changed, 9 insertions, 6 deletions
diff --git a/lang_ext/python/cext.c b/lang_ext/python/cext.c
index c2199c4..59e8346 100644
--- a/lang_ext/python/cext.c
+++ b/lang_ext/python/cext.c
@@ -1,8 +1,8 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
- *
+ * Copyright (c) 2009 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
*/
#include "cext.h"
diff --git a/lang_ext/python/cext.h b/lang_ext/python/cext.h
index e0e7832..f53e6e7 100644
--- a/lang_ext/python/cext.h
+++ b/lang_ext/python/cext.h
@@ -2,7 +2,7 @@
* upb - a minimalist implementation of protocol buffers.
*
* Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
- *
+ * Author: Josh Haberman <jhaberman@gmail.com>
*/
#ifndef UPB_PYTHON_CEXT_H_
diff --git a/lang_ext/python/definition.c b/lang_ext/python/definition.c
index cc1089d..8e8b852 100644
--- a/lang_ext/python/definition.c
+++ b/lang_ext/python/definition.c
@@ -1,7 +1,8 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
+ * Copyright (c) 2009 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
*
* This file defines the Python module upb.definition. This module
* defines the following Python classes, which wrap upb's internal
diff --git a/lang_ext/python/definition.h b/lang_ext/python/definition.h
index 040019d..f7162cf 100644
--- a/lang_ext/python/definition.h
+++ b/lang_ext/python/definition.h
@@ -1,7 +1,8 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
+ * Copyright (c) 2009 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
*
* See def.h for a general description. These definitions
* must be shared so that specific Python message types (for the
diff --git a/lang_ext/python/pb.c b/lang_ext/python/pb.c
index 0e04a6b..70d32d7 100644
--- a/lang_ext/python/pb.c
+++ b/lang_ext/python/pb.c
@@ -1,7 +1,8 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
+ * Copyright (c) 2009 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
*
* This file implements an interface to Python that is compatible
* (as much as possible) with proto1 (the first implementation of
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback