From: Chocobozzz Date: Sun, 11 Mar 2018 08:52:33 +0000 (+0100) Subject: Update licence in package json X-Git-Tag: v1.0.0-alpha.7~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1b407749516aa7456886195d2712471045c8348;p=oweals%2Fpeertube.git Update licence in package json --- diff --git a/package.json b/package.json index 75d426a17..74f2df552 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" },