aboutsummaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-12 17:09:10 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-14 18:31:12 +0200
commit689e0228baeb95232430e90d628379db89583d71 (patch)
tree1ac08f6030261327d8bc231adf1ab3e16f623645 /debug
parentFix SHA-256 authors. (diff)
downloadxz-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 '')
-rw-r--r--debug/Makefile.am3
-rw-r--r--debug/crc32.c3
-rw-r--r--debug/full_flush.c3
-rw-r--r--debug/hex2bin.c3
-rw-r--r--debug/known_sizes.c3
-rw-r--r--debug/memusage.c3
-rw-r--r--debug/repeat.c3
-rw-r--r--debug/sync_flush.c3
-rw-r--r--debug/translation.bash3
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