fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit c1734bf20671b1c45d6964e34b85d954e2620b88
parent 55196bdad65f875f569134f16a5b81de26484dcb
Author: sin <sin@2f30.org>
Date:   Sun, 22 Feb 2015 09:39:37 +0000

Remove header license comments

Diffstat:
Minclude/stdio.h | 1-
Minclude/string.h | 1-
Minclude/strings.h | 1-
Minclude/sys/select.h | 1-
Minclude/sys/socket.h | 1-
Minclude/unistd.h | 1-
6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/stdio.h b/include/stdio.h @@ -1,4 +1,3 @@ -/* See LICENSE file for copyright and license details. */ #ifndef FORTIFY_STDIO_H_ #define FORTIFY_STDIO_H_ diff --git a/include/string.h b/include/string.h @@ -1,4 +1,3 @@ -/* See LICENSE file for copyright and license details. */ #ifndef FORTIFY_STRING_H_ #define FORTIFY_STRING_H_ diff --git a/include/strings.h b/include/strings.h @@ -1,4 +1,3 @@ -/* See LICENSE file for copyright and license details. */ #ifndef FORTIFY_STRINGS_H_ #define FORTIFY_STRINGS_H_ diff --git a/include/sys/select.h b/include/sys/select.h @@ -1,4 +1,3 @@ -/* See LICENSE file for copyright and license details. */ #ifndef FORTIFY_SYS_SELECT_H_ #define FORTIFY_SYS_SELECT_H_ diff --git a/include/sys/socket.h b/include/sys/socket.h @@ -1,4 +1,3 @@ -/* See LICENSE file for copyright and license details. */ #ifndef FORTIFY_SYS_SOCKET_H_ #define FORTIFY_SYS_SOCKET_H_ diff --git a/include/unistd.h b/include/unistd.h @@ -1,4 +1,3 @@ -/* See LICENSE file for copyright and license details. */ #ifndef FORTIFY_UNISTD_H_ #define FORTIFY_UNISTD_H_