summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-03-29 15:59:17 +0100
committerMartyn Russell <martyn@lanedo.com>2010-03-29 15:59:17 +0100
commit6900a3ee6022e00ef6edaa71b0f22b2009be742f (patch)
treefacc20266bca26d08d056727eaf45b395508c021 /examples
parentd1f675f6d5b069598ec2f0346464bc491bd8cd71 (diff)
downloadtracker-6900a3ee6022e00ef6edaa71b0f22b2009be742f.tar.gz
Change Urho's contact name for Ivan's
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/rss-reader/main.py2
-rwxr-xr-xexamples/rss-reader/signaler.py2
-rw-r--r--examples/rss-reader/tracker_backend.py2
-rw-r--r--examples/rss-reader/zeitgeist_backend.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/rss-reader/main.py b/examples/rss-reader/main.py
index 5143b12c8..c5547fada 100755
--- a/examples/rss-reader/main.py
+++ b/examples/rss-reader/main.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python2.5
#
# Demo RSS client using tracker as backend
-# Copyright (C) 2009, Nokia <urho.konttori@nokia.com>
+# Copyright (C) 2009, Nokia <ivan.frade@nokia.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/examples/rss-reader/signaler.py b/examples/rss-reader/signaler.py
index 2fed35f27..974777a44 100755
--- a/examples/rss-reader/signaler.py
+++ b/examples/rss-reader/signaler.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python2.5
#
# Demo RSS provider simulator
-# Copyright (C) 2009, Nokia <urho.konttori@nokia.com>
+# Copyright (C) 2009, Nokia <ivan.frade@nokia.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/examples/rss-reader/tracker_backend.py b/examples/rss-reader/tracker_backend.py
index 291ca76c0..33c1b1cae 100644
--- a/examples/rss-reader/tracker_backend.py
+++ b/examples/rss-reader/tracker_backend.py
@@ -1,6 +1,6 @@
#
# Demo RSS client using tracker as backend
-# Copyright (C) 2009 Nokia <urho.konttori@nokia.com>
+# Copyright (C) 2009 Nokia <ivan.frade@nokia.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/examples/rss-reader/zeitgeist_backend.py b/examples/rss-reader/zeitgeist_backend.py
index c095677b0..f042e6a06 100644
--- a/examples/rss-reader/zeitgeist_backend.py
+++ b/examples/rss-reader/zeitgeist_backend.py
@@ -1,6 +1,6 @@
#
# Demo RSS client using tracker as backend
-# Copyright (C) 2009 Nokia <urho.konttori@nokia.com>
+# Copyright (C) 2009 Nokia <ivan.frade@nokia.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License