Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-02-16 08:07:46 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-02-16 08:07:46 (GMT)
commit883e31e4bd36fa5ccd8d959e2885d97a3b070fd6 (patch)
tree63214359bca7840ca2361f5dbf671b6bc1726e16 /src
parent298814730e4e35f6341d2d09ab76182637758135 (diff)
Add licence for schoolserver.py
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/desktop/schoolserver.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/jarabe/desktop/schoolserver.py b/src/jarabe/desktop/schoolserver.py
index f5e5db4..1dd9edc 100644
--- a/src/jarabe/desktop/schoolserver.py
+++ b/src/jarabe/desktop/schoolserver.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2007, 2008 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
+
import logging
from gettext import gettext as _
from xmlrpclib import ServerProxy, Error