From dff5f042b9f72c60c3d104466db04f2b22669295 Mon Sep 17 00:00:00 2001 From: David Chanin Date: Sat, 3 Feb 2018 23:01:53 +0800 Subject: [PATCH] renaming LICENSE to ARPHICPL.TXT as specified by the license --- LICENSE => ARPHICPL.TXT | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => ARPHICPL.TXT (100%) diff --git a/LICENSE b/ARPHICPL.TXT similarity index 100% rename from LICENSE rename to ARPHICPL.TXT diff --git a/package.json b/package.json index e51e95b5..150c7c70 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "The character data used by Hanzi Writer. This data is derived from the Make Me a Hanzi project.", "repository": "chanind/hanzi-writer-data", "main": "index.js", - "license" : "SEE LICENSE IN LICENSE", + "license" : "SEE LICENSE IN ARPHICPL.TXT", "scripts": { "prepublishOnly": "cp -r data/* ." },