Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-14 23:25:50 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-14 23:25:50 (GMT)
commit94dcfa8a9445fbddc7840922acccb4bf69710edb (patch)
tree7a77eb55780848b17b962a26273be9555f90f94b /services
parent43bd44b4072307baac1c8df74f4b496ca1177d77 (diff)
Add GPL headers
Diffstat (limited to 'services')
-rw-r--r--services/presence/Activity.py16
-rw-r--r--services/presence/Buddy.py16
-rw-r--r--services/presence/BuddyIconCache.py16
-rw-r--r--services/presence/PresenceService.py16
-rw-r--r--services/presence/Service.py16
-rw-r--r--services/presence/__init__.py0
6 files changed, 80 insertions, 0 deletions
diff --git a/services/presence/Activity.py b/services/presence/Activity.py
index e03a98b..065fb49 100644
--- a/services/presence/Activity.py
+++ b/services/presence/Activity.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2006, Red Hat, Inc.
+#
+# 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 dbus
PRESENCE_SERVICE_TYPE = "_presence_olpc._tcp"
diff --git a/services/presence/Buddy.py b/services/presence/Buddy.py
index 6b71cb1..089f2b7 100644
--- a/services/presence/Buddy.py
+++ b/services/presence/Buddy.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2006, Red Hat, Inc.
+#
+# 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 base64
import logging
diff --git a/services/presence/BuddyIconCache.py b/services/presence/BuddyIconCache.py
index d1bec70..643116f 100644
--- a/services/presence/BuddyIconCache.py
+++ b/services/presence/BuddyIconCache.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2006, Red Hat, Inc.
+#
+# 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 os, time, md5
from sugar import env
from sugar import util
diff --git a/services/presence/PresenceService.py b/services/presence/PresenceService.py
index d3f0ea5..72404b3 100644
--- a/services/presence/PresenceService.py
+++ b/services/presence/PresenceService.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2006, Red Hat, Inc.
+#
+# 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 avahi, dbus, dbus.glib, gobject
import Buddy
import Service
diff --git a/services/presence/Service.py b/services/presence/Service.py
index a26f427..bb41f88 100644
--- a/services/presence/Service.py
+++ b/services/presence/Service.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2006, Red Hat, Inc.
+#
+# 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 avahi
import sys, os
sys.path.insert(0, os.path.abspath("../../"))
diff --git a/services/presence/__init__.py b/services/presence/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/services/presence/__init__.py
+++ /dev/null