User tests: Successful: Unsuccessful:
as its only deleted by script.php once installed anyway and is just a duplicate GPL v2 License
Part of #22219
Status | New | ⇒ | Pending |
Category | ⇒ | External Library Libraries |
So you want to keep multiple versions of the GPL text?
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-11 11:53:57 |
Closed_By | ⇒ | PhilETaylor | |
Labels |
Added:
?
|
We keep the license file for every external package we pull in (check libraries/vendor
), even though that results in several copies of at least the GPL and MIT licenses being included. The other option is to concatenate and have a single LICENSE file for the entire distribution with the text of all applicable licenses.
Actually the line should be removed from the delete array, not the file removed from the repo. Especially in the case of a third party's LICENSE file...