From e3dfed9edef44ff741e947ff8bac8dba4dc7fa0f Mon Sep 17 00:00:00 2001 From: Mark Grant Date: Mon, 22 Nov 2021 09:45:01 +0000 Subject: [PATCH] at: Add AC_COPYRIGHT macro Signed-off-by: Mark Grant --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 1a9d24b..75cde6a 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,7 @@ # git tree then use git describe to add # # further package version information. # # 22/11/2021 MG 1.1.6 Tighten SPDX tag. # +# Add AC_COPYRIGHT macro. # # # ######################################################################### @@ -94,6 +95,10 @@ # # ######################################### +AC_COPYRIGHT([Copyright (C) 2014-2021 Mark Grant + This script is free to copy or distribute under the terms set out + in the package license. See COPYING for details.]) + AC_REVISION([$Revision: 1.1.6 $]) AC_PREREQ([2.69])