fix version and license

This commit is contained in:
Romain Bignon 2011-04-10 17:27:20 +02:00
commit 27ecb3b853
3 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages):
EMAIL = "clemux@clemux.info"
VERSION = '0.8'
DESCRIPTION = "Loads RSS and Atom feeds from any website"
LICENSE = "GPLv3"
LICENSE = "AGPLv3+"
CONFIG = ValuesDict(Value('url', label="Atom/RSS feed's url"))
STORAGE = {'seen': []}