aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <zoffixznet@users.noreply.github.com>2017-04-26 06:14:41 -0400
committerGitHub <noreply@github.com>2017-04-26 06:14:41 -0400
commit3ac41c2b68788b01c5722e8a28e279ef0c3203bb (patch)
tree1a046c0bc1bb18abb737b5f440bad1dd2e1ca47c
parent56b4824f10dc06c91e87acdf7ea14fc668c33a8b (diff)
parent2caf83f84ceca0461b39e0632201c0451250c59a (diff)
Merge pull request #44 from samcv/SPDX-license
Use SPDX identifier in license field of META6.json
-rw-r--r--META6.json1
1 files changed, 1 insertions, 0 deletions
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" ],