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.

Conflicts:
	composer.json
  • Loading branch information
kteraguchi authored and kteraguchi committed Jan 26, 2018
1 parent 377179c commit 241da35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -11,7 +11,8 @@
"cakedc/migrations": "~2.2",
"netcommons/net-commons": "dev-master"
},
"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.)",
Expand Down

0 comments on commit 241da35

Please sign in to comment.