diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/remove-ordinals.cmake | 3 | ||||
-rw-r--r-- | cmake/tuklib_common.cmake | 3 | ||||
-rw-r--r-- | cmake/tuklib_cpucores.cmake | 3 | ||||
-rw-r--r-- | cmake/tuklib_integer.cmake | 3 | ||||
-rw-r--r-- | cmake/tuklib_large_file_support.cmake | 3 | ||||
-rw-r--r-- | cmake/tuklib_mbstr.cmake | 3 | ||||
-rw-r--r-- | cmake/tuklib_physmem.cmake | 3 | ||||
-rw-r--r-- | cmake/tuklib_progname.cmake | 3 |
8 files changed, 0 insertions, 24 deletions
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) |