Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-06-10 13:03:54 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-06-10 13:03:54 (GMT)
commite2c27db6ce5baff3f2c8bbfd57d1457bdf993e3e (patch)
treedc19fc07910579e8587eeedfd1a0f35960af2d3b
parent08f7b8b2929946da8793aaa54227e1fce6e94498 (diff)
added license to top of code
-rw-r--r--edit_app.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/edit_app.py b/edit_app.py
index 5a05f0d..2c4c7f0 100644
--- a/edit_app.py
+++ b/edit_app.py
@@ -1,3 +1,17 @@
+# -*- coding: utf-8 -*-
+#Copyright (c) 2010 Nate Theis
+#Copyright (c) 2011 Walter Bender
+
+# 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.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
'''A simple text editor for Sugar
Written mostly by Nate Theis
Some GTK code borrowed from Pippy