summaryrefslogtreecommitdiff
path: root/upb/bindings/stdc
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bindings/stdc')
-rw-r--r--upb/bindings/stdc/error.c9
-rw-r--r--upb/bindings/stdc/error.h9
-rw-r--r--upb/bindings/stdc/io.c6
-rw-r--r--upb/bindings/stdc/io.h9
4 files changed, 6 insertions, 27 deletions
diff --git a/upb/bindings/stdc/error.c b/upb/bindings/stdc/error.c
index 85c9ca6..521c1e4 100644
--- a/upb/bindings/stdc/error.c
+++ b/upb/bindings/stdc/error.c
@@ -1,11 +1,6 @@
/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2009 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * Handling of errno.
- */
+** Handling of errno.
+*/
#include "upb/stdc/error.h"
diff --git a/upb/bindings/stdc/error.h b/upb/bindings/stdc/error.h
index cfc7025..69a2e2b 100644
--- a/upb/bindings/stdc/error.h
+++ b/upb/bindings/stdc/error.h
@@ -1,11 +1,6 @@
/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2012 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * Handling of errno.
- */
+** Handling of errno.
+*/
#include "upb/upb.h"
diff --git a/upb/bindings/stdc/io.c b/upb/bindings/stdc/io.c
index 5d36aa5..a95eb48 100644
--- a/upb/bindings/stdc/io.c
+++ b/upb/bindings/stdc/io.c
@@ -1,9 +1,3 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2012 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- */
#include "upb/stdc/io.h"
diff --git a/upb/bindings/stdc/io.h b/upb/bindings/stdc/io.h
index 7c6f282..b131500 100644
--- a/upb/bindings/stdc/io.h
+++ b/upb/bindings/stdc/io.h
@@ -1,11 +1,6 @@
/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2012 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * ANSI C file I/O.
- */
+** ANSI C file I/O.
+*/
#ifndef UPB_STDC_IO_H_
#define UPB_STDC_IO_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback