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. --- cmake/remove-ordinals.cmake | 3 --- cmake/tuklib_common.cmake | 3 --- cmake/tuklib_cpucores.cmake | 3 --- cmake/tuklib_integer.cmake | 3 --- cmake/tuklib_large_file_support.cmake | 3 --- cmake/tuklib_mbstr.cmake | 3 --- cmake/tuklib_physmem.cmake | 3 --- cmake/tuklib_progname.cmake | 3 --- 8 files changed, 24 deletions(-) (limited to 'cmake') diff --git a/cmake/remove-ordinals.cmake b/cmake/remove-ordinals.cmake index 96419d52..60e20be7 100644 --- a/cmake/remove-ordinals.cmake +++ b/cmake/remove-ordinals.cmake @@ -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) diff --git a/cmake/tuklib_common.cmake b/cmake/tuklib_common.cmake index 088a3cb1..01d50531 100644 --- a/cmake/tuklib_common.cmake +++ b/cmake/tuklib_common.cmake @@ -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 diff --git a/cmake/tuklib_cpucores.cmake b/cmake/tuklib_cpucores.cmake index ea16e427..377ea192 100644 --- a/cmake/tuklib_cpucores.cmake +++ b/cmake/tuklib_cpucores.cmake @@ -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) diff --git a/cmake/tuklib_integer.cmake b/cmake/tuklib_integer.cmake index b2b2097e..268f73c5 100644 --- a/cmake/tuklib_integer.cmake +++ b/cmake/tuklib_integer.cmake @@ -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) diff --git a/cmake/tuklib_large_file_support.cmake b/cmake/tuklib_large_file_support.cmake index 0800faa2..071fe47f 100644 --- a/cmake/tuklib_large_file_support.cmake +++ b/cmake/tuklib_large_file_support.cmake @@ -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) diff --git a/cmake/tuklib_mbstr.cmake b/cmake/tuklib_mbstr.cmake index e073be6a..17091e9f 100644 --- a/cmake/tuklib_mbstr.cmake +++ b/cmake/tuklib_mbstr.cmake @@ -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) diff --git a/cmake/tuklib_physmem.cmake b/cmake/tuklib_physmem.cmake index f5ed8889..52179ded 100644 --- a/cmake/tuklib_physmem.cmake +++ b/cmake/tuklib_physmem.cmake @@ -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) diff --git a/cmake/tuklib_progname.cmake b/cmake/tuklib_progname.cmake index d4ab0066..f02aa756 100644 --- a/cmake/tuklib_progname.cmake +++ b/cmake/tuklib_progname.cmake @@ -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) -- cgit v1.2.3