# Ich möchte ein Plugin auf GitHub teilen, muss ich eine Lizenzdatei hinzufügen? Welche?

**URL:** https://meta.discourse.org/t/i-want-to-share-plugin-on-github-do-i-have-to-add-any-license-file-which-one/386418
**Category:** Development
**Created:** [22. Oktober 2025 um 09:42 UTC](https://meta.discourse.org/t/i-want-to-share-plugin-on-github-do-i-have-to-add-any-license-file-which-one/386418 "2025-10-22T09:42:46Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![elmuerte](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elmuerte/32/456517_2.png) [@elmuerte](https://meta.discourse.org/u/elmuerte)
#### Post date: [24. Oktober 2025 um 06:21 UTC](https://meta.discourse.org/t/i-want-to-share-plugin-on-github-do-i-have-to-add-any-license-file-which-one/386418/3 "2025-10-24T06:21:34Z")

</div>

Discourse wird unter der Lizenz _GPL v2 oder später_ vertrieben (obwohl ich mir wünschte, sie würden zu GPL 3 für eine bessere Lizenzkompatibilität wechseln).

Das bedeutet, dass Sie auf Lizenzen beschränkt sind, die mit GPL v2 kompatibel sind:

- GPL v2
- LGPL v2
- MIT
- überarbeitete BSD (3 oder 2 Klauseln)
- zlib
- MPL v2
- ISC

Wenn Discourse GPLv3 verwenden würde, gäbe es [mehr kompatible Lizenzen](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses), wie Apache-2.

Discourse selbst hat [Pakete](https://github.com/discourse/discourse/blob/main/.licensed.yml), deren Lizenzen mit Apache-2 kompatibel sind. Wenn sie also wirklich konform sein wollen, sollten sie zu _GPL v3 oder später_ wechseln.

---

_[View the full topic](https://meta.discourse.org/t/i-want-to-share-plugin-on-github-do-i-have-to-add-any-license-file-which-one/386418)._
