diff options
Diffstat (limited to 'm4/tuklib_common.m4')
-rw-r--r-- | m4/tuklib_common.m4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/m4/tuklib_common.m4 b/m4/tuklib_common.m4 index 79fd4aa6..c8377034 100644 --- a/m4/tuklib_common.m4 +++ b/m4/tuklib_common.m4 @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: 0BSD + +############################################################################# # # SYNOPSIS # @@ -7,10 +10,11 @@ # # Common checks for tuklib. # -# COPYING +############################################################################# # -# Author: Lasse Collin +# Author: Lasse Collin # +############################################################################# AC_DEFUN_ONCE([TUKLIB_COMMON], [ AC_REQUIRE([AC_CANONICAL_HOST]) |