-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
I found a problem with the license of this project.
- The README.md says "Modules is distributed under the GNU General Public License version 2 (GPL v2). Read the file COPYING.GPLv2 for details.", indicating GPLv2 (this specific version, not any later version).
- In the source tree there are both GPLv2+ ("GPLv2 or any later version", e.g.
script/createmodule.sh) and GPLv3+ files (e.g.script/envml.cmd). - The spec file
contrib/rpm/environment-modules.spec.insuggests GPLv2+.
Given the current state of affairs in the source tree, the resulting work must be considered GPLv3+. Is that what you intended? In that case, could you please update the README and the COPYING file? If that wasn't intended, could you relicense all source files under GPLv2 or GPLv2+?