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 /src/common | |
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 'src/common')
-rw-r--r-- | src/common/common_w32res.rc | 3 | ||||
-rw-r--r-- | src/common/mythread.h | 3 | ||||
-rw-r--r-- | src/common/sysdefs.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_common.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_cpucores.c | 3 | ||||
-rw-r--r-- | src/common/tuklib_cpucores.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_exit.c | 3 | ||||
-rw-r--r-- | src/common/tuklib_exit.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_gettext.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_integer.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_mbstr.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_mbstr_fw.c | 3 | ||||
-rw-r--r-- | src/common/tuklib_mbstr_width.c | 3 | ||||
-rw-r--r-- | src/common/tuklib_open_stdxxx.c | 3 | ||||
-rw-r--r-- | src/common/tuklib_open_stdxxx.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_physmem.c | 3 | ||||
-rw-r--r-- | src/common/tuklib_physmem.h | 3 | ||||
-rw-r--r-- | src/common/tuklib_progname.c | 3 | ||||
-rw-r--r-- | src/common/tuklib_progname.h | 3 |
19 files changed, 0 insertions, 57 deletions
diff --git a/src/common/common_w32res.rc b/src/common/common_w32res.rc index d05d22e7..5d616af5 100644 --- a/src/common/common_w32res.rc +++ b/src/common/common_w32res.rc @@ -1,8 +1,5 @@ /* * Author: Lasse Collin - * - * This file has been put into the public domain. - * You can do whatever you want with this file. */ #include <winresrc.h> diff --git a/src/common/mythread.h b/src/common/mythread.h index 7be94567..baa3ec84 100644 --- a/src/common/mythread.h +++ b/src/common/mythread.h @@ -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. -// /////////////////////////////////////////////////////////////////////////////// #ifndef MYTHREAD_H diff --git a/src/common/sysdefs.h b/src/common/sysdefs.h index 3e1ff1eb..44c58259 100644 --- a/src/common/sysdefs.h +++ b/src/common/sysdefs.h @@ -8,9 +8,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #ifndef LZMA_SYSDEFS_H diff --git a/src/common/tuklib_common.h b/src/common/tuklib_common.h index 724b8c0e..a722b66f 100644 --- a/src/common/tuklib_common.h +++ b/src/common/tuklib_common.h @@ -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. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_COMMON_H diff --git a/src/common/tuklib_cpucores.c b/src/common/tuklib_cpucores.c index bb3f2f75..d3044e0c 100644 --- a/src/common/tuklib_cpucores.c +++ b/src/common/tuklib_cpucores.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 "tuklib_cpucores.h" diff --git a/src/common/tuklib_cpucores.h b/src/common/tuklib_cpucores.h index be1ce1c1..453597d6 100644 --- a/src/common/tuklib_cpucores.h +++ b/src/common/tuklib_cpucores.h @@ -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. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_CPUCORES_H diff --git a/src/common/tuklib_exit.c b/src/common/tuklib_exit.c index aa55620e..9127deb3 100644 --- a/src/common/tuklib_exit.c +++ b/src/common/tuklib_exit.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 "tuklib_common.h" diff --git a/src/common/tuklib_exit.h b/src/common/tuklib_exit.h index f8f35a6b..70d2ec6a 100644 --- a/src/common/tuklib_exit.h +++ b/src/common/tuklib_exit.h @@ -6,9 +6,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_EXIT_H diff --git a/src/common/tuklib_gettext.h b/src/common/tuklib_gettext.h index ff189040..8cbf3dfc 100644 --- a/src/common/tuklib_gettext.h +++ b/src/common/tuklib_gettext.h @@ -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. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_GETTEXT_H diff --git a/src/common/tuklib_integer.h b/src/common/tuklib_integer.h index 6dd2a5f7..3eb1d511 100644 --- a/src/common/tuklib_integer.h +++ b/src/common/tuklib_integer.h @@ -37,9 +37,6 @@ // Authors: Lasse Collin // Joachim Henke // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_INTEGER_H diff --git a/src/common/tuklib_mbstr.h b/src/common/tuklib_mbstr.h index dde9305f..3a134d4e 100644 --- a/src/common/tuklib_mbstr.h +++ b/src/common/tuklib_mbstr.h @@ -10,9 +10,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_MBSTR_H diff --git a/src/common/tuklib_mbstr_fw.c b/src/common/tuklib_mbstr_fw.c index 64c9ad5a..c1024ce3 100644 --- a/src/common/tuklib_mbstr_fw.c +++ b/src/common/tuklib_mbstr_fw.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 "tuklib_mbstr.h" diff --git a/src/common/tuklib_mbstr_width.c b/src/common/tuklib_mbstr_width.c index 69d159e0..5c33d522 100644 --- a/src/common/tuklib_mbstr_width.c +++ b/src/common/tuklib_mbstr_width.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 "tuklib_mbstr.h" diff --git a/src/common/tuklib_open_stdxxx.c b/src/common/tuklib_open_stdxxx.c index 26702a6a..f425f6c3 100644 --- a/src/common/tuklib_open_stdxxx.c +++ b/src/common/tuklib_open_stdxxx.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 "tuklib_open_stdxxx.h" diff --git a/src/common/tuklib_open_stdxxx.h b/src/common/tuklib_open_stdxxx.h index b9116160..576e9f10 100644 --- a/src/common/tuklib_open_stdxxx.h +++ b/src/common/tuklib_open_stdxxx.h @@ -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. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_OPEN_STDXXX_H diff --git a/src/common/tuklib_physmem.c b/src/common/tuklib_physmem.c index 779eb0a1..32ecc8d9 100644 --- a/src/common/tuklib_physmem.c +++ b/src/common/tuklib_physmem.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 "tuklib_physmem.h" diff --git a/src/common/tuklib_physmem.h b/src/common/tuklib_physmem.h index 09e2a513..0bad0397 100644 --- a/src/common/tuklib_physmem.h +++ b/src/common/tuklib_physmem.h @@ -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. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_PHYSMEM_H diff --git a/src/common/tuklib_progname.c b/src/common/tuklib_progname.c index e2ef4e55..8dfbbc4b 100644 --- a/src/common/tuklib_progname.c +++ b/src/common/tuklib_progname.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 "tuklib_progname.h" diff --git a/src/common/tuklib_progname.h b/src/common/tuklib_progname.h index bb80f25e..ed20be7c 100644 --- a/src/common/tuklib_progname.h +++ b/src/common/tuklib_progname.h @@ -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. -// /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_PROGNAME_H |