Switch license to LGPLv3 or later

master
Graham 5 years ago
parent 8a4ed7407e
commit 45b2891583
  1. 7
      README.md
  2. 2
      pom.xml

@ -125,9 +125,10 @@ All code and data is licensed under version 3.0 (and only version 3.0) of the
Copyright (c) 2019-2020 OpenRS2 Authors Copyright (c) 2019-2020 OpenRS2 Authors
OpenRS2 Natives is free software: you can redistribute it and/or modify it under OpenRS2 Natives is free software: you can redistribute it and/or modify it
the terms of version 3.0 of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published by the
by the Free Software Foundation. Free Software Foundation, either version 3 of the License, or (at your option)
any later version.
OpenRS2 Natives is distributed in the hope that it will be useful, but WITHOUT OpenRS2 Natives is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

@ -19,7 +19,7 @@
</description> </description>
<licenses> <licenses>
<license> <license>
<name>GNU Lesser General Public License v3.0</name> <name>GNU Lesser General Public License v3.0 or later</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url> <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license> </license>
</licenses> </licenses>

Loading…
Cancel
Save