From a1b407749516aa7456886195d2712471045c8348 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Sun, 11 Mar 2018 09:52:33 +0100
Subject: [PATCH] Update licence in package json

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 75d426a177..74f2df5526 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
   "version": "1.0.0-alpha.6",
   "private": true,
-  "licence": "GPLv3",
+  "licence": "AGPLv3",
   "engines": {
     "node": ">=8.x"
   },
-- 
GitLab