add license to python files
authorChristian Weiske <cweiske@cweiske.de>
Tue, 29 Nov 2011 17:21:47 +0000 (18:21 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 29 Nov 2011 17:21:47 +0000 (18:21 +0100)
src/AtomFeed.py
src/CurlyTx.py
src/CurlyTxSettings.py
src/__init__.py
src/config.py
src/plugin.py

index 7a9fe780271909bb440fbb5e1263675cdd418dbc..2a9f55d319be2a473ebd7a1be899c221adbb4656 100644 (file)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 # CurlyTx Atom feed parser
 # Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de>
+# License: GPLv3 or later
 
 from twisted.web.client import getPage
 from xml.etree.cElementTree import fromstring
index adc8704c25d42f35c65ff0c3d93f1a39bc421604..01954efe310f962e01355f6879f44cb2b57edb61 100644 (file)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 # CurlyTx main window
 # Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de>
+# License: GPLv3 or later
 
 from . import _
 
index 377077bec83cb69c6f0868abb81437a1e04af95a..6d841e92fc995e4ca0d0e9a2a95e4ffea38cd1aa 100644 (file)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 # CurlyTx configuration window
 # Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de>
+# License: GPLv3 or later
 
 from . import _
 
index ee832536cb92a45efd9d49efbf8420eb4aec585a..858e52e29216949460f272ba7cf6072e4dd35a66 100644 (file)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 # CurlyTx translation initialization
 # Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de>
+# License: GPLv3 or later
 
 from Components.Language import language
 from Tools.Directories import resolveFilename, SCOPE_PLUGINS, SCOPE_LANGUAGE
index 496fb42ef3b639e82d8c5a9138fc829a7b08ccd5..e32e27b5cae17c14e2347eb4bfe02057d7152493 100644 (file)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 # CurlyTx configuration
 # Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de>
+# License: GPLv3 or later
 
 from Components.config import config, ConfigYesNo, ConfigSelection, ConfigNumber, ConfigText, ConfigSubsection, ConfigSubList, ConfigInteger
 
index 3c1794a7cf1b1393e9ac3c234515c30eb829f588..81669b052ff3efbfe904d2e3eb5c4a0c24d894a0 100644 (file)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 # CurlyTx plugin registration and startup
 # Copyright (C) 2011 Christian Weiske <cweiske@cweiske.de>
+# License: GPLv3 or later
 
 from Plugins.Plugin import PluginDescriptor