Skip to content

Commit

Permalink
Use SPDX identifier in license field of META6.json
Browse files Browse the repository at this point in the history
Use the standardized identifier for the license field.
For more details see https://design.perl6.org/S22.html#license
  • Loading branch information
samcv committed Apr 27, 2017
1 parent 7516378 commit 1ffbad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions META6.json
Expand Up @@ -10,6 +10,7 @@
],
"description" : "a perl6 implementation of the unofficial code submitter for Aizu Online Judge( http://judge.u-aizu.ac.jp/onlinejudge/index.jsp ).",
"name" : "App::AizuOnlineJudge",
"license" : "Artistic-2.0",
"perl" : "6.c",
"provides" : {
"App::AizuOnlineJudge" : "lib/App/AizuOnlineJudge.pm6",
Expand Down

0 comments on commit 1ffbad5

Please sign in to comment.