From 49dab06e03c16691c4dab1ba012fe8488089a590 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 7 Jul 2015 18:46:14 -0700 Subject: 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 --- upb/bindings/linux/assert.h | 6 ------ upb/bindings/linux/errno.h | 6 ------ upb/bindings/linux/stdint.h | 6 ------ upb/bindings/linux/stdio.h | 8 -------- upb/bindings/linux/stdlib.h | 9 ++------- upb/bindings/linux/string.h | 6 ------ 6 files changed, 2 insertions(+), 39 deletions(-) (limited to 'upb/bindings/linux') 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 - */ #include 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 - */ #include 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 - */ #include 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 - * - * Linux-kernel implementations of some stdlib.h functions. - */ #include // 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 - * - * Linux-kernel implementations of some stdlib.h functions. - */ +** Linux-kernel implementations of some stdlib.h functions. +*/ #include 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 - */ #ifndef UPB_LINUX_STRING_H_ #define UPB_LINUX_STRING_H_ -- cgit v1.2.3