Code

configure.ac: Added a copyright header.
authorSebastian Harl <sh@tokkee.org>
Fri, 16 Oct 2009 17:23:12 +0000 (19:23 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 16 Oct 2009 17:23:12 +0000 (19:23 +0200)
configure.ac

index 58f0946427e252cbb151b7efad99c80f5085fb0e..5539e7eae8c1ba52136fe7365028ac50eb5c4822 100644 (file)
@@ -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 <sh@tokkee.org>
+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 <sh@tokkee.org>])