summaryrefslogtreecommitdiff
path: root/upb/json/printer.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/json/printer.c')
-rw-r--r--upb/json/printer.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/upb/json/printer.c b/upb/json/printer.c
index 7e52dc2..4a6f1ad 100644
--- a/upb/json/printer.c
+++ b/upb/json/printer.c
@@ -1,12 +1,7 @@
/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2014 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * This currently uses snprintf() to format primitives, and could be optimized
- * further.
- */
+** This currently uses snprintf() to format primitives, and could be optimized
+** further.
+*/
#include "upb/json/printer.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback