Page MenuHomeDevCentral

Fix license in Composer
ClosedPublic

Authored by dereckson on Jun 17 2016, 23:49.
Tags
None
Referenced Files
F11717222: D406.id.diff
Sun, Sep 14, 16:17
F11715761: D406.id991.diff
Sun, Sep 14, 11:18
F11713282: D406.id991.diff
Sat, Sep 13, 22:13
Unknown Object (File)
Sat, Sep 13, 12:57
Unknown Object (File)
Sat, Sep 13, 07:09
Unknown Object (File)
Mon, Sep 8, 20:40
Unknown Object (File)
Mon, Sep 8, 20:38
Unknown Object (File)
Sun, Sep 7, 23:27
Subscribers
None

Details

Summary

README offers a BSD license, with a PURL to
https://opensource.org/licenses/BSD-2-Clause.

Composer used "BSD", but that's not a valid SPDX license tag.
Correct tag is BSD-2-Clause (the same than the OSI URL).

Reference: https://spdx.org/licenses/

Fixes T842.

Test Plan

composer validate

Diff Detail

Repository
rGROVE Auth Grove
Lint
Lint Passed
Unit
No Test Coverage
Branch
master
Build Status
Buildable 567
Build 682: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Fix license in Composer.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.

Test

$ composer validate
$ ./composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
require.keruald/globalfunctions : unbound version constraints (>=0.3) should be avoided

License "BSD" is not a valid SPDX license identifier has disappeared.

dereckson edited edge metadata.
This revision is now accepted and ready to land.Jun 17 2016, 23:53
This revision was automatically updated to reflect the committed changes.