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. --- build-aux/ci_build.sh | 3 --- build-aux/manconv.sh | 3 --- build-aux/version.sh | 3 --- 3 files changed, 9 deletions(-) (limited to 'build-aux') diff --git a/build-aux/ci_build.sh b/build-aux/ci_build.sh index ab056818..26f17b89 100755 --- a/build-aux/ci_build.sh +++ b/build-aux/ci_build.sh @@ -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 diff --git a/build-aux/manconv.sh b/build-aux/manconv.sh index 73e8e3b8..a780c7bd 100644 --- a/build-aux/manconv.sh +++ b/build-aux/manconv.sh @@ -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 diff --git a/build-aux/version.sh b/build-aux/version.sh index f9fcda79..8709894c 100644 --- a/build-aux/version.sh +++ b/build-aux/version.sh @@ -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/ -- cgit v1.2.3