Denote LGPL, GPL, and MPL next to their respective links

Jeff Gehlbach 2024-04-29 17:42:51 -04:00
parent 47cb550a0b
commit 87e2d1fc4e

@ -38,9 +38,9 @@ Among licenses characterized by OSI as “popular / strong community”, the pra
- [3-Clause BSD License](https://opensource.org/license/bsd-3-clause/)
- [2-Clause BSD License](https://opensource.org/license/bsd-2-clause/)
- [Common Development and Distribution License 1.0](https://opensource.org/license/cddl-1-0/) (CDDL)
- [GNU Lesser General Public License version 3](https://opensource.org/license/lgpl-3-0/)
- [GNU General Public License version 3](https://opensource.org/license/gpl-3-0/)
- [Mozilla Public License 2.0](https://opensource.org/license/mpl-2-0/)
- [GNU Lesser General Public License version 3](https://opensource.org/license/lgpl-3-0/) (LGPL)
- [GNU General Public License version 3](https://opensource.org/license/gpl-3-0/) (GPL)
- [Mozilla Public License 2.0](https://opensource.org/license/mpl-2-0/) (MPL)
- [Eclipse Public License version 2.0](https://opensource.org/license/epl-2-0/)
_Note that versions of the LGPL, GPL, and MPL prior to the ones noted above are incompatible with the Apache-2.0 license used by NetBox, and are therefore not practical for licensing NetBox plugins._