summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-03-29 15:24:59 +0100
committerMartyn Russell <martyn@lanedo.com>2010-03-29 15:24:59 +0100
commit74f3226bdbb78d8fadd914b7d1eef885cd0b0e21 (patch)
treeb8c099087bb512c5bf7e71a495ac8bea32d35b9f /examples
parent0a4e17cce38e0f26b0d64aad960306d24e7fa9bd (diff)
downloadtracker-74f3226bdbb78d8fadd914b7d1eef885cd0b0e21.tar.gz
Fixed license issues found with Debian licensecheck.pl script
Found here: http://git.debian.org/?p=devscripts/devscripts.git;a=blob;f=scripts/licensecheck.pl;h=62e9fbe94d7b63c671e4239f790b18edd2dfaa6c;hb=HEAD
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/rss-reader/main.py25
-rwxr-xr-xexamples/rss-reader/signaler.py25
-rw-r--r--examples/rss-reader/tracker_backend.py23
-rw-r--r--examples/rss-reader/zeitgeist_backend.py23
4 files changed, 50 insertions, 46 deletions
diff --git a/examples/rss-reader/main.py b/examples/rss-reader/main.py
index 58b551b43..5143b12c8 100755
--- a/examples/rss-reader/main.py
+++ b/examples/rss-reader/main.py
@@ -1,23 +1,24 @@
#!/usr/bin/env python2.5
#
# Demo RSS client using tracker as backend
-# Copyright (C) 2009 Nokia <urho.konttori@nokia.com>
+# Copyright (C) 2009, Nokia <urho.konttori@nokia.com>
#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
+# 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 library is distributed in the hope that it will be useful,
+# 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
-# Lesser General Public License for more details.
+# 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 Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# 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 Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
#
+
import gtk
import gobject
import pango
diff --git a/examples/rss-reader/signaler.py b/examples/rss-reader/signaler.py
index d5e40b03d..2fed35f27 100755
--- a/examples/rss-reader/signaler.py
+++ b/examples/rss-reader/signaler.py
@@ -1,23 +1,24 @@
#!/usr/bin/env python2.5
#
# Demo RSS provider simulator
-# Copyright (C) 2009 Nokia <urho.konttori@nokia.com>
+# Copyright (C) 2009, Nokia <urho.konttori@nokia.com>
#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
+# 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 library is distributed in the hope that it will be useful,
+# 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
-# Lesser General Public License for more details.
+# 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 Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# 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 Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
#
+
import gobject
import gtk
import dbus
diff --git a/examples/rss-reader/tracker_backend.py b/examples/rss-reader/tracker_backend.py
index 4c6571ff6..291ca76c0 100644
--- a/examples/rss-reader/tracker_backend.py
+++ b/examples/rss-reader/tracker_backend.py
@@ -2,21 +2,22 @@
# Demo RSS client using tracker as backend
# Copyright (C) 2009 Nokia <urho.konttori@nokia.com>
#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
+# 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 library is distributed in the hope that it will be useful,
+# 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
-# Lesser General Public License for more details.
+# 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 Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# 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 Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
#
+
import dbus
import os
diff --git a/examples/rss-reader/zeitgeist_backend.py b/examples/rss-reader/zeitgeist_backend.py
index b64ad8cfb..c095677b0 100644
--- a/examples/rss-reader/zeitgeist_backend.py
+++ b/examples/rss-reader/zeitgeist_backend.py
@@ -2,21 +2,22 @@
# Demo RSS client using tracker as backend
# Copyright (C) 2009 Nokia <urho.konttori@nokia.com>
#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
+# 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 library is distributed in the hope that it will be useful,
+# 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
-# Lesser General Public License for more details.
+# 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 Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# 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 Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
#
+
import dbus
import os
import zeitgeist