summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-06-01 08:59:26 -0400
committerShaun McCance <shaunm@gnome.org>2011-06-01 08:59:26 -0400
commit43a518a2da4eb11f78b23cbca6291f9cd7c2f4ab (patch)
tree1b1fd6ce7ed1b8097cb7dc81bf71f2ba23cae207
parent66f3fdd0d678bfffefef4b26e0c6812e3a9b8bb8 (diff)
downloaditstool-43a518a2da4eb11f78b23cbca6291f9cd7c2f4ab.tar.gz
Adding copyright and license info to itstool
-rwxr-xr-xitstool.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/itstool.in b/itstool.in
index c63d008..02cff7b 100755
--- a/itstool.in
+++ b/itstool.in
@@ -1,4 +1,21 @@
#!/usr/bin/env python
+#
+# Copyright (c) 2010-2011 Shaun McCance <shaunm@gnome.org>
+#
+# ITS Tool 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.
+#
+# ITS Tool 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 ITS Tool; if not, write to the Free Software Foundation, 59 Temple
+# Place, Suite 330, Boston, MA 0211-1307 USA.
+#
VERSION="@VERSION@"
DATADIR="@DATADIR@"