ontv r466 - in trunk: ontv scripts
- From: johans svn gnome org
- To: svn-commits-list gnome org
- Subject: ontv r466 - in trunk: ontv scripts
- Date: Thu, 6 Nov 2008 19:15:45 +0000 (UTC)
Author: johans
Date: Thu Nov 6 19:15:45 2008
New Revision: 466
URL: http://svn.gnome.org/viewvc/ontv?rev=466&view=rev
Log:
Updated various information.
Modified:
trunk/ontv/AboutDialog.py
trunk/ontv/Channel.py
trunk/ontv/ChannelDialog.py
trunk/ontv/Configuration.py
trunk/ontv/GUI.py
trunk/ontv/KeyBinder.py
trunk/ontv/Listings.py
trunk/ontv/Main.py
trunk/ontv/Notification.py
trunk/ontv/OnTVApplet.py
trunk/ontv/PreferencesDialog.py
trunk/ontv/Program.py
trunk/ontv/ProgramDialog.py
trunk/ontv/ProgramWindow.py
trunk/ontv/Reminders.py
trunk/ontv/SearchDialog.py
trunk/ontv/TimeSpan.py
trunk/ontv/Utils.py
trunk/ontv/XMLTVAssistant.py
trunk/ontv/XMLTVFile.py
trunk/scripts/ontv.in
Modified: trunk/ontv/AboutDialog.py
==============================================================================
--- trunk/ontv/AboutDialog.py (original)
+++ trunk/ontv/AboutDialog.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
from gettext import gettext as _
@@ -35,8 +35,8 @@
self.set_logo_icon_name("ontv")
self.set_name(NAME)
self.set_version(VERSION)
- self.set_copyright("Copyright (C) 2004-2007 Johan Svedberg")
- self.set_website("http://johan.svedberg.com/projects/coding/ontv")
+ self.set_copyright("Copyright (C) 2004-2008 Johan Svedberg")
+ self.set_website("http://live.gnome.org/OnTV")
self.set_comments(_("OnTV is a GNOME Applet for monitoring TV programs."))
self.set_authors(["Johan Svedberg <johan svedberg com>"])
self.set_translator_credits(_("translator-credits"))
Modified: trunk/ontv/Channel.py
==============================================================================
--- trunk/ontv/Channel.py (original)
+++ trunk/ontv/Channel.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import datetime
Modified: trunk/ontv/ChannelDialog.py
==============================================================================
--- trunk/ontv/ChannelDialog.py (original)
+++ trunk/ontv/ChannelDialog.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
from gettext import gettext as _
Modified: trunk/ontv/Configuration.py
==============================================================================
--- trunk/ontv/Configuration.py (original)
+++ trunk/ontv/Configuration.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import os.path
Modified: trunk/ontv/GUI.py
==============================================================================
--- trunk/ontv/GUI.py (original)
+++ trunk/ontv/GUI.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import os.path
Modified: trunk/ontv/KeyBinder.py
==============================================================================
--- trunk/ontv/KeyBinder.py (original)
+++ trunk/ontv/KeyBinder.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import sys
Modified: trunk/ontv/Listings.py
==============================================================================
--- trunk/ontv/Listings.py (original)
+++ trunk/ontv/Listings.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import cPickle
Modified: trunk/ontv/Main.py
==============================================================================
--- trunk/ontv/Main.py (original)
+++ trunk/ontv/Main.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import getopt
Modified: trunk/ontv/Notification.py
==============================================================================
--- trunk/ontv/Notification.py (original)
+++ trunk/ontv/Notification.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import sys
Modified: trunk/ontv/OnTVApplet.py
==============================================================================
--- trunk/ontv/OnTVApplet.py (original)
+++ trunk/ontv/OnTVApplet.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import os.path
Modified: trunk/ontv/PreferencesDialog.py
==============================================================================
--- trunk/ontv/PreferencesDialog.py (original)
+++ trunk/ontv/PreferencesDialog.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import struct
Modified: trunk/ontv/Program.py
==============================================================================
--- trunk/ontv/Program.py (original)
+++ trunk/ontv/Program.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import datetime
Modified: trunk/ontv/ProgramDialog.py
==============================================================================
--- trunk/ontv/ProgramDialog.py (original)
+++ trunk/ontv/ProgramDialog.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
from gettext import gettext as _
Modified: trunk/ontv/ProgramWindow.py
==============================================================================
--- trunk/ontv/ProgramWindow.py (original)
+++ trunk/ontv/ProgramWindow.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
from gettext import gettext as _
Modified: trunk/ontv/Reminders.py
==============================================================================
--- trunk/ontv/Reminders.py (original)
+++ trunk/ontv/Reminders.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import cPickle
Modified: trunk/ontv/SearchDialog.py
==============================================================================
--- trunk/ontv/SearchDialog.py (original)
+++ trunk/ontv/SearchDialog.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
from gettext import gettext as _
Modified: trunk/ontv/TimeSpan.py
==============================================================================
--- trunk/ontv/TimeSpan.py (original)
+++ trunk/ontv/TimeSpan.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import datetime
Modified: trunk/ontv/Utils.py
==============================================================================
--- trunk/ontv/Utils.py (original)
+++ trunk/ontv/Utils.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import os.path
Modified: trunk/ontv/XMLTVAssistant.py
==============================================================================
--- trunk/ontv/XMLTVAssistant.py (original)
+++ trunk/ontv/XMLTVAssistant.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import os
Modified: trunk/ontv/XMLTVFile.py
==============================================================================
--- trunk/ontv/XMLTVFile.py (original)
+++ trunk/ontv/XMLTVFile.py Thu Nov 6 19:15:45 2008
@@ -1,21 +1,21 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import os.path
Modified: trunk/scripts/ontv.in
==============================================================================
--- trunk/scripts/ontv.in (original)
+++ trunk/scripts/ontv.in Thu Nov 6 19:15:45 2008
@@ -1,22 +1,22 @@
#!/usr/bin/env python2.5
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2007 Johan Svedberg <johan svedberg com>
+# Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>
-# This file is part of ontv.
+# This file is part of OnTV.
-# ontv is free software; you can redistribute it and/or modify
+# 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,
+# 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
+# along with OnTV; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
import sys
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]