diff options
Diffstat (limited to 'debug')
-rw-r--r-- | debug/Makefile.am | 3 | ||||
-rw-r--r-- | debug/crc32.c | 3 | ||||
-rw-r--r-- | debug/full_flush.c | 3 | ||||
-rw-r--r-- | debug/hex2bin.c | 3 | ||||
-rw-r--r-- | debug/known_sizes.c | 3 | ||||
-rw-r--r-- | debug/memusage.c | 3 | ||||
-rw-r--r-- | debug/repeat.c | 3 | ||||
-rw-r--r-- | debug/sync_flush.c | 3 | ||||
-rw-r--r-- | debug/translation.bash | 3 |
9 files changed, 0 insertions, 27 deletions
diff --git a/debug/Makefile.am b/debug/Makefile.am index 9026fd93..2ebc0bb3 100644 --- a/debug/Makefile.am +++ b/debug/Makefile.am @@ -1,9 +1,6 @@ ## ## Author: Lasse Collin ## -## This file has been put into the public domain. -## You can do whatever you want with this file. -## EXTRA_DIST = \ translation.bash diff --git a/debug/crc32.c b/debug/crc32.c index e545a3cc..b799b444 100644 --- a/debug/crc32.c +++ b/debug/crc32.c @@ -5,9 +5,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/debug/full_flush.c b/debug/full_flush.c index 227f7376..492e9305 100644 --- a/debug/full_flush.c +++ b/debug/full_flush.c @@ -5,9 +5,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/debug/hex2bin.c b/debug/hex2bin.c index 73246244..3cb4bd00 100644 --- a/debug/hex2bin.c +++ b/debug/hex2bin.c @@ -5,9 +5,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/debug/known_sizes.c b/debug/known_sizes.c index 6c3641f8..81c9cbde 100644 --- a/debug/known_sizes.c +++ b/debug/known_sizes.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/debug/memusage.c b/debug/memusage.c index bd72b5a2..6d7dcdc5 100644 --- a/debug/memusage.c +++ b/debug/memusage.c @@ -5,9 +5,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/debug/repeat.c b/debug/repeat.c index a00bde2c..5b19181d 100644 --- a/debug/repeat.c +++ b/debug/repeat.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/debug/sync_flush.c b/debug/sync_flush.c index 22923331..61bde641 100644 --- a/debug/sync_flush.c +++ b/debug/sync_flush.c @@ -5,9 +5,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include "sysdefs.h" diff --git a/debug/translation.bash b/debug/translation.bash index df4210dd..53cbc144 100644 --- a/debug/translation.bash +++ b/debug/translation.bash @@ -20,9 +20,6 @@ # # Author: Lasse Collin # -# This file has been put into the public domain. -# You can do whatever you want with this file. -# ############################################################################### set -e |