summaryrefslogtreecommitdiff
path: root/upb/bindings/python/upb.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bindings/python/upb.c')
-rw-r--r--upb/bindings/python/upb.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/upb/bindings/python/upb.c b/upb/bindings/python/upb.c
index 6cfc8e9..778b821 100644
--- a/upb/bindings/python/upb.c
+++ b/upb/bindings/python/upb.c
@@ -1,12 +1,7 @@
/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2009 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * Python extension exposing the core of upb: definitions, handlers,
- * and a message type.
- */
+** Python extension exposing the core of upb: definitions, handlers,
+** and a message type.
+**/
#include <stddef.h>
#include <Python.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback