From: Sebastian Harl Date: Fri, 16 Oct 2009 17:23:12 +0000 (+0200) Subject: configure.ac: Added a copyright header. X-Git-Url: https://git.tokkee.org/?p=template.git;a=commitdiff_plain;h=7fffc152b60eea0182dcab30cf424753bec00ff0 configure.ac: Added a copyright header. --- diff --git a/configure.ac b/configure.ac index 58f0946..5539e7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,21 @@ dnl Process this file with autoconf to produce a configure script. +dnl +dnl This is the foobar configure script. +dnl +dnl Copyright (C) 2009 Sebastian Harl +dnl +dnl This program is free software; you can redistribute it and/or modify it +dnl under the terms of the GNU General Public License as published by the +dnl Free Software Foundation; only version 2 of the License is applicable. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License along +dnl with this program; if not, write to the Free Software Foundation, Inc., +dnl 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA AC_INIT([foobar],[m4_esyscmd(./version-gen.sh)], [Sebastian Harl ])