Add GNU All-Permissive License to autogen.sh

This commit is contained in:
Curtis Gedak 2013-05-27 13:22:13 -06:00 committed by Mike Fleetwood
parent 7d6adee516
commit ce8a34715a
1 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
# autogen.sh - Run this to generate all the initial makefiles, etc.
#
# Copyright (C) 2004 Bart 'plors' Hakvoort
# Copyright (C) 2008 Curtis Gedak
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.