Skip to content

Commit

Permalink
Change license value
Browse files Browse the repository at this point in the history
Packagistで以下エラーが発生したため
Importing branch master (dev-master)
Skipped branch master, Invalid package information:
License "NetCommons License" is not a valid SPDX license identifier, see
https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as license.
  • Loading branch information
kteraguchi committed Jan 26, 2018
1 parent fc6f994 commit 6a49926
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,35 @@
"homepage": "http://www.netcommons.org/",
"extra": {
"installer-paths": {
"app/Plugin/{$name}": ["type:cakephp-plugin"]
"app/Plugin/{$name}": [
"type:cakephp-plugin"
]
}
},
"require": {
"cakedc/migrations": "~2.2",
"netcommons/net-commons": "@dev"
"cakedc/migrations": "~2.2",
"netcommons/net-commons": "@dev"
},
"license": "NetCommons License",
"license": "LicenseRef-NetCommons",
"license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt",
"authors": [
{
"name": "Ryuji AMANO (RYUS INC.)",
"email": "ryuji@ryus.co.jp",
"homepage": "http://ryus.co.jp/",
"role": "Developer"
"name": "Ryuji AMANO (RYUS INC.)",
"email": "ryuji@ryus.co.jp",
"homepage": "http://ryus.co.jp/",
"role": "Developer"
},
{
"name": "NetCommons Community",
"homepage": "http://www.netcommons.org"
}
],
"type": "cakephp-plugin",
"keywords": ["cakephp", "tags"],
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"tags"
],
"config": {
"vendor-dir": "vendors"
}
}

}

0 comments on commit 6a49926

Please sign in to comment.