From 2caf83f84ceca0461b39e0632201c0451250c59a Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Wed, 26 Apr 2017 00:37:11 -0700 Subject: 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 c164187..b347847 100644 --- a/META6.json +++ b/META6.json @@ -1,6 +1,7 @@ { "perl" : "6.c", "name" : "IRC::Client", + "license" : "Artistic-2.0", "version" : "3.006004", "description" : "Extendable Internet Relay Chat client", "tags" : [ "Net", "IRC" ], -- cgit v1.1