From cd88c268210522d3890c12cd96f2cd8fb46a0bc1 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Wed, 26 Apr 2017 00:19:36 -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 07ebf39..07d9e42 100644 --- a/META6.json +++ b/META6.json @@ -1,6 +1,7 @@ { "perl" : "6.*", "name" : "List::Utils", + "license" : "Artistic-2.0", "version" : "*", "description" : "Simple list utility subs", "provides" : { "List::Utils" : "lib/List/Utils.pm" },