[gedit] Add license blurb to Gedit.py



commit 9d2e8c8762e77fd70f19f7f51e7b49eabac2a04b
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun May 8 10:25:26 2016 +0200

    Add license blurb to Gedit.py

 gedit/Gedit.py |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/gedit/Gedit.py b/gedit/Gedit.py
index 5aed5f9..af0de30 100644
--- a/gedit/Gedit.py
+++ b/gedit/Gedit.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2011  Jesse van den Kieboom <jesse icecrew nl>
+#
+# 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.
+#
+# 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, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
 from gi.repository import GObject
 import inspect
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]