From 689e0228baeb95232430e90d628379db89583d71 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 12 Feb 2024 17:09:10 +0200 Subject: Change most public domain parts to 0BSD. Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added. --- doc/examples/01_compress_easy.c | 3 --- doc/examples/02_decompress.c | 3 --- doc/examples/03_compress_custom.c | 3 --- doc/examples/04_compress_easy_mt.c | 3 --- doc/examples/11_file_info.c | 3 --- doc/examples/Makefile | 3 --- 6 files changed, 18 deletions(-) (limited to 'doc') diff --git a/doc/examples/01_compress_easy.c b/doc/examples/01_compress_easy.c index 132a1bdf..d80af757 100644 --- a/doc/examples/01_compress_easy.c +++ b/doc/examples/01_compress_easy.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include diff --git a/doc/examples/02_decompress.c b/doc/examples/02_decompress.c index 98339bef..e874e952 100644 --- a/doc/examples/02_decompress.c +++ b/doc/examples/02_decompress.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include diff --git a/doc/examples/03_compress_custom.c b/doc/examples/03_compress_custom.c index 40c85e36..9fd5f0db 100644 --- a/doc/examples/03_compress_custom.c +++ b/doc/examples/03_compress_custom.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include diff --git a/doc/examples/04_compress_easy_mt.c b/doc/examples/04_compress_easy_mt.c index efe56975..d6cfcb3d 100644 --- a/doc/examples/04_compress_easy_mt.c +++ b/doc/examples/04_compress_easy_mt.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include diff --git a/doc/examples/11_file_info.c b/doc/examples/11_file_info.c index 1e2c25b1..fd8a81ee 100644 --- a/doc/examples/11_file_info.c +++ b/doc/examples/11_file_info.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include diff --git a/doc/examples/Makefile b/doc/examples/Makefile index e8839d88..10f9ef8c 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -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 -- cgit v1.2.3