diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-12 17:09:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:12 +0200 |
commit | 689e0228baeb95232430e90d628379db89583d71 (patch) | |
tree | 1ac08f6030261327d8bc231adf1ab3e16f623645 /debug | |
parent | Fix SHA-256 authors. (diff) | |
download | xz-689e0228baeb95232430e90d628379db89583d71.tar.xz |
Change most public domain parts to 0BSD.
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt
were not touched.
COPYING.0BSD was added.
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 |