Set copyright in applications
This commit is contained in:
parent
4fe15a3213
commit
d6da9843db
44 changed files with 48 additions and 44 deletions
|
|
@ -26,7 +26,7 @@ from .main_window import MainWindow
|
|||
class QWebContentEdit(QtApplication):
|
||||
APPNAME = 'qwebcontentedit'
|
||||
VERSION = '1.1'
|
||||
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
|
||||
COPYRIGHT = u'Copyright(C) 2011-2014 Clément Schreiner'
|
||||
DESCRIPTION = "Qt application allowing to manage content of various websites."
|
||||
SHORT_DESCRIPTION = "manage websites content"
|
||||
CAPS = CapContent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue