From f1079bdbda6d755f21ef6b7f11cf479b17324e93 Mon Sep 17 00:00:00 2001 From: Jann Horn Date: Sat, 14 Sep 2013 10:28:34 +0200 Subject: [PATCH] remove outdated license header --- compile.sh | 1 - error.c | 1 - fs.c | 1 - hex.c | 1 - ini.c | 1 - io.c | 1 - string.c | 1 - 7 files changed, 7 deletions(-) diff --git a/compile.sh b/compile.sh index 756af2b..042d710 100755 --- a/compile.sh +++ b/compile.sh @@ -2,7 +2,6 @@ # YES, THIS NEEDS BASH, NOT /bin/sh (e.g. for <<<). # Copyright (2013) Jann Horn -# This code is licensed under the AGPLv3. # -f for files with weird names # -u for coding mistakes (or against, to be precise) diff --git a/error.c b/error.c index 9727253..91ee45e 100644 --- a/error.c +++ b/error.c @@ -1,5 +1,4 @@ // Copyright (2013) Jann Horn -// This code is licensed under the AGPLv3. // This file contains stuff for making error-handling easier. diff --git a/fs.c b/fs.c index 1e8a31f..3e31169 100644 --- a/fs.c +++ b/fs.c @@ -1,5 +1,4 @@ // Copyright (2013) Jann Horn -// This code is licensed under the AGPLv3. HEADER #include HEADER #include diff --git a/hex.c b/hex.c index 9d6c624..bdd37ab 100644 --- a/hex.c +++ b/hex.c @@ -1,5 +1,4 @@ // Copyright (2013) Jann Horn -// This code is licensed under the AGPLv3. HEADER #include #include diff --git a/ini.c b/ini.c index 81227fd..8e68c8d 100644 --- a/ini.c +++ b/ini.c @@ -1,5 +1,4 @@ // Copyright (2013) Jann Horn -// This code is licensed under the AGPLv3. // Supports very simple ini files. Structure: // - data is in lines, key=value diff --git a/io.c b/io.c index 2173478..dd0d531 100644 --- a/io.c +++ b/io.c @@ -1,5 +1,4 @@ // Copyright (2013) Jann Horn -// This code is licensed under the AGPLv3. HEADER #include #include diff --git a/string.c b/string.c index 7e6da4f..41082f1 100644 --- a/string.c +++ b/string.c @@ -1,5 +1,4 @@ // Copyright (2013) Jann Horn -// This code is licensed under the AGPLv3. #ifdef __SSE2__ #include -- 2.20.1