Michal Cihar
2012-04-02 08:45:21 UTC
The following commit has been merged in the master branch:
commit 0919bf1f1c715f427e2b9f7c9f8232ddddcff956
Author: Michal Čihař <***@cihar.com>
Date: Mon Apr 2 10:44:46 2012 +0200
Fix phonedb feeds
diff --git a/phonedb/feeds.py b/phonedb/feeds.py
index 12b0c25..a918afa 100644
--- a/phonedb/feeds.py
+++ b/phonedb/feeds.py
@@ -9,7 +9,7 @@ class RssPhonesFeed(Feed):
title = _('Gammu Phone Database')
link = '/phones/'
description = _('Gammu phone database updates.')
- copyright = 'Copyright © 2003 - 2009 Michal Čihař'
+ copyright = 'Copyright © 2003 - 2012 Michal Čihař'
item_copyright = copyright
title_template ='feeds/phones_title.html'
description_template = 'feeds/phones_description.html'
commit 0919bf1f1c715f427e2b9f7c9f8232ddddcff956
Author: Michal Čihař <***@cihar.com>
Date: Mon Apr 2 10:44:46 2012 +0200
Fix phonedb feeds
diff --git a/phonedb/feeds.py b/phonedb/feeds.py
index 12b0c25..a918afa 100644
--- a/phonedb/feeds.py
+++ b/phonedb/feeds.py
@@ -9,7 +9,7 @@ class RssPhonesFeed(Feed):
title = _('Gammu Phone Database')
link = '/phones/'
description = _('Gammu phone database updates.')
- copyright = 'Copyright © 2003 - 2009 Michal Čihař'
+ copyright = 'Copyright © 2003 - 2012 Michal Čihař'
item_copyright = copyright
title_template ='feeds/phones_title.html'
description_template = 'feeds/phones_description.html'
--
UNNAMED PROJECT
UNNAMED PROJECT