From ebc11e8055db9353e44c9c8f3b1e9c55ea9d0a6c Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Wed, 26 Apr 2017 00:26:12 -0700 Subject: [PATCH] Use SPDX identifier in license field of META6.json Use the standardized identifier for the license field. For more details see https://design.perl6.org/S22.html#license --- META6.json | 1 + 1 file changed, 1 insertion(+) diff --git a/META6.json b/META6.json index 4b53943..502b6ac 100644 --- a/META6.json +++ b/META6.json @@ -1,6 +1,7 @@ { "perl" : "6.*", "name" : "GD::Raw", + "license" : "Artistic-2.0", "version" : "0.2", "description" : "Low level language bindings to GD Graphics Library", "provides" : {