Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-17 18:28:24 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-17 18:28:24 (GMT)
commitf741c2c3584d7a37d957d14e76a7b0bc061ba586 (patch)
treedf74ab7f924eda072916018490e064405776f3cc
parent3a09ae6c3249a3151488d947e3d8052f551f633d (diff)
Add copyright info.HEADmaster
-rw-r--r--edit.py2
-rw-r--r--infoslicer/widgets/Journal_Image_Pane.py13
2 files changed, 14 insertions, 1 deletions
diff --git a/edit.py b/edit.py
index 9a6e2cf..e1ef7a3 100644
--- a/edit.py
+++ b/edit.py
@@ -3,6 +3,8 @@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
+# Copyright (C) 2012 Aneesh Dogra <lionaneesh@gmail.com>
+#
# 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
diff --git a/infoslicer/widgets/Journal_Image_Pane.py b/infoslicer/widgets/Journal_Image_Pane.py
index 38c1c23..c2b0ed0 100644
--- a/infoslicer/widgets/Journal_Image_Pane.py
+++ b/infoslicer/widgets/Journal_Image_Pane.py
@@ -1,4 +1,15 @@
-# Copyright (C) IBM Corporation 2008
+# -*- coding: utf-8 -*-
+# Copyright (C) Aneesh Dogra <lionaneesh@gmail.com>
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this library; if not, write to the Free Software
+# Foundation, 51 Franklin Street, Suite 500 Boston, MA 02110-1335 USA
+
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk