remove outdated license header
authorJann Horn <jann@thejh.net>
Sat, 14 Sep 2013 08:28:34 +0000 (10:28 +0200)
committerJann Horn <jann@thejh.net>
Sat, 14 Sep 2013 08:28:34 +0000 (10:28 +0200)
compile.sh
error.c
fs.c
hex.c
ini.c
io.c
string.c

index 756af2b..042d710 100755 (executable)
@@ -2,7 +2,6 @@
 # YES, THIS NEEDS BASH, NOT /bin/sh (e.g. for <<<).
 
 # Copyright (2013) Jann Horn <jann@thejh.net>
 # YES, THIS NEEDS BASH, NOT /bin/sh (e.g. for <<<).
 
 # Copyright (2013) Jann Horn <jann@thejh.net>
-# This code is licensed under the AGPLv3.
 
 # -f                  for files with weird names
 # -u                  for coding mistakes (or against, to be precise)
 
 # -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 (file)
--- a/error.c
+++ b/error.c
@@ -1,5 +1,4 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
 // Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
 
 // This file contains stuff for making error-handling easier.
 
 
 // This file contains stuff for making error-handling easier.
 
diff --git a/fs.c b/fs.c
index 1e8a31f..3e31169 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -1,5 +1,4 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
 // Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
 
 HEADER #include <stdio.h>
 HEADER #include <sys/types.h>
 
 HEADER #include <stdio.h>
 HEADER #include <sys/types.h>
diff --git a/hex.c b/hex.c
index 9d6c624..bdd37ab 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,5 +1,4 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
 // Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
 
 HEADER #include <sys/types.h>
 #include <assert.h>
 
 HEADER #include <sys/types.h>
 #include <assert.h>
diff --git a/ini.c b/ini.c
index 81227fd..8e68c8d 100644 (file)
--- a/ini.c
+++ b/ini.c
@@ -1,5 +1,4 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
 // Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
 
 // Supports very simple ini files. Structure:
 //  - data is in lines, key=value
 
 // Supports very simple ini files. Structure:
 //  - data is in lines, key=value
diff --git a/io.c b/io.c
index 2173478..dd0d531 100644 (file)
--- a/io.c
+++ b/io.c
@@ -1,5 +1,4 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
 // Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
 
 HEADER #include <sys/types.h>
 #include <unistd.h>
 
 HEADER #include <sys/types.h>
 #include <unistd.h>
index 7e6da4f..41082f1 100644 (file)
--- a/string.c
+++ b/string.c
@@ -1,5 +1,4 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
 // Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
 
 #ifdef __SSE2__
 #include <emmintrin.h>
 
 #ifdef __SSE2__
 #include <emmintrin.h>