diff options
author | Timo Richter <timo@iera.de> | 2011-07-19 22:08:21 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-07-19 22:08:21 +0200 |
commit | 4de147c19f472e588726ec5573899dfa10f9bd26 (patch) | |
tree | 33615215460310979d6e9bc7629397c37631167d /helpcontent2/wiki-to-help | |
parent | e7ae095f63da637a292e05e68f1201af01acc54d (diff) |
License change
feature/layout
Diffstat (limited to 'helpcontent2/wiki-to-help')
-rw-r--r-- | helpcontent2/wiki-to-help/README | 2 | ||||
-rwxr-xr-x | helpcontent2/wiki-to-help/convert.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/helpcontent2/wiki-to-help/README b/helpcontent2/wiki-to-help/README index f2dae3a133..5dcfc95865 100644 --- a/helpcontent2/wiki-to-help/README +++ b/helpcontent2/wiki-to-help/README @@ -25,5 +25,5 @@ The following programs are required: The following applies to all files if not stated differently - - Licensed under GNU GPLv3 + - Licensed under GNU LGPLv3 / MPL - Copyright 2011 Timo Richter diff --git a/helpcontent2/wiki-to-help/convert.py b/helpcontent2/wiki-to-help/convert.py index 89cdac428e..a86b4b60d8 100755 --- a/helpcontent2/wiki-to-help/convert.py +++ b/helpcontent2/wiki-to-help/convert.py @@ -2,7 +2,6 @@ """ Convert an XML-Dump to platformspecific help files. Copyright 2011 Timo Richter -Licensed under GNU GPLv3 This program depends on: mwlib |