From 2ce2a9fcde39d35b98e27ef1e75b4097932a67e4 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Mon, 25 Jul 2016 23:00:04 -0400 Subject: 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. --- configure.ac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'configure.ac') 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 . + dnl Process this file with -*- autoconf -*- to produce a configure script. AC_INIT([GNU sed], m4_esyscmd([build-aux/git-version-gen .tarball-version]), -- cgit v1.2.1