fortify-headers

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

commit 3d159480208ecad607490f513784a3a68f817f42
parent c18ebb039973edee1318df71bf40a6d90013b5b0
Author: sin <sin@2f30.org>
Date:   Thu, 29 Jan 2015 11:13:07 +0000

Add license info

Diffstat:
Minclude/stdio.h | 1+
Minclude/string.h | 1+
Minclude/strings.h | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/stdio.h b/include/stdio.h @@ -1,3 +1,4 @@ +/* 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,3 +1,4 @@ +/* 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,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #ifndef FORTIFY_STRINGS_H_ #define FORTIFY_STRINGS_H_