[ontv] Updated copyright
- From: Olof Kindgren <olki src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ontv] Updated copyright
- Date: Thu, 11 Mar 2010 18:44:04 +0000 (UTC)
commit 5df9173571abf461db0f29d6b094fcbb3c0e6c11
Author: Olof Kindgren <olki src gnome org>
Date: Wed Mar 3 20:08:58 2010 +0100
Updated copyright
All files except for po files are updated
bin/ontv.in | 2 +-
data/ontv.ui | 2 +-
ontv/applet.py | 2 +-
ontv/assistant.py | 2 +-
ontv/channel.py | 2 +-
ontv/config.py | 2 +-
ontv/dbus_service.py | 20 ++++++++++++++++++++
ontv/dialogs.py | 2 +-
ontv/gui.py | 2 +-
ontv/listings.py | 2 +-
ontv/main.py | 2 +-
ontv/notify.py | 2 +-
ontv/program.py | 2 +-
ontv/reminders.py | 2 +-
ontv/utils.py | 2 +-
ontv/window.py | 2 +-
ontv/xmltv_file.py | 2 +-
17 files changed, 36 insertions(+), 16 deletions(-)
---
diff --git a/bin/ontv.in b/bin/ontv.in
index 30295d3..eb5e072 100644
--- a/bin/ontv.in
+++ b/bin/ontv.in
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/data/ontv.ui b/data/ontv.ui
index 2b53ab7..0fb627c 100644
--- a/data/ontv.ui
+++ b/data/ontv.ui
@@ -1190,7 +1190,7 @@
<property name="border_width">5</property>
<property name="type_hint">normal</property>
<property name="has_separator">False</property>
- <property name="copyright" translatable="yes">Copyright (C) 2004-2008 Johan Svedberg</property>
+ <property name="copyright" translatable="yes">Copyright (C) 2004-2010 Johan Svedberg</property>
<property name="comments" translatable="yes">OnTV is a GNOME Applet for monitoring TV programs.</property>
<property name="website">http://live.gnome.org/OnTV</property>
<property name="license">GNU General Public License version 2</property>
diff --git a/ontv/applet.py b/ontv/applet.py
index 924beb6..af581b5 100644
--- a/ontv/applet.py
+++ b/ontv/applet.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/assistant.py b/ontv/assistant.py
index ab38b2a..0f2e512 100644
--- a/ontv/assistant.py
+++ b/ontv/assistant.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/channel.py b/ontv/channel.py
index 410146d..5dd6d50 100644
--- a/ontv/channel.py
+++ b/ontv/channel.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/config.py b/ontv/config.py
index 64025ff..9e0a954 100644
--- a/ontv/config.py
+++ b/ontv/config.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/dbus_service.py b/ontv/dbus_service.py
index 25f4249..a566506 100644
--- a/ontv/dbus_service.py
+++ b/ontv/dbus_service.py
@@ -1,3 +1,23 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2010 Olof Kindgren <olki src gnome org>
+
+# This file is part of OnTV.
+
+# OnTV 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.
+
+# OnTV 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 OnTV; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+
import dbus.service
class DBusService(dbus.service.Object):
def __init__(self, pw, sd, xmltvfile):
diff --git a/ontv/dialogs.py b/ontv/dialogs.py
index 3bf7296..e8fca5a 100644
--- a/ontv/dialogs.py
+++ b/ontv/dialogs.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/gui.py b/ontv/gui.py
index 2989344..e533b91 100644
--- a/ontv/gui.py
+++ b/ontv/gui.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/listings.py b/ontv/listings.py
index 8f3377e..eb9e602 100644
--- a/ontv/listings.py
+++ b/ontv/listings.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/main.py b/ontv/main.py
index 9c67799..720e533 100644
--- a/ontv/main.py
+++ b/ontv/main.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/notify.py b/ontv/notify.py
index 44e332c..92d88fb 100644
--- a/ontv/notify.py
+++ b/ontv/notify.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/program.py b/ontv/program.py
index d19fa22..341acaa 100644
--- a/ontv/program.py
+++ b/ontv/program.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/reminders.py b/ontv/reminders.py
index 7cbc537..1ee4fc5 100644
--- a/ontv/reminders.py
+++ b/ontv/reminders.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/utils.py b/ontv/utils.py
index 3c3cbce..d53bcd3 100644
--- a/ontv/utils.py
+++ b/ontv/utils.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/window.py b/ontv/window.py
index 2df3e3c..524dfbe 100644
--- a/ontv/window.py
+++ b/ontv/window.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
diff --git a/ontv/xmltv_file.py b/ontv/xmltv_file.py
index e83d70d..cdbcf71 100644
--- a/ontv/xmltv_file.py
+++ b/ontv/xmltv_file.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2010 Johan Svedberg <johan svedberg com>
# This file is part of OnTV.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]