summaryrefslogtreecommitdiff
path: root/upb/bindings/linux
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-07-07 18:46:14 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-07-07 18:46:14 -0700
commit49dab06e03c16691c4dab1ba012fe8488089a590 (patch)
tree209f0749cbba6db8c9f0bf1094e6b5b5cd5190a0 /upb/bindings/linux
parent6d9a9c727fd966acec7340aeabd5bf4039c6d929 (diff)
Brought into compliance with Google open-source policies.
- removed myself from Author headers in source files. - removed copyright notices from source file headers. - added CONTRIBUTING.md
Diffstat (limited to 'upb/bindings/linux')
-rw-r--r--upb/bindings/linux/assert.h6
-rw-r--r--upb/bindings/linux/errno.h6
-rw-r--r--upb/bindings/linux/stdint.h6
-rw-r--r--upb/bindings/linux/stdio.h8
-rw-r--r--upb/bindings/linux/stdlib.h9
-rw-r--r--upb/bindings/linux/string.h6
6 files changed, 2 insertions, 39 deletions
diff --git a/upb/bindings/linux/assert.h b/upb/bindings/linux/assert.h
index 26d8ab6..543f7fb 100644
--- a/upb/bindings/linux/assert.h
+++ b/upb/bindings/linux/assert.h
@@ -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 <linux/kernel.h>
diff --git a/upb/bindings/linux/errno.h b/upb/bindings/linux/errno.h
index f45d939..d6c56bc 100644
--- a/upb/bindings/linux/errno.h
+++ b/upb/bindings/linux/errno.h
@@ -1,8 +1,2 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2012 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- */
#include <linux/errno.h>
diff --git a/upb/bindings/linux/stdint.h b/upb/bindings/linux/stdint.h
index 2524b23..2aa5144 100644
--- a/upb/bindings/linux/stdint.h
+++ b/upb/bindings/linux/stdint.h
@@ -1,8 +1,2 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2012 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- */
#include <linux/types.h>
diff --git a/upb/bindings/linux/stdio.h b/upb/bindings/linux/stdio.h
index 72c1b0d..dd22e5b 100644
--- a/upb/bindings/linux/stdio.h
+++ b/upb/bindings/linux/stdio.h
@@ -1,10 +1,2 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2012 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * Linux-kernel implementations of some stdlib.h functions.
- */
#include <linux/kernel.h> // For sprintf and friends.
diff --git a/upb/bindings/linux/stdlib.h b/upb/bindings/linux/stdlib.h
index 8381b13..5ae6742 100644
--- a/upb/bindings/linux/stdlib.h
+++ b/upb/bindings/linux/stdlib.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>
- *
- * Linux-kernel implementations of some stdlib.h functions.
- */
+** Linux-kernel implementations of some stdlib.h functions.
+*/
#include <linux/slab.h>
diff --git a/upb/bindings/linux/string.h b/upb/bindings/linux/string.h
index 30ebf8a..9cfd9b3 100644
--- a/upb/bindings/linux/string.h
+++ b/upb/bindings/linux/string.h
@@ -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>
- */
#ifndef UPB_LINUX_STRING_H_
#define UPB_LINUX_STRING_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback