summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2016-07-25 23:00:04 -0400
committerAssaf Gordon <assafgordon@gmail.com>2016-07-26 22:13:37 -0400
commit2ce2a9fcde39d35b98e27ef1e75b4097932a67e4 (patch)
tree4cdbae49628532135d3e77b34a41efe10bb98577 /configure.ac
parentbc182c966e5b05a2c3d37a8b2b4daad9d3af8cd1 (diff)
downloadsed-2ce2a9fcde39d35b98e27ef1e75b4097932a67e4.tar.gz
maint: add copyright/license information to configure.ac
Starting year chosen as 1993 based on earliest 'configure.in' found in sed-1.18.tar.gz from that year. * configure.ac: Add standard copyright and license information.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a0b6d35..ffc0d5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,18 @@
+# Copyright (C) 1993-2016 Free Software Foundation, Inc.
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
dnl Process this file with -*- autoconf -*- to produce a configure script.
AC_INIT([GNU sed],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),