Mercurial > moin > 1.9
annotate MoinMoin/__init__.py @ 6118:814e2e2fc11f
bump a few dates to 2016
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Tue, 20 Sep 2016 20:54:17 +0200 |
parents | 0fe01a3a2c32 |
children |
rev | line source |
---|---|
0
77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
Thomas Waldmann <tw-public@gmx.de>
parents:
diff
changeset
|
1 # -*- coding: iso-8859-1 -*- |
77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
Thomas Waldmann <tw-public@gmx.de>
parents:
diff
changeset
|
2 """ |
4503
bab970f53db1
updating some (c) to 2009
Thomas Waldmann <tw AT waldmann-edv DOT de>
parents:
4457
diff
changeset
|
3 MoinMoin - a wiki engine in Python |
0
77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
Thomas Waldmann <tw-public@gmx.de>
parents:
diff
changeset
|
4 |
1918
bb2e053067fb
fixing copyright headers: remove umlauts (encoding troubles), make epydoc compatible, reformat
Thomas Waldmann <tw AT waldmann-edv DOT de>
parents:
1113
diff
changeset
|
5 @copyright: 2000-2006 by Juergen Hermann <jh@web.de>, |
6118
814e2e2fc11f
bump a few dates to 2016
Thomas Waldmann <tw AT waldmann-edv DOT de>
parents:
6011
diff
changeset
|
6 2002-2016 MoinMoin:ThomasWaldmann |
491
be33ecd58d4e
add run() methods to scripts, include version info into MoinMoin/__init__.py for epydoc
Thomas Waldmann <tw@waldmann-edv.de>
parents:
363
diff
changeset
|
7 @license: GNU GPL, see COPYING for details. |
0
77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
Thomas Waldmann <tw-public@gmx.de>
parents:
diff
changeset
|
8 """ |
77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
Thomas Waldmann <tw-public@gmx.de>
parents:
diff
changeset
|
9 |
491
be33ecd58d4e
add run() methods to scripts, include version info into MoinMoin/__init__.py for epydoc
Thomas Waldmann <tw@waldmann-edv.de>
parents:
363
diff
changeset
|
10 |
be33ecd58d4e
add run() methods to scripts, include version info into MoinMoin/__init__.py for epydoc
Thomas Waldmann <tw@waldmann-edv.de>
parents:
363
diff
changeset
|
11 |