From 574eb403b661b350f8f8067dd82c03416257ac07 Mon Sep 17 00:00:00 2001 From: Menci Date: Wed, 7 Nov 2018 14:01:57 +0800 Subject: [PATCH] Correct LICENSE field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c870f6..9783a35 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "express" ], "author": "Menci", - "license": "GPL-3.0", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/syzoj/syzoj/issues" },