]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Change most public domain parts to 0BSD.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 12 Feb 2024 15:09:10 +0000 (17:09 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 16:31:12 +0000 (18:31 +0200)
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt
were not touched.

COPYING.0BSD was added.

288 files changed:
.github/workflows/ci.yml
.github/workflows/windows-ci.yml
CMakeLists.txt
COPYING
COPYING.0BSD [new file with mode: 0644]
Makefile.am
PACKAGERS
autogen.sh
build-aux/ci_build.sh
build-aux/manconv.sh
build-aux/version.sh
cmake/remove-ordinals.cmake
cmake/tuklib_common.cmake
cmake/tuklib_cpucores.cmake
cmake/tuklib_integer.cmake
cmake/tuklib_large_file_support.cmake
cmake/tuklib_mbstr.cmake
cmake/tuklib_physmem.cmake
cmake/tuklib_progname.cmake
configure.ac
debug/Makefile.am
debug/crc32.c
debug/full_flush.c
debug/hex2bin.c
debug/known_sizes.c
debug/memusage.c
debug/repeat.c
debug/sync_flush.c
debug/translation.bash
doc/examples/01_compress_easy.c
doc/examples/02_decompress.c
doc/examples/03_compress_custom.c
doc/examples/04_compress_easy_mt.c
doc/examples/11_file_info.c
doc/examples/Makefile
dos/Makefile
doxygen/update-doxygen
extra/7z2lzma/7z2lzma.bash
m4/tuklib_common.m4
m4/tuklib_cpucores.m4
m4/tuklib_integer.m4
m4/tuklib_mbstr.m4
m4/tuklib_physmem.m4
m4/tuklib_progname.m4
po4a/update-po
src/Makefile.am
src/common/common_w32res.rc
src/common/mythread.h
src/common/sysdefs.h
src/common/tuklib_common.h
src/common/tuklib_cpucores.c
src/common/tuklib_cpucores.h
src/common/tuklib_exit.c
src/common/tuklib_exit.h
src/common/tuklib_gettext.h
src/common/tuklib_integer.h
src/common/tuklib_mbstr.h
src/common/tuklib_mbstr_fw.c
src/common/tuklib_mbstr_width.c
src/common/tuklib_open_stdxxx.c
src/common/tuklib_open_stdxxx.h
src/common/tuklib_physmem.c
src/common/tuklib_physmem.h
src/common/tuklib_progname.c
src/common/tuklib_progname.h
src/liblzma/Makefile.am
src/liblzma/api/Makefile.am
src/liblzma/api/lzma.h
src/liblzma/api/lzma/base.h
src/liblzma/api/lzma/bcj.h
src/liblzma/api/lzma/block.h
src/liblzma/api/lzma/check.h
src/liblzma/api/lzma/container.h
src/liblzma/api/lzma/delta.h
src/liblzma/api/lzma/filter.h
src/liblzma/api/lzma/hardware.h
src/liblzma/api/lzma/index.h
src/liblzma/api/lzma/index_hash.h
src/liblzma/api/lzma/lzma12.h
src/liblzma/api/lzma/stream_flags.h
src/liblzma/api/lzma/version.h
src/liblzma/api/lzma/vli.h
src/liblzma/check/Makefile.inc
src/liblzma/check/check.c
src/liblzma/check/check.h
src/liblzma/check/crc32_arm64.h
src/liblzma/check/crc32_fast.c
src/liblzma/check/crc32_small.c
src/liblzma/check/crc32_table.c
src/liblzma/check/crc32_tablegen.c
src/liblzma/check/crc32_x86.S
src/liblzma/check/crc64_fast.c
src/liblzma/check/crc64_small.c
src/liblzma/check/crc64_table.c
src/liblzma/check/crc64_tablegen.c
src/liblzma/check/crc64_x86.S
src/liblzma/check/crc_common.h
src/liblzma/check/crc_x86_clmul.h
src/liblzma/check/sha256.c
src/liblzma/common/Makefile.inc
src/liblzma/common/alone_decoder.c
src/liblzma/common/alone_decoder.h
src/liblzma/common/alone_encoder.c
src/liblzma/common/auto_decoder.c
src/liblzma/common/block_buffer_decoder.c
src/liblzma/common/block_buffer_encoder.c
src/liblzma/common/block_buffer_encoder.h
src/liblzma/common/block_decoder.c
src/liblzma/common/block_decoder.h
src/liblzma/common/block_encoder.c
src/liblzma/common/block_encoder.h
src/liblzma/common/block_header_decoder.c
src/liblzma/common/block_header_encoder.c
src/liblzma/common/block_util.c
src/liblzma/common/common.c
src/liblzma/common/common.h
src/liblzma/common/easy_buffer_encoder.c
src/liblzma/common/easy_decoder_memusage.c
src/liblzma/common/easy_encoder.c
src/liblzma/common/easy_encoder_memusage.c
src/liblzma/common/easy_preset.c
src/liblzma/common/easy_preset.h
src/liblzma/common/file_info.c
src/liblzma/common/filter_buffer_decoder.c
src/liblzma/common/filter_buffer_encoder.c
src/liblzma/common/filter_common.c
src/liblzma/common/filter_common.h
src/liblzma/common/filter_decoder.c
src/liblzma/common/filter_decoder.h
src/liblzma/common/filter_encoder.c
src/liblzma/common/filter_encoder.h
src/liblzma/common/filter_flags_decoder.c
src/liblzma/common/filter_flags_encoder.c
src/liblzma/common/hardware_cputhreads.c
src/liblzma/common/hardware_physmem.c
src/liblzma/common/index.c
src/liblzma/common/index.h
src/liblzma/common/index_decoder.c
src/liblzma/common/index_decoder.h
src/liblzma/common/index_encoder.c
src/liblzma/common/index_encoder.h
src/liblzma/common/index_hash.c
src/liblzma/common/lzip_decoder.c
src/liblzma/common/lzip_decoder.h
src/liblzma/common/memcmplen.h
src/liblzma/common/microlzma_decoder.c
src/liblzma/common/microlzma_encoder.c
src/liblzma/common/outqueue.c
src/liblzma/common/outqueue.h
src/liblzma/common/stream_buffer_decoder.c
src/liblzma/common/stream_buffer_encoder.c
src/liblzma/common/stream_decoder.c
src/liblzma/common/stream_decoder.h
src/liblzma/common/stream_decoder_mt.c
src/liblzma/common/stream_encoder.c
src/liblzma/common/stream_encoder_mt.c
src/liblzma/common/stream_flags_common.c
src/liblzma/common/stream_flags_common.h
src/liblzma/common/stream_flags_decoder.c
src/liblzma/common/stream_flags_encoder.c
src/liblzma/common/string_conversion.c
src/liblzma/common/vli_decoder.c
src/liblzma/common/vli_encoder.c
src/liblzma/common/vli_size.c
src/liblzma/delta/Makefile.inc
src/liblzma/delta/delta_common.c
src/liblzma/delta/delta_common.h
src/liblzma/delta/delta_decoder.c
src/liblzma/delta/delta_decoder.h
src/liblzma/delta/delta_encoder.c
src/liblzma/delta/delta_encoder.h
src/liblzma/delta/delta_private.h
src/liblzma/liblzma.pc.in
src/liblzma/liblzma_w32res.rc
src/liblzma/lz/Makefile.inc
src/liblzma/lz/lz_decoder.c
src/liblzma/lz/lz_decoder.h
src/liblzma/lz/lz_encoder.c
src/liblzma/lz/lz_encoder.h
src/liblzma/lz/lz_encoder_hash.h
src/liblzma/lz/lz_encoder_mf.c
src/liblzma/lzma/Makefile.inc
src/liblzma/lzma/fastpos.h
src/liblzma/lzma/fastpos_tablegen.c
src/liblzma/lzma/lzma2_decoder.c
src/liblzma/lzma/lzma2_decoder.h
src/liblzma/lzma/lzma2_encoder.c
src/liblzma/lzma/lzma2_encoder.h
src/liblzma/lzma/lzma_common.h
src/liblzma/lzma/lzma_decoder.c
src/liblzma/lzma/lzma_decoder.h
src/liblzma/lzma/lzma_encoder.c
src/liblzma/lzma/lzma_encoder.h
src/liblzma/lzma/lzma_encoder_optimum_fast.c
src/liblzma/lzma/lzma_encoder_optimum_normal.c
src/liblzma/lzma/lzma_encoder_presets.c
src/liblzma/lzma/lzma_encoder_private.h
src/liblzma/rangecoder/Makefile.inc
src/liblzma/rangecoder/price.h
src/liblzma/rangecoder/price_tablegen.c
src/liblzma/rangecoder/range_common.h
src/liblzma/rangecoder/range_decoder.h
src/liblzma/rangecoder/range_encoder.h
src/liblzma/simple/Makefile.inc
src/liblzma/simple/arm.c
src/liblzma/simple/arm64.c
src/liblzma/simple/armthumb.c
src/liblzma/simple/ia64.c
src/liblzma/simple/powerpc.c
src/liblzma/simple/riscv.c
src/liblzma/simple/simple_coder.c
src/liblzma/simple/simple_coder.h
src/liblzma/simple/simple_decoder.c
src/liblzma/simple/simple_decoder.h
src/liblzma/simple/simple_encoder.c
src/liblzma/simple/simple_encoder.h
src/liblzma/simple/simple_private.h
src/liblzma/simple/sparc.c
src/liblzma/simple/x86.c
src/liblzma/validate_map.sh
src/lzmainfo/Makefile.am
src/lzmainfo/lzmainfo.1
src/lzmainfo/lzmainfo.c
src/lzmainfo/lzmainfo_w32res.rc
src/scripts/Makefile.am
src/scripts/xzless.1
src/xz/Makefile.am
src/xz/args.c
src/xz/args.h
src/xz/coder.c
src/xz/coder.h
src/xz/file_io.c
src/xz/file_io.h
src/xz/hardware.c
src/xz/hardware.h
src/xz/list.c
src/xz/list.h
src/xz/main.c
src/xz/main.h
src/xz/message.c
src/xz/message.h
src/xz/mytime.c
src/xz/mytime.h
src/xz/options.c
src/xz/options.h
src/xz/private.h
src/xz/signals.c
src/xz/signals.h
src/xz/suffix.c
src/xz/suffix.h
src/xz/util.c
src/xz/util.h
src/xz/xz.1
src/xz/xz_w32res.rc
src/xzdec/Makefile.am
src/xzdec/lzmadec_w32res.rc
src/xzdec/xzdec.1
src/xzdec/xzdec.c
src/xzdec/xzdec_w32res.rc
tests/Makefile.am
tests/bcj_test.c
tests/code_coverage.sh
tests/create_compress_files.c
tests/files/README
tests/ossfuzz/fuzz_common.h
tests/ossfuzz/fuzz_decode_alone.c
tests/ossfuzz/fuzz_decode_stream.c
tests/ossfuzz/fuzz_encode_stream.c
tests/test_bcj_exact_size.c
tests/test_block_header.c
tests/test_check.c
tests/test_compress.sh
tests/test_files.sh
tests/test_filter_flags.c
tests/test_filter_str.c
tests/test_hardware.c
tests/test_index.c
tests/test_index_hash.c
tests/test_lzip_decoder.c
tests/test_memlimit.c
tests/test_scripts.sh
tests/test_stream_flags.c
tests/test_suffix.sh
tests/test_vli.c
tests/tests.h
tests/tuktest.h
windows/README-Windows.txt
windows/build.bash

index 21382d5f8f758201c8521dc35a3b21ffdd350135..61345aad71475907a6b91a1aaf6632f3b7312e90 100644 (file)
@@ -2,9 +2,6 @@
 #
 # Author: Jia Tan
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 #############################################################################
 
 name: CI
index c53ab74cd8f01b1717e87907670ca936e39ce7d0..e04994278911984783defe9a8f19b69fda35d3d0 100644 (file)
@@ -2,9 +2,6 @@
 #
 # Author: Jia Tan
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 #############################################################################
 
 name: Windows-CI
index 408b16059ffa020c52abaeb610ce5ae363201766..cbd71a3af2aa73361da74ec4cea641cf69fe41a4 100644 (file)
@@ -38,9 +38,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 #############################################################################
 
 cmake_minimum_required(VERSION 3.13...3.27 FATAL_ERROR)
diff --git a/COPYING b/COPYING
index 7e393aaecc5cf9fa2ccc070d4550fd8cd3d24b6c..4066c93e7a2e5101667efb7e616fdb7769a8eca8 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -6,77 +6,95 @@ XZ Utils Licensing
     is a rough summary of which licenses apply to which parts of this
     package (but check the individual files to be sure!):
 
-      - liblzma is in the public domain.
+      - liblzma is under the BSD Zero Clause License (0BSD).
 
-      - xz, xzdec, and lzmadec command line tools are in the public
-        domain unless GNU getopt_long had to be compiled and linked
-        in from the lib directory. The getopt_long code is under
-        GNU LGPLv2.1+.
+      - The command line tools xz, xzdec, lzmadec, and lzmainfo are
+        under 0BSD except that, on systems that don't have a usable
+        getopt_long, GNU getopt_long is compiled and linked in from the
+        'lib' directory. The getopt_long code is under GNU LGPLv2.1+.
 
       - The scripts to grep, diff, and view compressed files have been
-        adapted from gzip. These scripts and their documentation are
-        under GNU GPLv2+.
-
-      - All the documentation in the doc directory and most of the
-        XZ Utils specific documentation files in other directories
-        are in the public domain.
+        adapted from gzip. These scripts (xzgrep, xzdiff, xzless, and
+        xzmore) and their documentation are under GNU GPLv2+. The man
+        page of xzless ('xzless.1') is an exception: it's under 0BSD.
+
+      - Most of the XZ Utils specific documentation that is in
+        plain text files (like README, INSTALL, PACKAGERS, NEWS,
+        and ChangeLog) are under 0BSD unless stated otherwise in
+        the file itself. The files xz-file-format.txt and
+        lzma-file-format.xt are in the public domain but may
+        be distributed under the terms of 0BSD too.
+
+      - Doxygen-generated HTML version of the liblzma API documentation:
+        While Doxygen is under the GNU GPLv2, the license information
+        in Doxygen includes the following exception:
+
+            Documents produced by doxygen are derivative works
+            derived from the input used in their production;
+            they are not affected by this license.
 
         Note: The JavaScript files (under the MIT license) have
-        been removed from the Doxygen-generated HTML version of the
-        liblzma API documentation. Doxygen itself is under the GNU GPL
-        but the remaining files generated by Doxygen are not affected
-        by the licenses used in Doxygen because Doxygen licensing has
-        the following exception:
+        been removed from the Doxygen output.
 
-            "Documents produced by doxygen are derivative works
-            derived from the input used in their production;
-            they are not affected by this license."
+      - The XZ logo (xz-logo.png) included in the Doxygen-generated
+        documentation is under the Creative Commons BY-SA 4.0 license.
 
-      - The XZ logo included in the Doxygen documentation is under
-        the Creative Commons BY-SA 4.0 license.
+      - Translated messages and man pages are under 0BSD except that
+        some old translations are in the public domain.
 
-      - Translated messages are in the public domain.
+      - Test files and test code in the 'tests' directory, and
+        debugging utilities in the 'debug' directory are under
+        the BSD Zero Clause License (0BSD).
 
-      - The build system contains public domain files, and files that
-        are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
-        in the binaries being built.
+      - The GNU Autotools based build system contains files that are
+        under GNU GPLv2+, GNU GPLv3+, and a few permissive licenses.
+        These files don't affect the licensing of the binaries being
+        built.
 
-      - Test files and test code in the tests directory, and debugging
-        utilities in the debug directory are in the public domain.
+      - The extra directory contain files that are under various
+        free software licenses.
 
-      - The extra directory may contain public domain files, and files
-        that are under various free software licenses.
+    For the files under the BSD Zero Clause License (0BSD), if
+    a copyright notice is needed, the following is sufficient:
 
-    You can do whatever you want with the files that have been put into
-    the public domain. If you find public domain legally problematic,
-    take the previous sentence as a license grant. If you still find
-    the lack of copyright legally problematic, you have too many
-    lawyers.
+        Copyright (C) The XZ Utils authors and contributors
 
-    As usual, this software is provided "as is", without any warranty.
-
-    If you copy significant amounts of public domain code from XZ Utils
+    If you copy significant amounts of 0BSD-licensed code from XZ Utils
     into your project, acknowledging this somewhere in your software is
     polite (especially if it is proprietary, non-free software), but
-    naturally it is not legally required. Here is an example of a good
-    notice to put into "about box" or into documentation:
+    it is not legally required by the license terms. Here is an example
+    of a good notice to put into "about box" or into documentation:
 
         This software includes code from XZ Utils
         <https://xz.tukaani.org/xz-utils/>.
 
     The following license texts are included in the following files:
+      - COPYING.0BSD: BSD Zero Clause License
       - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1
       - COPYING.GPLv2: GNU General Public License version 2
       - COPYING.GPLv3: GNU General Public License version 3
       - COPYING.CC-BY-SA-4.0: Creative Commons Attribution-ShareAlike 4.0
                               International Public License
 
-    Note that the toolchain (compiler, linker etc.) may add some code
-    pieces that are copyrighted. Thus, it is possible that e.g. liblzma
-    binary wouldn't actually be in the public domain in its entirety
-    even though it contains no copyrighted code from the XZ Utils source
-    package.
-
-    If you have questions, don't hesitate to ask the author(s) for more
-    information.
+    A note about old XZ Utils releases:
+
+        XZ Utils releases 5.4.6 and older and 5.5.1alpha have a
+        significant amount of code put into the public domain and
+        that obviously remains so. The switch from public domain to
+        0BSD for newer releases was made in Febrary 2024 because
+        public domain has (real or perceived) legal ambiguities in
+        some jurisdictions.
+
+        There is very little *practical* difference between public
+        domain and 0BSD. The main difference likely is that one
+        shouldn't claim that 0BSD-licensed code is in the public
+        domain; 0BSD-licensed code is copyrighted but available under
+        an extremely permissive license. Neither 0BSD nor public domain
+        require retaining or reproducing author, copyright holder, or
+        license notices when distributing the software. (Compare to,
+        for example, BSD 2-Clause "Simplified" License which does have
+        such requirements.)
+
+    If you have questions, don't hesitate to ask for more information.
+    The contact information is in the README file.
 
diff --git a/COPYING.0BSD b/COPYING.0BSD
new file mode 100644 (file)
index 0000000..4322122
--- /dev/null
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this
+software for any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
+THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
index bf10e0a364cbf690754d6bc7423e73ed1ddb31ad..f3a81cabf9d67c2ff385275bb9e039c9c47e21f8 100644 (file)
@@ -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.
-##
 
 # Use -n to prevent gzip from adding a timestamp to the .gz headers.
 GZIP_ENV = -9n
index 3042c6690c8e31b600e32f3015e4c29b9df6faae..bd656f48a020088c46ead3e27ea3ea0a524d6b61 100644 (file)
--- a/PACKAGERS
+++ b/PACKAGERS
@@ -124,14 +124,15 @@ Information to packagers of XZ Utils
 
     If the package manager supports a license field, you probably should
     put GPLv2+ there (GNU GPL v2 or later). The interesting parts of
-    XZ Utils are in the public domain, but some less important files
-    ending up into the binary package are under GPLv2+. So it is simplest
-    to just say GPLv2+ if you cannot specify "public domain and GPLv2+".
+    XZ Utils are under the BSD Zero Clause License (0BSD), but some less
+    important files ending up into the binary package are under GPLv2+.
+    So it is simplest to just say GPLv2+ if you cannot specify
+    "BSD0 and GPLv2+".
 
     If you split XZ Utils into multiple packages as described earlier
     in this file, liblzma and liblzma-dev packages will contain only
-    public domain code (from XZ Utils at least; compiler or linker may
-    add some third-party code, which may be copyrighted).
+    0BSD-licensed code from XZ Utils (compiler or linker may add some
+    third-party code which may have other licenses).
 
 
 4. configure options
index d5cec1b613eed1a044a4eb6f4de70cc1184f2bfd..7d2c313247c286ace4cf1660dcf8622a8796163c 100755 (executable)
@@ -4,9 +4,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 set -e -x
index ab056818ca87a5649ad09798b9899009c06c70ec..26f17b89620d344332e06c293f5fccd9ac9cb6f2 100755 (executable)
@@ -9,9 +9,6 @@
 #
 # Author: Jia Tan
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 #############################################################################
 
 set -e
index 73e8e3b83e24df638215901f56146620fc1666af..a780c7bd1e4806cb4333dd66f57ee85286f14825 100644 (file)
@@ -17,9 +17,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 FORMAT=$1
index f9fcda79f0a109a99122338ee4e7af938df39a0e..8709894c5eba9bfd0c939e1f61a8dd8aea659af7 100644 (file)
@@ -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.
-#
 #############################################################################
 
 sed -n 's/LZMA_VERSION_STABILITY_ALPHA/alpha/
index 96419d522e18bbc4872962ec10be4c1f287e1fce..60e20be79bbcbe209187462b828f0e1a4b1f4a1e 100644 (file)
@@ -16,9 +16,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 #############################################################################
 
 file(READ "${INPUT_FILE}" STR)
index 088a3cb1cb35436712e16b71a2b1559f48083de8..01d50531b89238015f9cc03a6869a4a6868e8a52 100644 (file)
@@ -3,9 +3,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 
 function(tuklib_add_definitions TARGET_OR_ALL DEFINITIONS)
     # DEFINITIONS may be an empty string/list but it's fine here. There is
index ea16e427912b9df2fd95025c22c2a6a1045c8a1c..377ea19247efe0619a9e566d76a8a66846aca4e8 100644 (file)
@@ -3,9 +3,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 
 include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
 include(CheckCSourceCompiles)
index b2b2097e0c1aff48c02159bb41d94107cf6fe984..268f73c5156b72d3d2e2978a199cd487aa00ffb8 100644 (file)
@@ -3,9 +3,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 
 include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
 include(TestBigEndian)
index 0800faa2a359975f0be00bd1ee848dc3e687553b..071fe47fb0d7cca70ee12728737c508d71501896 100644 (file)
@@ -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.
-#
 
 include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
 include(CheckCSourceCompiles)
index e073be6a676779c6801a207b05cb2f6b6b4c2766..17091e9f07f80aaef44f6d305d55b9e2e2244cbb 100644 (file)
@@ -3,9 +3,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 
 include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
 include(CheckSymbolExists)
index f5ed88897679649eb1066be6899ee12ec2970caa..52179dedd8924932df10d664f0bc368fb8df46da 100644 (file)
@@ -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.
-#
 
 include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
 include(CheckCSourceCompiles)
index d4ab00665570b1c1b7535813cd061163e562a069..f02aa756103bbfb8d954d46e8dd498b7709cf177 100644 (file)
@@ -3,9 +3,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 
 include("${CMAKE_CURRENT_LIST_DIR}/tuklib_common.cmake")
 include(CheckSymbolExists)
index d2fa730c5dbfe1abbe9e3d563c5067d3376571cf..7926da683dddb9778069f73b926757724b4d6e91 100644 (file)
@@ -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.
-#
 ###############################################################################
 
 # NOTE: Don't add useless checks. autoscan detects this and that, but don't
index 9026fd935748e321d04bd9ee3942f2fb67303d7c..2ebc0bb3e947eaa8ba6ede6196a1e6b6eeac86a1 100644 (file)
@@ -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
index e545a3cc1ebe12655b7a1dc1a13ff7cd52bfa476..b799b444c21a8e77f674fe8642ba6f56a32c8da8 100644 (file)
@@ -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"
index 227f73763ee2bfcac29e1fd130185a6f5abceb16..492e9305c2211b6b49b3d98fea6a39b7439c122d 100644 (file)
@@ -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"
index 73246244746ee2fd344f900b08948082693137c6..3cb4bd001003bdfc9b12d92d1c4e74c64d534c39 100644 (file)
@@ -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"
index 6c3641f824ad611cafd74cb97fb836217bf1d316..81c9cbdebd153ee0e6629fc65426e7dbbe6a95cc 100644 (file)
@@ -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"
index bd72b5a22c6e685989181915483241749ac32fb9..6d7dcdc59dd668ca723f7cf5635536794be7ea13 100644 (file)
@@ -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"
index a00bde2cd381f92d208da29aeb350b46ed64d3c4..5b19181d9d8bc8a9b5b725e208a0f624fb15ebd8 100644 (file)
@@ -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"
index 229233313eb25ffe77702737baaf61273fd258ce..61bde64108cc1057514646312c3037668c6eefaf 100644 (file)
@@ -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"
index df4210dd7ca366e1f72ba50c1fb9825089bd0366..53cbc14427a76c28f0d4ea58792b3e0ba8a82897 100644 (file)
@@ -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
index 132a1bdf50a6a387ef609e6520fdd48453cc07d4..d80af7577562bdd7ca96d65692e18c4f84199d9d 100644 (file)
@@ -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 <stdbool.h>
index 98339befa824f60bc6fb8131d2a27598991a6a6e..e874e952a84f6f4dd09496068535582884dbb0e0 100644 (file)
@@ -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 <stdbool.h>
index 40c85e365e7c2c7cd8f909f3d325ca2a088c6c09..9fd5f0db2c2e3ab03add59ebe8241613690109f9 100644 (file)
@@ -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 <stdbool.h>
index efe56975cd5ea74a186d56ea1d31b44e94cf64f8..d6cfcb3dd017380eaea2863132fafb70986becf0 100644 (file)
@@ -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 <stdbool.h>
index 1e2c25b126503eba518d1796146dd192682327f9..fd8a81eede25a0e34cf3f6c76257cd24107b28a7 100644 (file)
@@ -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 <stdbool.h>
index e8839d881e7b38ea47315a6a874890c5dbed90d7..10f9ef8ca3a6ef46ef357cf85584b62a88c977e2 100644 (file)
@@ -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.
-#
 
 CC = c99
 CFLAGS = -g
index 793adc1ceb346f3688ab73017ae0cfd3ca03911f..cfc9ecbc8988ab16fb40a51db203c0142e2a4fbf 100644 (file)
@@ -4,9 +4,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 # For debugging, set comment "#define NDEBUG 1" from config.h to enable
index a5103199a8d14e052ef23a5222b1880e8cc5f3f4..3709704c015427054850f6ecad8d606b9b17767f 100755 (executable)
@@ -16,9 +16,6 @@
 # Authors: Jia Tan
 #          Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 #############################################################################
 
 set -e
index 1777c7868f9757c016cb530aec37575121471866..9d08b4307d4bd4623cefccf873e0e0967281dfc1 100755 (executable)
@@ -17,9 +17,6 @@
 #
 # Author: Lasse Collin <lasse.collin@tukaani.org>
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 #############################################################################
 
 # You can use 7z or 7za, both will work.
index d942a25fa2804fe5a6ff84e84e38db836a4d4829..79fd4aa6fb686fc80804c64cf99a53efb21f9d4b 100644 (file)
@@ -11,9 +11,6 @@
 #
 #   Author: Lasse Collin
 #
-#   This file has been put into the public domain.
-#   You can do whatever you want with this file.
-#
 
 AC_DEFUN_ONCE([TUKLIB_COMMON], [
 AC_REQUIRE([AC_CANONICAL_HOST])
index 873812d66b6ca7c2d75b81f9b1e163f6828f503a..e31597dde56090296cf21249f2f9afac6bc293e9 100644 (file)
@@ -21,9 +21,6 @@
 #
 #   Author: Lasse Collin
 #
-#   This file has been put into the public domain.
-#   You can do whatever you want with this file.
-#
 
 AC_DEFUN_ONCE([TUKLIB_CPUCORES], [
 AC_REQUIRE([TUKLIB_COMMON])
index 89a53fe1d0695ac380e0d0400cfcab12209a2c7c..e2f797f5865836606505df6d3a880e0d5febfa9b 100644 (file)
@@ -15,9 +15,6 @@
 #
 #   Author: Lasse Collin
 #
-#   This file has been put into the public domain.
-#   You can do whatever you want with this file.
-#
 
 AC_DEFUN_ONCE([TUKLIB_INTEGER], [
 AC_REQUIRE([TUKLIB_COMMON])
index 991be9b9cc28b7409ea484b8f94b48028ae7e081..2500907e5931149b59260186b6b9ccd16de7c618 100644 (file)
@@ -19,9 +19,6 @@
 #
 #   Author: Lasse Collin
 #
-#   This file has been put into the public domain.
-#   You can do whatever you want with this file.
-#
 
 AC_DEFUN_ONCE([TUKLIB_MBSTR], [
 AC_REQUIRE([TUKLIB_COMMON])
index 593178594ca1b1af993b117b4635d779c9daa26d..fed92ff5606901e19d4ff33a81dbc45f1a7c9368 100644 (file)
@@ -33,9 +33,6 @@
 #
 #   Author: Lasse Collin
 #
-#   This file has been put into the public domain.
-#   You can do whatever you want with this file.
-#
 
 AC_DEFUN_ONCE([TUKLIB_PHYSMEM], [
 AC_REQUIRE([TUKLIB_COMMON])
index 9f7d4c52e0b0ef58ae05f56525d48b0aba3d3f4a..da84481c962f5093a8670561a524f3bf6f157a27 100644 (file)
@@ -15,9 +15,6 @@
 #
 #   Author: Lasse Collin
 #
-#   This file has been put into the public domain.
-#   You can do whatever you want with this file.
-#
 
 AC_DEFUN_ONCE([TUKLIB_PROGNAME], [
 AC_REQUIRE([TUKLIB_COMMON])
index b1cc9f53a9bc35044ef2fbfdd2bc3f071ca768d9..8c09ac4572661fb86719f73ad32802d4a6f2efbb 100755 (executable)
@@ -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.
-#
 #############################################################################
 
 if type po4a > /dev/null 2>&1; then
index d199e858a8d498069a5dea92343221d049573a56..6089c9461137b14798b6099b02b19e1b8eedf3d1 100644 (file)
@@ -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.
-##
 
 SUBDIRS = liblzma xzdec
 
index d05d22e761954556e5aa91c350e54ecf70ffc3a8..5d616af525a22d3b0bb5c8f2cf96394de87670fe 100644 (file)
@@ -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>
index 7be94567eb2472169c0637bc62b43adcce20e5b6..baa3ec845bc00109553b8199c62ba6bdcac1e227 100644 (file)
@@ -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
index 3e1ff1ebaf4aadf21c7fc80f101b059f2765c478..44c582597d2a1d06655e0b39dc774507ebc09da6 100644 (file)
@@ -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
index 724b8c0e791f46e2c32492264822e8a2eecae417..a722b66fbc43d346742af260bfa2cea9c661dbfc 100644 (file)
@@ -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
index bb3f2f752b1b6dccf3cf6c61e798e50707cbd6c0..d3044e0c32f429a5fa600cf6bfafcda49179aa78 100644 (file)
@@ -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"
index be1ce1c175ae452d17a2f596b40a025b0fd7d8d4..453597d6269ac0efe6577e39b97add832b67c84b 100644 (file)
@@ -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
index aa55620ec563c51ec96bc5d6095668fcaedf247c..9127deb31f7a831f13f62386941ec4d3fe2329da 100644 (file)
@@ -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"
index f8f35a6b14245a4a6a2c446d0e11f1a287d4982d..70d2ec6a7f9017773e7ff9cf1e3e3c6e380f468f 100644 (file)
@@ -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
index ff189040712536368e9c1eb55cc92426c7429db7..8cbf3dfc7d69c257668a73a8d73e66dff8472e8e 100644 (file)
@@ -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
index 6dd2a5f701e6cc63320ddfce618e17057d0484e2..3eb1d511b8fe9902a5c3f8d9e8932dd9738377cd 100644 (file)
@@ -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
index dde9305f0a1ccbfeccd26ec1a879d7f76b97fcdb..3a134d4ef59ec02d416493d761868c1340a8ac02 100644 (file)
@@ -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
index 64c9ad5ae37245ca3a06d2da052d7c8e4bda697e..c1024ce3437e286979f3951f3c2fe14451c1ae47 100644 (file)
@@ -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"
index 69d159e0bbccc4ab5532bf16d61d909441a7c7dd..5c33d522e40892ea3457e9b7995a3440a24d9174 100644 (file)
@@ -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"
index 26702a6afab003c16b70cd31df91e29d254321f7..f425f6c3151af3637efa1d33a829ab30d2b80bdc 100644 (file)
@@ -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"
index b91161609ee6d5208699e3613fb314d26c0c6962..576e9f10ffa4f82811e5757bb2821f1b1ce387d0 100644 (file)
@@ -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
index 779eb0a1ffd97a5c037ac64dc0d5b5ba1f49e46b..32ecc8d9f90f9f3ab52fbc88933d794614a71a2c 100644 (file)
@@ -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"
index 09e2a51338ae798e09213124c55a955738b8f68f..0bad0397c490ae1b457eed935a5abd47a0c96d54 100644 (file)
@@ -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
index e2ef4e555f35dc95bbdbaa4ea7fe2efd1887a4ce..8dfbbc4bf763d900aff4e347c777ac301d47c619 100644 (file)
@@ -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"
index bb80f25e038143f61653664ec95316940a157f04..ed20be7c74a8e52b37b3d745e3339c95e024570e 100644 (file)
@@ -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
index 13453e72398767b44cd94bf74d37f9257d36cf91..79afcba418b09b9f6fe6233c66be22ff39b36c92 100644 (file)
@@ -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.
-##
 
 SUBDIRS = api
 
index db246000cd97c94e77401efb53890b2f080928e1..516437fafd6efbc2181725f675880aa8f20264af 100644 (file)
@@ -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.
-##
 
 nobase_include_HEADERS = \
        lzma.h \
index f6b9469a3daa7686717d71d5db48a48c58f94b64..f4bfea1d94e9c844a4eca71d4f687e65c40023d6 100644 (file)
@@ -3,10 +3,10 @@
  * \brief       The public API of liblzma data compression library
  * \mainpage
  *
- * liblzma is a public domain general-purpose data compression library with
- * a zlib-like API. The native file format is .xz, but also the old .lzma
- * format and raw (no headers) streams are supported. Multiple compression
- * algorithms (filters) are supported. Currently LZMA2 is the primary filter.
+ * liblzma is a general-purpose data compression library with a zlib-like API.
+ * The native file format is .xz, but also the old .lzma format and raw (no
+ * headers) streams are supported. Multiple compression algorithms (filters)
+ * are supported. Currently LZMA2 is the primary filter.
  *
  * liblzma is part of XZ Utils <https://xz.tukaani.org/xz-utils/>. XZ Utils
  * includes a gzip-like command line tool named xz and some other tools.
  * 7-Zip <https://7-zip.org/>, which has a modified version of the public
  * domain SHA-256 code found from Crypto++ <https://www.cryptopp.com/>.
  * The SHA-256 code in Crypto++ was written by Kevin Springle and Wei Dai.
+ *
+ * liblzma is distributed under the BSD Zero Clause License (0BSD).
  */
 
 /*
  * Author: Lasse Collin
- *
- * This file has been put into the public domain.
- * You can do whatever you want with this file.
  */
 
 #ifndef LZMA_H
index adac88a496ad813a5889a4d04334eeddbf9d46c3..7408cd104dc850749324a41a52988ff032e4d814 100644 (file)
@@ -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 LZMA_H_INTERNAL
index 6c700c75f6854202c6de6e9cd04f6e2cd68af5e2..db9d6fa349508419e2c1f6eb8a776c19c6e21ce7 100644 (file)
@@ -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 LZMA_H_INTERNAL
index ec5e77a69ae9c3116c46fe5cbd9d1b6d31852f12..9f6bb1e5776681713af8d19afc9a5190077b8d5d 100644 (file)
@@ -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 LZMA_H_INTERNAL
index b37197d2c7f7373ae7dc2d51b5f4e5de1bda5ebe..3917c8391b01e74a10eaf01ca2437b96b8b844d8 100644 (file)
@@ -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 LZMA_H_INTERNAL
index ed8aa921ea6403b65c6318b57bff0a499b94bfc3..0c515c58ea24bea07056fddd9ed127524266d055 100644 (file)
@@ -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 LZMA_H_INTERNAL
index 7a725bc40742d3c903e6c4d38acbbc49217030a2..33b3bbc350c99c7eba8c987cc9f2a36341cfee24 100644 (file)
@@ -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 LZMA_H_INTERNAL
index 4f601d6c84df2d351943a157532ad4a3d6c4ea43..e0808b69eb9e1f7e4385e7f4a4fc89b47bedaa7f 100644 (file)
@@ -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 LZMA_H_INTERNAL
index f34897d8740f110d23f5aba2dda1b209b56297b0..4c3984b8e6e1b62af4b9291b1576b24d21375835 100644 (file)
@@ -23,9 +23,6 @@
 
 /*
  * Author: Lasse Collin
- *
- * This file has been put into the public domain.
- * You can do whatever you want with this file.
  */
 
 #ifndef LZMA_H_INTERNAL
index 6fd2f618a0b99023e5bbd8115854c7d5f1afdc79..c723d6d24c06573166710777ed0f675f1ed01f60 100644 (file)
@@ -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 LZMA_H_INTERNAL
index a2d4c4845b7c617bd89f3e76a413cfb22932c336..a486b130c3028b5f160d444bf5f9dd0fcb74c92e 100644 (file)
@@ -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.
  */
 
 #ifndef LZMA_H_INTERNAL
index 772c3e29c2dadf885ec69a09a97c5dbaa479e17d..9de0e32682f0fe1f9f8a5809da2c59d3ffc71d36 100644 (file)
@@ -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 LZMA_H_INTERNAL
index 7622a62120e30a57c6b47578d3085baba80a088e..252e6a1db1d633cdda849022217b5cab58928851 100644 (file)
@@ -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 LZMA_H_INTERNAL
index 6503a0cb234cb20078eb94d48a32f9f9b3134047..863033879e88181a5090d4a1787452a2f2366272 100644 (file)
@@ -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 LZMA_H_INTERNAL
index f9ad15500dfe2eb36ebe64e6aba3e4234c078d0b..2174f5ba1a43f6681b7c648becb33d3416cc2c7d 100644 (file)
@@ -17,9 +17,6 @@
 
 /*
  * Author: Lasse Collin
- *
- * This file has been put into the public domain.
- * You can do whatever you want with this file.
  */
 
 #ifndef LZMA_H_INTERNAL
index da7ee0db037f87ab37a5fe563dc5d8bdf5834adf..c38b6e9b1e2123fbc19f2109ebd622331599d5bd 100644 (file)
@@ -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.
-##
 ## Note: There is no check for COND_CHECK_CRC32 because
 ## currently crc32 is always enabled.
 
index 428ddaeb77981d648f9bb8119a00609f6f4374f0..dab4088d013323ce4141424d3b19a15cc8676575 100644 (file)
@@ -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 "check.h"
index 8ae95d59019f7b3a59d6a71be188180fc9de79a0..b8dcc07518cd189961c60ba92b47fb34f0b517dd 100644 (file)
@@ -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 LZMA_CHECK_H
index fc24cd820f40ce233b152e5eecb377d2765b4e00..73b4f9f781f4f0603e12a7049e586c2931d611d7 100644 (file)
@@ -7,9 +7,6 @@
 //              Jia Tan
 //              Hans Jansen
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 
index 1fadb70f1d227aa1bed76da08da9e55229074fa1..068712b2994078ac9e7c52c32bff8b76a89f6c72 100644 (file)
@@ -7,9 +7,6 @@
 //              Ilya Kurdyukov
 //              Hans Jansen
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "check.h"
index 186966e99216f330b1d959a2afccbd23a4d57970..e05e90622cc6cb4c8e9f59afdedb307c7502cf62 100644 (file)
@@ -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 "check.h"
index 09b00fa3f6627c5ac17686187ec5439ae4b10124..47fc3de500389ee41c63dcda5092f07904f0a7f5 100644 (file)
@@ -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 "common.h"
index 31a4d2751db2974d812dac730edd9472f56f54d8..341efdcda13b549f58e6b4eb00f153861242665c 100644 (file)
@@ -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 <stdio.h>
index 4f395df8122af5c09965c3841abf4c5e799e3178..babe8b925be3069b6a332315698f9bb2a9a1ce01 100644 (file)
@@ -11,9 +11,6 @@
  * Authors: Igor Pavlov (original version)
  *          Lasse Collin (AT&T syntax, PIC support, better portability)
  *
- * This file has been put into the public domain.
- * You can do whatever you want with this file.
- *
  * This code needs lzma_crc32_table, which can be created using the
  * following C code:
 
index 6a4e6d2462e8505ea0298c43e13326f247dd23ba..cd843b356004f600f13457267346d0e40c5eea70 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Ilya Kurdyukov
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "check.h"
index 420f7cfbb475ade8a0b88ddb11cd687424e99224..4e113eef72ef19d58b419f66ffc5bbd14435d90f 100644 (file)
@@ -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 "check.h"
index 806a9ce36edcdbadfb0fe2bfe8460f49e7be1e24..0bf07effdd720b01007a5282d633111844fc86d2 100644 (file)
@@ -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 "common.h"
index fddaa7ed1400cecf74b3860e05cec629dc3f1169..9975765de9e53b4f16b03a1e97b1464d2d830b1a 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <stdio.h>
index 9aecf5865455f0561d5fb37dbe5b29d4abad716e..6398081b392fbe97e7e8744624815306e2d14cb5 100644 (file)
@@ -7,9 +7,6 @@
  * Authors: Igor Pavlov (original CRC32 assembly code)
  *          Lasse Collin (CRC64 adaptation of the modified CRC32 code)
  *
- * This file has been put into the public domain.
- * You can do whatever you want with this file.
- *
  * This code needs lzma_crc64_table, which can be created using the
  * following C code:
 
index 123d7db04f283bbc604982076ce18041db018d49..8da151239c98c75438f467fe6fef9cf1dce7d310 100644 (file)
@@ -8,9 +8,6 @@
 //              Hans Jansen
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_CRC_COMMON_H
index f407da5caa15dcbed448bf606da43a7cb83d7fd3..9455868bb11bea3beafb1813a58c96ae60dd8649 100644 (file)
@@ -27,9 +27,6 @@
 //              Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 // This file must not be included more than once.
index 9247fa32160477232c1131d549b339bf98431397..07cd33729f97dd0b5f6a6d075f01593785968695 100644 (file)
@@ -10,9 +10,6 @@
 //  Authors:    Wei Dai
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "check.h"
index f0276a2071e4424ff7809efe68ecbd5d6b7e6715..74c29027f75677c715f04f38883bbfe981450a87 100644 (file)
@@ -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.
-##
 
 liblzma_la_SOURCES += \
        common/common.c \
index 1dc85badf941650889caa60bf59f3efb44c71e14..9ec3c21a548d64f31a6170799abdd4774c1aad3a 100644 (file)
@@ -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 "alone_decoder.h"
index dfa031aa77dd7cca76c06b8084479fe0bae48181..69d44fa5606d83bff992c727b148242a25052e90 100644 (file)
@@ -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 LZMA_ALONE_DECODER_H
index 7d3812fa6ea48e134ba89cbd468d5e4182c27215..b4d57f058778adcf7cb50cfa3bf336e0e3d7d777 100644 (file)
@@ -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 "common.h"
index 2a5c0894d123aa00cc4e6b25e5807f268243ac0c..928a34fc998ce2243713a26d6c8b0af7936efb2a 100644 (file)
@@ -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 "stream_decoder.h"
index b0ded90ddc3eb22590b441b2f62f2ca916e19a86..31e371a6bf02ec87be6c6855b4e2354c0ab78356 100644 (file)
@@ -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 "block_decoder.h"
index fdef02de895594e8ea26e1b97eff8e715dd1b68b..6ae190d5def7b981a0a0bbbb922c250d894b55d8 100644 (file)
@@ -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 "block_buffer_encoder.h"
index 653207f73498ecc002a13f1dff538a72b2b08aac..38696f679acf0d91257cbfa7be6c6f8d06546e8e 100644 (file)
@@ -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 LZMA_BLOCK_BUFFER_ENCODER_H
index be647d4855d4431f11064da83dcf16a11c00c4fb..4f7108ba69aee5a84a82dd7337bd893d3c579e84 100644 (file)
@@ -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 "block_decoder.h"
index 718c5ced886c561b5935ebf9002ca2ebb2f47b7a..9b78e11f0d83dcc5151b17169fd63b6b2860abec 100644 (file)
@@ -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 LZMA_BLOCK_DECODER_H
index 4a136ef65e3360a169cbc3d3d529493e966f365f..020b4c698cba551def19110de924953919629bd4 100644 (file)
@@ -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 "block_encoder.h"
index bd97c186e503027e75c9baf956c928d980a052c6..cffc0479fdd1841f691d4c61411568babdce6aaa 100644 (file)
@@ -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 LZMA_BLOCK_ENCODER_H
index c4935dcf46c131f050b5b69ebff64d86dca33912..12cd5ae35fac22a83dcc0490576b2c12f34ae932 100644 (file)
@@ -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 "common.h"
index 160425d27a3543b7257bc077a216928a36fd9f5e..057c0ffbd4c09509c04020897915d68c3620a5e5 100644 (file)
@@ -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 "common.h"
index acb311142c21e07543c5a19aa1134f8549c41499..07f373f6ebd8c1e52c33d8c1e30cc802abca16cb 100644 (file)
@@ -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 "common.h"
index adb50d785d52befe2355f91449bb22f55488114f..5d1ac990c77867627143d9f3c28c2f9daba4064e 100644 (file)
@@ -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 "common.h"
index 378923e4012b2bcaf7b2d085144a5bd4be6914d3..51afc37f0a81221123b59026dadd00a4f9209d86 100644 (file)
@@ -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 LZMA_COMMON_H
index 48eb56f5cc910e2ca600542c1d9c0716d22b9754..fefc5bbb292843aac32bbc61f8a590eddc2f0921 100644 (file)
@@ -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 "easy_preset.h"
index 20bcd5b717588cc8e3e8f1985856ab1d7314e2a6..36e51165690222d5d5edbd561bbf6dcb2b5c8aef 100644 (file)
@@ -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 "easy_preset.h"
index 5cb492dd0681def7f3ff554a2643ca38422cbd40..9cecbb9d422326c032c27767729368fc1f60189b 100644 (file)
@@ -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 "easy_preset.h"
index e910575842332ada08d9d9f754d97f885cae375a..b3c954d14ba9a4d06bcadbff84e8ab8cb66cffe1 100644 (file)
@@ -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 "easy_preset.h"
index 2f9859860ad78e3a40eed0ea7915bb32a50cbc01..41bf9f69ffaff7684412db9b9663537687939fec 100644 (file)
@@ -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 "easy_preset.h"
index 382ade89406680fbea7198ef5a4f0df22515fb16..c555e93589e8d98aefbeba0cb9fbb5d4f28031b1 100644 (file)
@@ -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 "common.h"
index 799bb024fe1f47d34b4d87d6708bef2c3fae4286..74a223c35ed5aaf919d3c2e5ed36f490daed21b9 100644 (file)
@@ -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 "index_decoder.h"
index 6620986eea8a99f798f3b17dbee691cc069891b0..63d7f3efb63d881c564f1ca8962a7837ffad2203 100644 (file)
@@ -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 "filter_decoder.h"
index dda18e3d8e5ee31c764926e89938dadfe6621076..ef1b86a68fab5f30bc88c1472d4c3d2c7923daf4 100644 (file)
@@ -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 "filter_encoder.h"
index bff68b613cdd1227ea2ed986a9addd77ae92b77e..19ef06535632ec7caefb4f78e253f1afb15addd0 100644 (file)
@@ -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 "filter_common.h"
index 2e47bb69f7f64c0ea3420048c3ca237870277433..0a3feac158ea511af08591b5eaf04c3d210d35ab 100644 (file)
@@ -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 LZMA_FILTER_COMMON_H
index fedd797859dfe941d8ad3d3106e50d660b0a6e19..f1d3a3582f03b619ee961548214ca969ffe1f849 100644 (file)
@@ -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 "filter_decoder.h"
index 2dac602828269c5ef2390be154d784554e0c9b68..c69a0eb2e0d19097d841210deab801530157f1be 100644 (file)
@@ -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 LZMA_FILTER_DECODER_H
index 45a215aaa8706b869b5c64289521a4d6d57831a6..1aa6f07b4959e3dcfd623f9214ed1e2292540a0c 100644 (file)
@@ -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 "filter_encoder.h"
index da92be8b34da5ba17a5b57ac445e6627b98224e9..344ca10f369941adac1d77874000b5ebfa5f7d42 100644 (file)
@@ -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 LZMA_FILTER_ENCODER_H
index ddfb085943d0dde27223dec864f97c0e759c0658..becbcad005d851f93a4f548662bd01f9b12a2e0b 100644 (file)
@@ -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 "filter_decoder.h"
index b57b9fd80b0643f70a81fc5fa5f481aa549b8bb7..f12dc412737517e84ba2544524dd936162a7c340 100644 (file)
@@ -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 "filter_encoder.h"
index 5d246d2cc0831b7b7ef741a97296591ad4a8150d..6ae759e39c87bc8e3a0b610fb8664565cffb900f 100644 (file)
@@ -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 "common.h"
index a2bbbe29d4b45aa2e9893f5b27837c1f782536b5..ddf0ca2c73497aae1e17ad07c9251f5fd003ca69 100644 (file)
@@ -5,9 +5,6 @@
 //
 //  Author:     Jonathan Nieder
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "common.h"
index 8a35f4398dbeb9e3311cdc58bb123504ab5c64ef..ff7f3fcef32712564f326726ddd83929a5527f99 100644 (file)
@@ -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 "common.h"
index 7b27d7004cfa898eb0d4f5876a66e96076749851..3c349d438b429806e38ab08e803fb9d95d69affc 100644 (file)
@@ -12,9 +12,6 @@
 //
 //  Author:     Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_INDEX_H
index 19a31b3e944c8b6a459bd7029466f12464dec526..fbf589824f5f1787db1cc11945991bdbd3fe8ae9 100644 (file)
@@ -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 "index_decoder.h"
index 3fec483331a64d67e9ead6af20a1becf11e044a3..d877c505b473918b41a81d6623b3f3f843e1c679 100644 (file)
@@ -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 LZMA_INDEX_DECODER_H
index 204490cc19d42f9179f05f2eb4095913650abf3d..4939d32805ca3874f3b3b79dc8bec440dac5620f 100644 (file)
@@ -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 "index_encoder.h"
index 4d55cd104785fcb2ba4586f70128cec6fe2cc73e..2c6e904d081ebb198eb9cd1ff63de53c5c5e7ede 100644 (file)
@@ -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 LZMA_INDEX_ENCODER_H
index 52c3d65077714f6361c88814106e3d6f596aad5f..c4bb6e07cac1af5fe52d3e5147c69e3729aa9222 100644 (file)
@@ -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 "common.h"
index 88cc7ffd236b84dd90fceef9ae3f2ddbe72c28e7..b229e1eb11b87553adee1f698e4ee23820b03941 100644 (file)
@@ -6,9 +6,6 @@
 //  Author:     MichaÅ‚ Górny
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lzip_decoder.h"
index 33a01c352ce3c200e198f1e97f0c25425bfb1da4..6c696472fb3444f17799056e606b7a27b44cce19 100644 (file)
@@ -5,9 +5,6 @@
 //
 //  Author:     MichaÅ‚ Górny
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZIP_DECODER_H
index c095c05e46d51b22ceea05555846f78c02e59853..05f92679bde09d9b7591bfb08866545bfaeb7a87 100644 (file)
@@ -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 LZMA_MEMCMPLEN_H
index e473373daaae99b9d20f27a4ad23698bf2e37fe6..7fe0e2a001841d43b8f99b755af5737b1f6783cd 100644 (file)
@@ -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 "lzma_decoder.h"
index a787ca25b83928de00d66e3f493cc3b7601c8a79..3db9ba54a830fcff184fc70aca2b60e7dde6f093 100644 (file)
@@ -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 "lzma_encoder.h"
index 71e8648a294d64386ecd6d49d48b5c7e3936bd79..39c79dfaf5447d00758326c4fccca17417a0c0da 100644 (file)
@@ -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 "outqueue.h"
index 596911e95ee17c859e849537b5cd7186b321e944..0172436bce052102f7972c739dddeaae1c7a30b5 100644 (file)
@@ -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 "common.h"
index b9745b5dbe18bf73eec791895da57a282792e95a..2840d5cd4f4c9aeeea15f549f4c350006ad6409e 100644 (file)
@@ -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 "stream_decoder.h"
index 73157590e6f450ca404af24a29ad4a709b49ed7d..938f1b3b5e14d61606a749f5b4e322ff81a6e969 100644 (file)
@@ -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 "common.h"
index 64283812f29a1ce0237b4312405da0551c7dfb4e..ee0722f8cfa04cbc0401844a0fda8a35ffe35062 100644 (file)
@@ -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 "stream_decoder.h"
index c13c6ba1270653d2cacf1188f0a624a8ed42a8e6..6b86e412b1d96c84849eb117c5995c80e096bec3 100644 (file)
@@ -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 LZMA_STREAM_DECODER_H
index 76212b46da327ae18ae969b25b131e2269b45405..91b339d16e4b8d8faea0055785fa8126e3dbcd6c 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Sebastian Andrzej Siewior
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "common.h"
index ee9204601856cffd99a6d4b5d8cbf4f98b427de5..ff95dc5c6b3c951d2217f3e75ceacc70958eb185 100644 (file)
@@ -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 "block_encoder.h"
index 64de526b6a1731087d545002a40566715136603f..ed6b6b778ea8de23071f32958435a086cbe39e3c 100644 (file)
@@ -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 "filter_encoder.h"
index fbe8eb8abda2174556f864f894b151b19abb2cb0..832e1e5d79b8feef5ec0509088e20f520ecdc0e9 100644 (file)
@@ -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 "stream_flags_common.h"
index 84e96ba1ff6627506bc2502d9a991789bc62442a..b752fce0b08e7845658a18df68c3ad6330fa11cb 100644 (file)
@@ -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 LZMA_STREAM_FLAGS_COMMON_H
index b8d263ba44290f5f96a9f593836f9f82d614bf8d..43341317b9e5155420bf036f81b6227fb29a36bc 100644 (file)
@@ -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 "stream_flags_common.h"
index b98ab17c456c3710df71085165bbc6ee74108c9b..6f8561bc9f53fe27cc2c27439eb821d9955fedd0 100644 (file)
@@ -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 "stream_flags_common.h"
index 0bc459bc3878ddf0389a898cd31e3495119c80da..c8cfaab8d1ff9697b2af92e8e1d090b971093974 100644 (file)
@@ -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 "filter_common.h"
index af2799d1fb901790fdb5fe5984e91e7c07f4acf3..df4254bc0db99dd6c08b330be1b78ef304ce7561 100644 (file)
@@ -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 "common.h"
index f8642694e291095538a68135f55667f105e312b4..99557b24328721721ae2f75525c7575edba724d3 100644 (file)
@@ -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 "common.h"
index ec1b4fa488b6afcb5093f56085a13a81cb8d1434..65d11b9ae4a7dce5ef9aaba4b8d463bbbcfc2d5b 100644 (file)
@@ -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 "common.h"
index c7739b44223aceb56d50b4ed3375488056b596be..b161728e906840bf45efbf02856bcdb9d8df4fdf 100644 (file)
@@ -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.
-##
 
 liblzma_la_SOURCES += \
        delta/delta_common.c \
index 4768201d1a9f2ce670c32279b521017180264641..2d01ceb95fcb8153fe6e7a2e75cc652f13317273 100644 (file)
@@ -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 "delta_common.h"
index 7e7e1baaf680797e4764c632be07f5aa522a578c..232e308d9b81a6c532d3859be0d567d8b8205c7a 100644 (file)
@@ -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 LZMA_DELTA_COMMON_H
index 77cf65cc76d8096ce5d85af97e6c3250bf2e71f0..1e445270049686d740116fb2348d54cdee1d5087 100644 (file)
@@ -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 "delta_decoder.h"
index ad89cc65976436a2de92d6ad30da3e6bc6663603..7c96249a688d4e7af4be876e936381cbf4fdebd6 100644 (file)
@@ -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 LZMA_DELTA_DECODER_H
index 056bf7468ea342399abeb0b59a192e8e7bce9d5e..f11a791433ae16efedc229a7112468d088ba7ead 100644 (file)
@@ -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 "delta_encoder.h"
index 4ab9847851716d4928f73e1533c14cb549aa4f2b..aff721302cb060582860ee3dc6e870739b565560 100644 (file)
@@ -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 LZMA_DELTA_ENCODER_H
index 0d6cb3866115e1d0701d669d29696fa30937b5c7..404657d03de2efbdc5c6df4807e23ab3706b4264 100644 (file)
@@ -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 LZMA_DELTA_PRIVATE_H
index d077cb77135af3429c2f2f4139e4e957511f8b3e..d9ff749c86cdcfc451c32f6fa6dc956ae01ac81c 100644 (file)
@@ -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.
-#
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
index d4d8159c7b4fc66a3a1ebac3d15cae376bc5fef2..da9c51bf5e4451f0cd310d1ac72a277daa4d86e3 100644 (file)
@@ -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.
  */
 
 #define MY_TYPE VFT_DLL
index 75742a84bf88b0fb90387f86bbaedd45153184e4..ecb3b230526e912bb55e6a37755eb45c52c74740 100644 (file)
@@ -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.
-##
 
 if COND_ENCODER_LZ
 liblzma_la_SOURCES += \
index 06c95c1137df061c99cf401a49bb3c6daee10560..158aa08b38f70a920232d069f7d972df81005b28 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 // liblzma supports multiple LZ77-based filters. The LZ part is shared
index ad80d4dd0d1462fbd0790076f74b7b167997613d..6059746a1a7b2760d2c7710d8a976dab8a46a879 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZ_DECODER_H
index c45e193e4150d81cbedaee41cb7baad29cea4285..2058fce14b53f2a30af8c92d3f215e428b5ed5a2 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lz_encoder.h"
index 8bd21322ad3d1388e5d7b327821321575168f948..76f3788ee449366a83f9938fccc871800c615538 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZ_ENCODER_H
index 4d9971ae6a5df3f08f091e17ac68e465056a409d..740694ab02bf1721b6787a7514dce6501deea7ef 100644 (file)
@@ -5,9 +5,6 @@
 //
 //  Author:     Igor Pavlov
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZ_ENCODER_HASH_H
index 1fdc2d794909885d3220aebdd4ab509ee1266e58..b5d9c50970bb8461c045734eab222140d74f8730 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lz_encoder.h"
index 25440d8520c551d88f12c9b52f7514c75003b112..cbe4d800e19f99308419398a1d46d6bdfdc26667 100644 (file)
@@ -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 += lzma/fastpos_tablegen.c
 
index dbeb16f7e31a2986b8b94b3cb3ee7557b7a8e6a5..01be54061610da7689ec6037bd7c8d7d477fe03c 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_FASTPOS_H
index 57ed15039b2778c9eb29b10192da045e97a6e292..9eb19fbd9727d66aec03a61159d19d3d90758a02 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <inttypes.h>
index 567df490ca5bbaf619b5b17c38c6eda312f1e064..5f6e3495cc39a9e3c76e266f0ce1de2038e62c4c 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lzma2_decoder.h"
index ef2dcbfa76f0586ead815da6bc9a017c11073582..acea1eb2c3ed845e8c9af277168968b2490e6c6c 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZMA2_DECODER_H
index 5043a07e0fdf3a698e7f2d86ca958885a59b64f8..9ec32cf7a3b1d3185973d2dfa5dd71edcb003848 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lz_encoder.h"
index 515f1839347ac95994ab9937f24806560a9e35b7..e488860cb44e5bc6ae501418a75a0f8ca521e64f 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZMA2_ENCODER_H
index 9d040d95bb2f8883c8a2f9f405874625aa7f8bb4..6f040467f75a0cdf5877854a4e20ee5a0d63d272 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZMA_COMMON_H
index 26c148a95e259e46f256f1425fb3c417a281ee4a..a82f0da91a13e849eb16d759f8cdfab44941f7d7 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lz_decoder.h"
index 1427bc2461f41e1d3d25ec8c0a6619009a909694..38baddbc9b97a2db4c028850a109c1ccc45863b2 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZMA_DECODER_H
index 79fdeca2902a2451a1e78e0f90dcdb2d931ae680..8779ad882ccc144b2fd28277713a870567674a88 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lzma2_encoder.h"
index 84d8c9163f2d98a1bf05b5b4ab22cbc4f7c78019..2d3d1f3bdf8b21610687b950a8a949acfdb34a87 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZMA_ENCODER_H
index 6c53d2bd0082b84ce7ee2c3a8f4b88cc8ea3e2f0..eb95e74b40d7d7222903defbd895a74802b1ca63 100644 (file)
@@ -4,9 +4,6 @@
 //
 //  Author:     Igor Pavlov
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lzma_encoder_private.h"
index 101c8d47900875018c7c523e47f182f6bad95036..63fb81e06e91317606746329efc8c138efb536af 100644 (file)
@@ -4,9 +4,6 @@
 //
 //  Author:     Igor Pavlov
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "lzma_encoder_private.h"
index 711df0255296c195a02ac2def1912d383c5be07e..87afd85bcf49f1ca3c3613a5cf47e21ab6502b56 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "common.h"
index b228c57761733024a2083b022a3567ea73c93be5..8361083381458f2cd9043d4e9c8d4881aec1da6c 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_LZMA_ENCODER_PRIVATE_H
index d8a597a26075ea0c9f9243834865c1c71a6db59d..0134d1a1c994fd9ed41b60736873a1e2fc2489c7 100644 (file)
@@ -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 += rangecoder/price_tablegen.c
 
index 45dbbbb20cef2f6a0733d01532abbb481422e8e4..9d57c1110e7a227bf3a0335f60be17aad7d3cbd7 100644 (file)
@@ -5,9 +5,6 @@
 //
 //  Author:     Igor Pavlov
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_PRICE_H
index bf08ce39d7e5922a898e5909eca33c9ecca6acf2..65c9fa896be80f3f163765389994836ccd40d54c 100644 (file)
@@ -8,9 +8,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <inttypes.h>
index 2c74dc1537c8fa1c2fe86ca73f6c19f8315d479f..cc0a7fba9c3ff211730f9e34487ba4fff51a896d 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_RANGE_COMMON_H
index 7d0fd81aef58fb9c826313b0500298c7c4a7c412..2cb3bedd1f5cf5d853d231195494d3828ed7c30d 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_RANGE_DECODER_H
index d794eabbccea21beb04a64cc515b936430dd782d..5dff9de1b8c2d739550fd714c4bcfec2d3b22bb9 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef LZMA_RANGE_ENCODER_H
index 360db723a49591c2a67b25faa7d957f77a411f68..416ea8ef5f3f1e787c6922536794ca599b859732 100644 (file)
@@ -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.
-##
 
 liblzma_la_SOURCES += \
        simple/simple_coder.c \
index 6e53970d2f27349e063f8ef1f7d63923611772f2..77d7e13341c3acca6c0cb214d0312364117c0a3f 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 0fe0824eb9318f3760fd5cbda123cbe92ba6a0e7..b81661574bfaa45c0005ac784c727c9429433eb8 100644 (file)
@@ -16,9 +16,6 @@
 //              Jia Tan
 //              Igor Pavlov
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 25d8dbd4f36ed060450fea3291bb82a3b386841a..832cc77ec459289c28bffdcbd07a0d4d65661b80 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 692b0a295ef287dd0498a7b590ece8a588fb1944..1cfa7fdb51c88b6481fa754319036847b9491e77 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 3a340fd171a5dc22f14d92c6b0847db6b36fd12f..448da739d589e0795d2f205dd02ab824e6d34966 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 6e45976be581d185034c7ec926ae7d20236bc093..eeb79fad700b25838c74a73c0e81092d780ff240 100644 (file)
@@ -16,9 +16,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 //  Special thanks:
 //
 //    - Chien Wong <m@xv97.com> provided a few early versions of RISC-V
index ed2d7fb02cca0352810064857da11c147676726f..05b50b53974da56bdfc96f5e9ecae18af36c2851 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 1bb2221762aef2172b48a12e6305372c5cf53e25..431059e1f57d95277ea9cbec20fababf7f4f18a8 100644 (file)
@@ -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 LZMA_SIMPLE_CODER_H
index dc4d241511016c5f36442f60fc9fe1ce278f9cb2..6823eb1e2b9fa4211caa9ab4a3e9a5eac4404ebc 100644 (file)
@@ -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 "simple_decoder.h"
index bed8d37a96530d4d6e6c89e367b6a091aa68c0e3..fc06da91291bf818ab2280a5a077f912abcb226d 100644 (file)
@@ -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 LZMA_SIMPLE_DECODER_H
index d2cc03e58b81e9e453c9260dbdf8de5a957c370f..9e17ec29eb0bb10254d2b08ffb09efb2c6c0f928 100644 (file)
@@ -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 "simple_encoder.h"
index 1cee4823a4ed7469ae0c56303ecdc575eb56646b..ec4b723eee5e83d27ae7f4cdc786691220ce7b49 100644 (file)
@@ -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 LZMA_SIMPLE_ENCODER_H
index 9d2c0fdd761849b649fe344b01168f0a7c1a614a..e4068dd0c126e4129430966e7d92d6ff68d25f9d 100644 (file)
@@ -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 LZMA_SIMPLE_PRIVATE_H
index bad8492ebc06306959aac57073467d5592369918..a6f2f0747ee695ad7d50892c53bb110576b01991 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 232b29542e662929ebecc788484d21260bc2e817..b848f5f93f048bf739642ebb147e46550fc949f4 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Igor Pavlov
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "simple_private.h"
index 2bf6f8b98cbb7488bff86cb4c77465f3d3715deb..92f5daaaf7e05358b4167a262efdb25f20b13165 100644 (file)
@@ -78,9 +78,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 LC_ALL=C
index ff7172b50f380a32778fea8bf43c4dfa68f349d2..8fc84ac2c3f3a52912a963f91cf1b259aa958dd5 100644 (file)
@@ -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.
-##
 
 bin_PROGRAMS = lzmainfo
 
index ce38eee503244dff40e3d9ab201a625432566f64..114e0f30ca6ecc1debd116ebcb7dee303d2a8d3b 100644 (file)
@@ -1,9 +1,7 @@
+.\" SPDX-License-Identifier: 0BSD
 .\"
 .\" Author: Lasse Collin
 .\"
-.\" This file has been put into the public domain.
-.\" You can do whatever you want with this file.
-.\"
 .TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils"
 .SH NAME
 lzmainfo \- show information stored in the .lzma file header
index 71e62958ad6756e307d8936f086f4600c2a9eb68..bf4e29d7024129766b79e54c197f66e291faa61b 100644 (file)
@@ -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"
index 378fbe6958fc973b6f137b76fda73b57c9584920..4ee7136c68b207425caf45946c6402dd2a800328 100644 (file)
@@ -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.
  */
 
 #define MY_TYPE VFT_APP
index fe5742d0073c04ad8ab2fba9e95cb90839b024a2..1e949cdb8b4cef398f58d6be6f17caab1990a066 100644 (file)
@@ -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.
-##
 
 nodist_bin_SCRIPTS = xzdiff xzgrep xzmore xzless
 dist_man_MANS = xzdiff.1 xzgrep.1 xzmore.1 xzless.1
index 2d05459d00c0e68065bebebaebec9de17d6e3bea..6aa3dc36d89876c64e6c2d534a67dcb3d5223ea8 100644 (file)
@@ -1,10 +1,8 @@
+.\" SPDX-License-Identifier: 0BSD
 .\"
 .\" Authors: Andrew Dudman
 .\"          Lasse Collin
 .\"
-.\" This file has been put into the public domain.
-.\" You can do whatever you want with this file.
-.\"
 .\" (Note that this file is not based on gzip's zless.1.)
 .\"
 .TH XZLESS 1 "2010-09-27" "Tukaani" "XZ Utils"
index 34b3c5986076ffc8d4ffb1de561bc30a73f1fc21..159865cad2ba527adeff5ae054d793448c19aad4 100644 (file)
@@ -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.
-##
 
 bin_PROGRAMS = xz
 
index e8b07af36d6fa8663273394eb4a39ea0d335fef6..c3e72b950e6cc99950f3cc5c34f9e0c2aef4436d 100644 (file)
@@ -8,9 +8,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "private.h"
index a1f42f8a92ee609259c83f7b681b293230e419dd..35eb1a63a5f6b4d0bbcce1b5920ed946bc54cd3d 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 typedef struct {
index 2ba64694d3ad8a3d1278d431e8c7befe24e790cd..392849ecf3d8dbfe642971f78dab33f6635a9ad6 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "private.h"
index 7dfa466e206cd6067032f397a048cd4baed47e5e..8f7bfde4cdb5133b3b976790da25577b0bae5785 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 enum operation_mode {
index 9b89434f9f8831563ca0eacfe74006346443f4e6..7e8a5c79b36641e0e0cb2145be0fb2db2563fba4 100644 (file)
@@ -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 "private.h"
index 906fd96079efb602ff098c725d6a8546926fee2f..d5dfd828e4195f594e42e32258ec6b7fefd543c8 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 // Some systems have suboptimal BUFSIZ. Use a bit bigger value on them.
index 73bac4a9872375424326b520029cc894a6be7b64..bc2f52bd93fc6781a5244ea028afa5b85d50c018 100644 (file)
@@ -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 "private.h"
index a67b26efecb84cb49b321f71de8fe7d93a12fdc6..8a5443a0e03fb720dd1ecedbdd6c5b5c3dd04cbe 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// Initialize some hardware-specific variables, which are needed by other
index 9693376016e3f3bac2ce7e0450a428d950e2f15c..561e63e5e67bbfa2fba461fc02d6614100bf5921 100644 (file)
@@ -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 "private.h"
index a4c6ec7dc429f372130913398eae621729a146ef..5d1084a058812995558c6e05f853351feb20cf7d 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// \brief      List information about the given .xz file
index 9c9028332adee75de2fcffc34e5009320e0bc942..26bcb997009a8743e9eec494fd2ef7e0ebb447b3 100644 (file)
@@ -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 "private.h"
index 323f2f7d09cd649220c63202be5dc0228bcaa4d7..ca2a7f3253450ae34cbf1dc8abefd01b37073e40 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// Possible exit status values. These are the same as used by gzip and bzip2.
index 7756b5b27eabb776b697681f0b9947ee405591a2..cc397d7b900836c813ec8fea7e2994dc46729138 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "private.h"
index 20381705afcbef69af18dc2072361b2abc01bb2b..21412d26a55250db27132ee33e8fa21f18f64b38 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// Verbosity levels
index 602e897e7692d77f0d395fbb30cd57245f7644fd..b3be80f5ce0a7ccc933363450bf4a823dae92e4a 100644 (file)
@@ -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 "private.h"
index 5a3c1e210190814e5f7230d3a3abc401bdd9f0c7..6810cc0b70020d877322d82eabc97c03caf1f02a 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 
index 618a50f7a49124e3458a1763b5c06f54213b06be..beef011cbcee2f9710534c19363130fbf6620f59 100644 (file)
@@ -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 "private.h"
index 61ec8d58a14566e9cbf342a4cc61ff471e9bcfcf..7c88f30459af14d90cc9b8663fa724e9dfae73d6 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// \brief      Parser for Delta options
index b822b94420bfe86f99ec7cab0e305f3f216e8662..50937fe174612d9be28ea1c5c6647c91bd3d210d 100644 (file)
@@ -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"
index ff42a3963bf2e613bdb77b0e0ca1e3cb54e03b47..553271c9c9bc5dc954819039bcdf340109a30ad7 100644 (file)
@@ -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 "private.h"
index 5b125e0f0d7b3317626a9e3a3464b49981800839..2740f49f4507d127323dfb699788dbb5a03c4bc9 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// If this is true, we will clean up the possibly incomplete output file,
index f2541831e3543f7a5c187e16fb0a46460feaeea5..a8d9cc21ac2fa80eabe87d2a1a892c2c23247565 100644 (file)
@@ -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 "private.h"
index 135e905688b006a8dd6f8fa0d1a5543682bb3562..e45a16cedd03f948a90946a01c883cbc3b21fa20 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// \brief      Get the name of the destination file
index c9ed82871c5e4240816270f692c30649e7109ebf..4405b5262591f103f0e224b87adf02f7eafde638 100644 (file)
@@ -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 "private.h"
index 1da40371522aff673e6b8a72ec99c71c897223be..f5f56ed6a0b3ac7081f7deafc7aa76b1a82a8651 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 /// \brief      Safe malloc() that never returns NULL
index 950585f8fb8322e5c75c9ad68cadb23ef2975b56..f2c1ce352f5f336a9a7e29007c7a24772743d0cd 100644 (file)
@@ -1,11 +1,9 @@
 '\" t
+.\" SPDX-License-Identifier: 0BSD
 .\"
 .\" Authors: Lasse Collin
 .\"          Jia Tan
 .\"
-.\" This file has been put into the public domain.
-.\" You can do whatever you want with this file.
-.\"
 .TH XZ 1 "2024-01-23" "Tukaani" "XZ Utils"
 .
 .SH NAME
index bad302029913c3bf836bb3013bb8a9df8d99e674..a71afa5b0eb880cfe7a3998ec6c94ebd6f716554 100644 (file)
@@ -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.
  */
 
 #define MY_TYPE VFT_APP
index 90f1e922a07c6eecbfa011316444199f297cd0b5..4dcaf584d55f47d8c487e25df13416e3fa835d7f 100644 (file)
@@ -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.
-##
 
 # Windows resource compiler support. It's fine to use xz_CPPFLAGS
 # also for lzmadec.
index b85962df241aae5d280bc6fcaac632516a7917ea..7e4b91461d7fb368f912d0210d1f23d59cbc9898 100644 (file)
@@ -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.
  */
 
 #define MY_TYPE VFT_APP
index 870501cb93cd1f98eee03f9b07d78b4f6b693963..0ae0fddda18206f0f54e929d2da79b866b0eb00d 100644 (file)
@@ -1,9 +1,7 @@
+.\" SPDX-License-Identifier: 0BSD
 .\"
 .\" Author: Lasse Collin
 .\"
-.\" This file has been put into the public domain.
-.\" You can do whatever you want with this file.
-.\"
 .TH XZDEC 1 "2024-01-19" "Tukaani" "XZ Utils"
 .SH NAME
 xzdec, lzmadec \- Small .xz and .lzma decompressors
index 6eda6a1f4606b7c669f05bef9ab84d14adbad5df..6f150bd712f74701c89393cd41463a621f5dfd8a 100644 (file)
@@ -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"
index 0e26a225b0db1d0df8d6ecbd8eceac44bd5a997d..42c119e5464290efee5c40200da2a04918fd3a16 100644 (file)
@@ -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.
  */
 
 #define MY_TYPE VFT_APP
index 8a0ec53ec24c896c520f3309f69ca91f010f29de..135e80bb31463b13ef688dcb6fa25c730d5084ba 100644 (file)
@@ -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 = \
        files \
index 05de38a28a35b24c650da4c10103bab45fdbe413..c9e9caac01b66901cb88f7c64b86ddcc3812fad5 100644 (file)
@@ -13,9 +13,6 @@
 //
 //  Author:     Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 extern int jump(int a, int b);
index bf2471b4f129d2cf150d509649614d750d660834..870216b65c2b5593d94d9378f7a1bec2916edf29 100755 (executable)
@@ -14,9 +14,6 @@
 #
 # Author: Jia Tan
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 set -e
index 76aa3e309fd34901c244ed066798217907899dc0..a8ddb83c29bcc0a985f724399affb178280b8431 100644 (file)
@@ -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.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "sysdefs.h"
index b0b700c514989384fda8cc64db2643e7516e68eb..e16ee19c9e792405eabf46bd1235992d89034052 100644 (file)
@@ -8,7 +8,8 @@
     .lzma (LZMA_Alone), and .lz (lzip) files in decoder implementations.
     Many of the files have been created by hand with a hex editor, thus
     there is no better "source code" than the files themselves. All the
-    test files and this README have been put into the public domain.
+    test files and this README may be distributed under the terms of
+    the BSD Zero Clause License (0BSD).
 
 
 1. File Types
index 14742f2e5951be78400febc0ecc3c818c0ee8a05..49f131cda6abe3f5b0d4ba137a5079cecf8901d1 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Maksym Vatsyk
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <inttypes.h>
index 2fb7bc096497df19de8b5a98edbe5a5fd9e2e810..e022365535dc4ea819bbb5bbd745789d2281a95c 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Maksym Vatsyk
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <inttypes.h>
index e06613e3b4f2bbad6b59bb12f483fd5d45da481d..37e74241f3b24a1ab3ad5656dcc19947742c1029 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Maksym Vatsyk
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <inttypes.h>
index f5770baa6c26c4d2ce71081a1131e9dad5dd20a4..bf46669d1ac051d4254fd9f4aa40ee616133f6ec 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Maksym Vatsyk
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <inttypes.h>
index 551166cbf7354838aa409ce6fe763ff2ba4bafd1..ce9bd0f42e2d9a021a5786e2fc4ca5319e1c5f1d 100644 (file)
@@ -7,9 +7,6 @@
 //
 //  Author:     Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index 10f4af33dcab2e32d32d6395388aa6b0ceee9f73..500d4b02b6921eea833d30f672a4760368edfc25 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index cb1ad2518094b433c947acfb989758267ae7bccb..e64a7c579184ecb299c7862349d061da5af0bdef 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Lasse Collin
 //              Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index 72c53411096185d64234ce91705b9d15e8fe7c9e..b091b0d4e3dfcbd195d70ffe7ae8d02d4c01a906 100755 (executable)
@@ -4,9 +4,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 # If xz wasn't built, this test is skipped.
index 12f71f3ab3364591f23385eca60a81005193f128..42e53d70b92ac841c86540491109edfc2a795c4e 100755 (executable)
@@ -4,9 +4,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 # If both xz and xzdec were not built, skip this test.
index a889323961a13bd2b89b39ec108885ce7f91b636..5fa6be713f4b4b785ae0ded8449642262c04b53b 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Jia Tan
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index c57473aea9fe3671af5ab4923dbd641a0b0cdf1e..67b99e3c205e6a80245c92279618c2bc7e249e65 100644 (file)
@@ -5,9 +5,6 @@
 //
 //  Author:    Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index c72d9b28fd077b168371b46aaed48551b8714153..9b77d14a207107ba60f31d5fc999aa4e4bc90dbc 100644 (file)
@@ -9,9 +9,6 @@
 //
 //  Author:     Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index 04e5c159c66a82de50e5d30aaae4827ba762bf78..1f34e86422a5b36f3bc3197aef769d68c0ece859 100644 (file)
@@ -9,9 +9,6 @@
 //              Lasse Collin
 //
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index f3c6e8fc80b1d8315292335b6094b57b8e784806..12ec7e70ef30982c329d17e3ff120d589fb9a56d 100644 (file)
@@ -9,9 +9,6 @@
 //
 //  Author:     Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index e115573b6dd2c09e84ba9e09901817a8f332f052..8d6ad4c4d8856cf75d4415c7b58859a5ce2cc436 100644 (file)
@@ -5,9 +5,6 @@
 //
 //  Author:     Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index c45a44b5769ec95faf3dc1650851cbafa4beb3b2..3c009d1fbbd2dd1cc06a129542e4a033be586a72 100644 (file)
@@ -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 "tests.h"
index ee823612271841634aeb089489fae54d56adf996..bcef180ac63fe422966af6f0528c64e5d5735171 100755 (executable)
@@ -4,9 +4,6 @@
 #
 # Author: Jonathan Nieder
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 # If scripts weren't built, this test is skipped.
index 2248e67ab3b45909c028206634ab96036836a9ad..38a6a83ebce5f3249065f1f62a1c26767c185785 100644 (file)
@@ -6,9 +6,6 @@
 //  Authors:    Jia Tan
 //              Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index f90ff7ab3d35ea63f3c3d0ee3e50adf37a262cb7..606f0f4d6cdbde6a33efb0b6ff97d6538c6e428e 100755 (executable)
@@ -4,9 +4,6 @@
 #
 # Author: Jia Tan
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 # If xz was not built, skip this test.
index 996b775b666d4425dbbcae369d2a4a15a7abe10b..8767f7683d7c36f79e9af672d9486801d150db6e 100644 (file)
@@ -5,9 +5,6 @@
 //
 //  Author:     Jia Tan
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "tests.h"
index 2d427000d36536e948b6c7c7899d1f7d322f32db..21d7c258c3b69dff9aa60c1efdeadbf7bb67e261 100644 (file)
@@ -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 LZMA_TESTS_H
index 508eacee85a377c40cb8edb6fe979cfea9a5d61c..011bf8528f848c0cd3714df30ec211bbbfa7de17 100644 (file)
 //
 //  Author:    Lasse Collin
 //
-//  This file has been put into the public domain.
-//  You can do whatever you want with this file.
-//
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef TUKTEST_H
index 9d277773bca492b120d71a1cca12a941bbc79942..504700dd2a4f83f2314ac2804ab4ea0d5eb4c5d9 100644 (file)
@@ -11,11 +11,12 @@ Introduction
     <https://xz.tukaani.org/xz-utils/>.
 
     The parts of the XZ Utils source code, that are relevant to this
-    binary package, are in the public domain. XZ Utils have been built
-    for this package with MinGW-w64 and linked statically against its
-    runtime libraries. See COPYING-Windows.txt for the copyright and
-    license information that applies to the MinGW-w64 runtime. You must
-    include it when redistributing these XZ Utils binaries.
+    binary package, are under the BSD Zero Clause License (0BSD).
+    XZ Utils have been built for this package with MinGW-w64 and linked
+    statically against its runtime libraries. See COPYING-Windows.txt
+    for the copyright and license information that applies to the
+    MinGW-w64 runtime. You must include it when redistributing these
+    XZ Utils binaries.
 
 
 Package contents
index 9229af738bb92d5339c8a450045e0201982e476b..52f31b0ef4e46dd63a383769addc33e20ee41d10 100644 (file)
@@ -21,9 +21,6 @@
 #
 # Author: Lasse Collin
 #
-# This file has been put into the public domain.
-# You can do whatever you want with this file.
-#
 ###############################################################################
 
 MINGW_DIR=/c/devel/tools/mingw