From e2c27db6ce5baff3f2c8bbfd57d1457bdf993e3e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 10 Jun 2011 13:03:54 +0000 Subject: added license to top of code --- 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 -- cgit v0.9.1