summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxiiro <zxiiro@enkei.l.zxiiro.ca>2010-01-29 21:14:28 -0500
committerzxiiro <zxiiro@enkei.l.zxiiro.ca>2010-01-29 21:14:28 -0500
commitb26681f685d703d08c686fbc432ede3973ec3364 (patch)
tree589291f919b5ff315f024451bcd7725e8899faaa
parentac0fddac9508366130dd19a4535a30bff15b55af (diff)
downloadfreeseer-b26681f685d703d08c686fbc432ede3973ec3364.tar.gz
freeseer-b26681f685d703d08c686fbc432ede3973ec3364.tar.xz
freeseer-b26681f685d703d08c686fbc432ede3973ec3364.zip
Added header
-rw-r--r--freeseer-gui-gtk.py23
-rwxr-xr-xfreeseer.py2
2 files changed, 23 insertions, 2 deletions
diff --git a/freeseer-gui-gtk.py b/freeseer-gui-gtk.py
index c327490..ea44126 100644
--- a/freeseer-gui-gtk.py
+++ b/freeseer-gui-gtk.py
@@ -1,3 +1,26 @@
+#!/usr/bin/python
+
+# freeseer - vga/presentation capture software
+#
+# Copyright (C) 2010 Free and Open Source Software Learning Centre
+# http://fosslc.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/>.
+
+# For support, questions, suggestions or any other inquiries, visit:
+# the #fosslc channel on IRC (freenode.net)
+
from freeseer import *
import sys, os
import pygtk, gtk
diff --git a/freeseer.py b/freeseer.py
index 0ea3283..8d6ba64 100755
--- a/freeseer.py
+++ b/freeseer.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
# freeseer - vga/presentation capture software
#
# Copyright (C) 2010 Free and Open Source Software Learning Centre