From a9a80ceba9ece319fc964b0ba4bd2a1ad302b556 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Fri, 28 Jul 2017 22:26:39 -0400 Subject: [PATCH] Updated license in package.json to AGPLv3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6d8037..7bdb36b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "The Citra Official Website", "author": "", - "license": "GPLv3", + "license": "AGPLv3", "dependencies": { "browser-sync": "^2.18.12", "gulp": "^3.9.1",