summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-07-02 12:25:13 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-07-02 12:25:13 +0000
commitf1a39ce7d7e30d56fa8874af49c926b5598b58d2 (patch)
tree246025a1b02978444e823a7ae113b364e55ed17e /autogen.sh
parentDown key now saves input to history and clears input line (task #7049) (diff)
downloadweechat-f1a39ce7d7e30d56fa8874af49c926b5598b58d2.tar.xz
weechat-f1a39ce7d7e30d56fa8874af49c926b5598b58d2.zip
Replaced GPL 2 license by GPL 3
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 031f07e7f..e65e4ce1a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,20 @@
#!/bin/sh
+#
+# Copyright (c) 2003-2007 FlashCode <flashcode@flashtux.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 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 <http://www.gnu.org/licenses/>.
+#
###
### common stuff