Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-08-05 07:39:21 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-08-07 11:02:05 (GMT)
commit1fbfa0eecceda197e01c7a70cf382f7fd71ff980 (patch)
treed3d757968064053f1468b2cae4630b16034eefe0 /src
parent8d039486188d67be0d41cd291dc65d17b1a3aa8a (diff)
Missed copyright header for jarabe.journal.__init__ #1136
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/journal/__init__.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/jarabe/journal/__init__.py b/src/jarabe/journal/__init__.py
index e69de29..6373228 100644
--- a/src/jarabe/journal/__init__.py
+++ b/src/jarabe/journal/__init__.py
@@ -0,0 +1,15 @@
+# Copyright (C) 2007, One Laptop Per Child
+#
+# 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