Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.9, 1.7.7, 1.8.8, 1.9.4
-
Component/s: Documentation
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
-
Fixed Branches:MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
Description
The license for that external file states:
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
which is somewhat ambiguous.
I checked with the author (Anderson Torsten /Teknous <torsten.anderson@skeria.skelleftea.se>) and he said:
"You can change this to whatever bests fits the way you want to distribute
Moodle to be available to academic institutions!"
So I'll update the file to this:
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License or any */
/* later version. */
That way, it's GPLv2+ just like the rest of Moodle.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Thanks Francois, this one helps me in my first task of adding/correcting boilerplates. Cheers