diff options
author | Nick Schermer <nick@xfce.org> | 2012-04-08 00:27:51 +0200 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2012-04-08 00:27:51 +0200 |
commit | 5f382c64aa8df4601a12e66229db1a66c9add9aa (patch) | |
tree | 58f9e40f13303ef4ebc5fc7daa2703df424550b6 /autogen-gnome.sh | |
parent | 84819d95b4d690f57942494bf851a9fe913ddd3c (diff) | |
download | tumbler-5f382c64aa8df4601a12e66229db1a66c9add9aa.tar.gz |
Add missing license.
Diffstat (limited to 'autogen-gnome.sh')
-rwxr-xr-x | autogen-gnome.sh | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/autogen-gnome.sh b/autogen-gnome.sh index 604002b..b05d75c 100755 --- a/autogen-gnome.sh +++ b/autogen-gnome.sh @@ -1,5 +1,23 @@ #!/bin/sh -# Run this to generate all the initial makefiles, etc. +# +# vi:set et ai sw=2 sts=2 ts=2: */ +# - +# Copyright (c) 2009 Jannis Pohlmann <jannis@xfce.org> +# +# 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 2 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, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. export ACLOCAL_FLAGS="-I `pwd`/m4 $ACLOCAL_FLAGS" |