Sweble Wikitext Licenses
Sweble is made up of several projects/components which use either the Apache License Version 2 or the GNU Affero General Public License (AGPL) Version 3. To find out which component uses which license you can either have a look at the LICENSE file in the project’s repository (e.g. on GitHub) or you can search for the maven artifact in the central maven repository and have a look at the license section of the POM file.
At the time of writing the licenses are used as follows:
Apache License v2:
- Everything in (maven) group de.fau.cs.osr.ptk (Parser Toolkit)
- Everything in (maven) group de.fau.cs.osr.tooling
- Everything in (maven) group de.fau.cs.osr.utils
- Everything in (maven) group org.sweble.wikitext (Parser for MediaWiki’s markup)
AGPL:
- Everything in (maven) group org.sweble.engine (Expansion of MediaWiki articles)
- Everything in (maven) group org.sweble.wom3 (Wiki Object Model v3)