diff options
Diffstat (limited to '')
-rw-r--r-- | m4/tuklib_common.m4 | 3 | ||||
-rw-r--r-- | m4/tuklib_cpucores.m4 | 3 | ||||
-rw-r--r-- | m4/tuklib_integer.m4 | 3 | ||||
-rw-r--r-- | m4/tuklib_mbstr.m4 | 3 | ||||
-rw-r--r-- | m4/tuklib_physmem.m4 | 3 | ||||
-rw-r--r-- | m4/tuklib_progname.m4 | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/m4/tuklib_common.m4 b/m4/tuklib_common.m4 index d942a25f..79fd4aa6 100644 --- a/m4/tuklib_common.m4 +++ b/m4/tuklib_common.m4 @@ -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]) diff --git a/m4/tuklib_cpucores.m4 b/m4/tuklib_cpucores.m4 index 873812d6..e31597dd 100644 --- a/m4/tuklib_cpucores.m4 +++ b/m4/tuklib_cpucores.m4 @@ -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]) diff --git a/m4/tuklib_integer.m4 b/m4/tuklib_integer.m4 index 89a53fe1..e2f797f5 100644 --- a/m4/tuklib_integer.m4 +++ b/m4/tuklib_integer.m4 @@ -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]) diff --git a/m4/tuklib_mbstr.m4 b/m4/tuklib_mbstr.m4 index 991be9b9..2500907e 100644 --- a/m4/tuklib_mbstr.m4 +++ b/m4/tuklib_mbstr.m4 @@ -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]) diff --git a/m4/tuklib_physmem.m4 b/m4/tuklib_physmem.m4 index 59317859..fed92ff5 100644 --- a/m4/tuklib_physmem.m4 +++ b/m4/tuklib_physmem.m4 @@ -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]) diff --git a/m4/tuklib_progname.m4 b/m4/tuklib_progname.m4 index 9f7d4c52..da84481c 100644 --- a/m4/tuklib_progname.m4 +++ b/m4/tuklib_progname.m4 @@ -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]) |