diff --git a/README b/README index 0c7ade49..ea64bc44 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ ............................................................................ - Copyright 2005-2011 Thomas Perl and the gPodder Team + Copyright 2005-2012 Thomas Perl and the gPodder Team [ LICENSE ] @@ -104,5 +104,5 @@ - IRC channel #gpodder on irc.freenode.net ............................................................................ - Last updated: 2011-11-06 by Thomas Perl + Last updated: 2012-01-09 by Thomas Perl diff --git a/bin/gpo b/bin/gpo index 1c375043..a9b72e68 100755 --- a/bin/gpo +++ b/bin/gpo @@ -3,7 +3,7 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bin/gpodder b/bin/gpodder index 4ed386fa..a9f0e0bb 100755 --- a/bin/gpodder +++ b/bin/gpodder @@ -3,7 +3,7 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bin/gpodder-migrate2tres b/bin/gpodder-migrate2tres index 41f140d6..2e0a2693 100755 --- a/bin/gpodder-migrate2tres +++ b/bin/gpodder-migrate2tres @@ -3,7 +3,7 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/data/osx/Makefile b/data/osx/Makefile index ca1d513b..18e6c4ae 100644 --- a/data/osx/Makefile +++ b/data/osx/Makefile @@ -1,6 +1,6 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/data/po/Makefile b/data/po/Makefile index 08727c3b..2cd69c7d 100644 --- a/data/po/Makefile +++ b/data/po/Makefile @@ -1,6 +1,6 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/makefile b/makefile index e124df73..9d3f1c95 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index 89764630..d5082f0f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/__init__.py b/src/gpodder/__init__.py index 2a95ff02..6e3d2e67 100644 --- a/src/gpodder/__init__.py +++ b/src/gpodder/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ __author__ = 'Thomas Perl ' __version__ = '3.0.2' __date__ = '2011-12-13' -__copyright__ = '© 2005-2011 Thomas Perl and the gPodder Team' +__copyright__ = '© 2005-2012 Thomas Perl and the gPodder Team' __license__ = 'GNU General Public License, version 3 or later' __url__ = 'http://gpodder.org/' diff --git a/src/gpodder/api.py b/src/gpodder/api.py index 328cf4bc..d38ce704 100644 --- a/src/gpodder/api.py +++ b/src/gpodder/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/config.py b/src/gpodder/config.py index e1e9d5b1..f306a34a 100644 --- a/src/gpodder/config.py +++ b/src/gpodder/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/core.py b/src/gpodder/core.py index f82b83cf..2084c91a 100644 --- a/src/gpodder/core.py +++ b/src/gpodder/core.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/dbsqlite.py b/src/gpodder/dbsqlite.py index 54d805cb..6b60fb43 100644 --- a/src/gpodder/dbsqlite.py +++ b/src/gpodder/dbsqlite.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/dbusproxy.py b/src/gpodder/dbusproxy.py index 992b2c0d..7de71780 100644 --- a/src/gpodder/dbusproxy.py +++ b/src/gpodder/dbusproxy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/download.py b/src/gpodder/download.py index 146e0c2e..6a4dcae7 100644 --- a/src/gpodder/download.py +++ b/src/gpodder/download.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/feedcore.py b/src/gpodder/feedcore.py index 6415b568..028c39c8 100644 --- a/src/gpodder/feedcore.py +++ b/src/gpodder/feedcore.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/feedservice.py b/src/gpodder/feedservice.py index afabdc03..9dbf1622 100644 --- a/src/gpodder/feedservice.py +++ b/src/gpodder/feedservice.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/__init__.py b/src/gpodder/gtkui/__init__.py index bbe755a3..c50ceec7 100644 --- a/src/gpodder/gtkui/__init__.py +++ b/src/gpodder/gtkui/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/config.py b/src/gpodder/gtkui/config.py index 239cc08f..171ab989 100644 --- a/src/gpodder/gtkui/config.py +++ b/src/gpodder/gtkui/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktop/__init__.py b/src/gpodder/gtkui/desktop/__init__.py index bbe755a3..c50ceec7 100644 --- a/src/gpodder/gtkui/desktop/__init__.py +++ b/src/gpodder/gtkui/desktop/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktop/channel.py b/src/gpodder/gtkui/desktop/channel.py index 01ee95e9..2d7cdb22 100644 --- a/src/gpodder/gtkui/desktop/channel.py +++ b/src/gpodder/gtkui/desktop/channel.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktop/episodeselector.py b/src/gpodder/gtkui/desktop/episodeselector.py index 81110fd7..72f7d617 100644 --- a/src/gpodder/gtkui/desktop/episodeselector.py +++ b/src/gpodder/gtkui/desktop/episodeselector.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktop/podcastdirectory.py b/src/gpodder/gtkui/desktop/podcastdirectory.py index 20a67732..f357acf8 100644 --- a/src/gpodder/gtkui/desktop/podcastdirectory.py +++ b/src/gpodder/gtkui/desktop/podcastdirectory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktop/preferences.py b/src/gpodder/gtkui/desktop/preferences.py index d43b4134..480492a3 100644 --- a/src/gpodder/gtkui/desktop/preferences.py +++ b/src/gpodder/gtkui/desktop/preferences.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktop/shownotes.py b/src/gpodder/gtkui/desktop/shownotes.py index 0e8fdf81..01d4f03d 100644 --- a/src/gpodder/gtkui/desktop/shownotes.py +++ b/src/gpodder/gtkui/desktop/shownotes.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktop/welcome.py b/src/gpodder/gtkui/desktop/welcome.py index 8f0c3448..862a3131 100644 --- a/src/gpodder/gtkui/desktop/welcome.py +++ b/src/gpodder/gtkui/desktop/welcome.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/desktopfile.py b/src/gpodder/gtkui/desktopfile.py index 5cf127ff..177fb5a0 100644 --- a/src/gpodder/gtkui/desktopfile.py +++ b/src/gpodder/gtkui/desktopfile.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/download.py b/src/gpodder/gtkui/download.py index 803b3883..8a651965 100644 --- a/src/gpodder/gtkui/download.py +++ b/src/gpodder/gtkui/download.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/draw.py b/src/gpodder/gtkui/draw.py index badcdb2c..be8cd736 100644 --- a/src/gpodder/gtkui/draw.py +++ b/src/gpodder/gtkui/draw.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/interface/__init__.py b/src/gpodder/gtkui/interface/__init__.py index bbe755a3..c50ceec7 100644 --- a/src/gpodder/gtkui/interface/__init__.py +++ b/src/gpodder/gtkui/interface/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/interface/addpodcast.py b/src/gpodder/gtkui/interface/addpodcast.py index 671a8188..0173f0df 100644 --- a/src/gpodder/gtkui/interface/addpodcast.py +++ b/src/gpodder/gtkui/interface/addpodcast.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/interface/common.py b/src/gpodder/gtkui/interface/common.py index 9896abb2..2f1d97bd 100644 --- a/src/gpodder/gtkui/interface/common.py +++ b/src/gpodder/gtkui/interface/common.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/interface/configeditor.py b/src/gpodder/gtkui/interface/configeditor.py index 5a50a8db..5035fa46 100644 --- a/src/gpodder/gtkui/interface/configeditor.py +++ b/src/gpodder/gtkui/interface/configeditor.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/interface/progress.py b/src/gpodder/gtkui/interface/progress.py index 54235184..fc8c8db1 100644 --- a/src/gpodder/gtkui/interface/progress.py +++ b/src/gpodder/gtkui/interface/progress.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/interface/shownotes.py b/src/gpodder/gtkui/interface/shownotes.py index a239fda8..f74cae6e 100644 --- a/src/gpodder/gtkui/interface/shownotes.py +++ b/src/gpodder/gtkui/interface/shownotes.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/macosx.py b/src/gpodder/gtkui/macosx.py index 43a8e420..00efa6e7 100644 --- a/src/gpodder/gtkui/macosx.py +++ b/src/gpodder/gtkui/macosx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/main.py b/src/gpodder/gtkui/main.py index 69772746..91bfc64c 100644 --- a/src/gpodder/gtkui/main.py +++ b/src/gpodder/gtkui/main.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/model.py b/src/gpodder/gtkui/model.py index 8b91f40a..f7c4f43b 100644 --- a/src/gpodder/gtkui/model.py +++ b/src/gpodder/gtkui/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/opml.py b/src/gpodder/gtkui/opml.py index 1a2f7e7a..5ca636d4 100644 --- a/src/gpodder/gtkui/opml.py +++ b/src/gpodder/gtkui/opml.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/services.py b/src/gpodder/gtkui/services.py index fc849530..4b43328c 100644 --- a/src/gpodder/gtkui/services.py +++ b/src/gpodder/gtkui/services.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/gtkui/widgets.py b/src/gpodder/gtkui/widgets.py index 902522ac..07d74ed6 100644 --- a/src/gpodder/gtkui/widgets.py +++ b/src/gpodder/gtkui/widgets.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/minidb.py b/src/gpodder/minidb.py index 93c1d208..7a331982 100644 --- a/src/gpodder/minidb.py +++ b/src/gpodder/minidb.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/model.py b/src/gpodder/model.py index 2b19b051..0269d2cc 100644 --- a/src/gpodder/model.py +++ b/src/gpodder/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # Copyright (c) 2011 Neal H. Walfield # # gPodder is free software; you can redistribute it and/or modify diff --git a/src/gpodder/my.py b/src/gpodder/my.py index e193356d..f3c5b904 100644 --- a/src/gpodder/my.py +++ b/src/gpodder/my.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/opml.py b/src/gpodder/opml.py index 3d3ff675..8f5b45fb 100644 --- a/src/gpodder/opml.py +++ b/src/gpodder/opml.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/player.py b/src/gpodder/player.py index 0b9867e7..acfe5d6f 100644 --- a/src/gpodder/player.py +++ b/src/gpodder/player.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/plugins/__init__.py b/src/gpodder/plugins/__init__.py index be2b78e6..beae16ac 100644 --- a/src/gpodder/plugins/__init__.py +++ b/src/gpodder/plugins/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/plugins/soundcloud.py b/src/gpodder/plugins/soundcloud.py index 02925f32..3c2b9f33 100644 --- a/src/gpodder/plugins/soundcloud.py +++ b/src/gpodder/plugins/soundcloud.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/plugins/woodchuck.py b/src/gpodder/plugins/woodchuck.py index 890f9228..162280e6 100644 --- a/src/gpodder/plugins/woodchuck.py +++ b/src/gpodder/plugins/woodchuck.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # Copyright (c) 2011 Neal H. Walfield # # gPodder is free software; you can redistribute it and/or modify diff --git a/src/gpodder/plugins/xspf.py b/src/gpodder/plugins/xspf.py index f8d655f0..b90205cd 100644 --- a/src/gpodder/plugins/xspf.py +++ b/src/gpodder/plugins/xspf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/qmlui/__init__.py b/src/gpodder/qmlui/__init__.py index f1377877..3ebce5d3 100644 --- a/src/gpodder/qmlui/__init__.py +++ b/src/gpodder/qmlui/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/qmlui/helper.py b/src/gpodder/qmlui/helper.py index 985c9091..a2c8bb43 100644 --- a/src/gpodder/qmlui/helper.py +++ b/src/gpodder/qmlui/helper.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/qmlui/images.py b/src/gpodder/qmlui/images.py index 08b2741a..e53f974e 100644 --- a/src/gpodder/qmlui/images.py +++ b/src/gpodder/qmlui/images.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/qmlui/model.py b/src/gpodder/qmlui/model.py index 1c199a7f..182496ee 100644 --- a/src/gpodder/qmlui/model.py +++ b/src/gpodder/qmlui/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/query.py b/src/gpodder/query.py index 2eb46cc7..c41652ae 100644 --- a/src/gpodder/query.py +++ b/src/gpodder/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/schema.py b/src/gpodder/schema.py index ea07d61c..24d74ddb 100644 --- a/src/gpodder/schema.py +++ b/src/gpodder/schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/services.py b/src/gpodder/services.py index 8307f4e1..5643e7fd 100644 --- a/src/gpodder/services.py +++ b/src/gpodder/services.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/unittests.py b/src/gpodder/unittests.py index ba6770cc..0d396762 100644 --- a/src/gpodder/unittests.py +++ b/src/gpodder/unittests.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/util.py b/src/gpodder/util.py index 02a1545d..098f25b1 100644 --- a/src/gpodder/util.py +++ b/src/gpodder/util.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # Copyright (c) 2011 Neal H. Walfield # # gPodder is free software; you can redistribute it and/or modify diff --git a/src/gpodder/vimeo.py b/src/gpodder/vimeo.py index aee0a0c3..a1e073be 100644 --- a/src/gpodder/vimeo.py +++ b/src/gpodder/vimeo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/webui/__init__.py b/src/gpodder/webui/__init__.py index e9a5e987..eab0f46f 100644 --- a/src/gpodder/webui/__init__.py +++ b/src/gpodder/webui/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/webui/server.py b/src/gpodder/webui/server.py index 9c33a012..5b7c02ff 100644 --- a/src/gpodder/webui/server.py +++ b/src/gpodder/webui/server.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gpodder/youtube.py b/src/gpodder/youtube.py index 8d4537da..105467bb 100644 --- a/src/gpodder/youtube.py +++ b/src/gpodder/youtube.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/win32-launcher/gpodder.c b/tools/win32-launcher/gpodder.c index 2d7df86e..56a11206 100644 --- a/tools/win32-launcher/gpodder.c +++ b/tools/win32-launcher/gpodder.c @@ -1,7 +1,7 @@ /** * gPodder - A media aggregator and podcast client - * Copyright (c) 2005-2011 Thomas Perl and the gPodder Team + * Copyright (c) 2005-2012 Thomas Perl and the gPodder Team * * gPodder is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/win32-launcher/makefile b/tools/win32-launcher/makefile index bebd1c84..964a6acb 100644 --- a/tools/win32-launcher/makefile +++ b/tools/win32-launcher/makefile @@ -1,6 +1,6 @@ # # gPodder - A media aggregator and podcast client -# Copyright (c) 2005-2011 Thomas Perl and the gPodder Team +# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team # # gPodder is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by