From: Christian Weiske Date: Tue, 11 Aug 2015 06:17:18 +0000 (+0200) Subject: change license from AGPL to GPL X-Git-Tag: v0.2.0~5 X-Git-Url: https://git.cweiske.de/playVideoOnDreambox.git/commitdiff_plain/63307ed91d31c8070e02ec5241aa3074de37ae27 change license from AGPL to GPL --- diff --git a/README.rst b/README.rst index 28cdaf1..ee04814 100644 --- a/README.rst +++ b/README.rst @@ -39,9 +39,9 @@ Dependencies License ======= -``playVideoOnDreambox`` is licensed under the `AGPL v3`__ or later. +``playVideoOnDreambox`` is licensed under the `GPL v3`__ or later. -__ http://www.gnu.org/licenses/agpl.html +__ http://www.gnu.org/licenses/gpl.html Homepage diff --git a/package.json b/package.json index 06c446a..7fb7894 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Play video on Dreambox", "name": "playvideoondreambox", - "version": "0.1.0", + "version": "0.1.0", "description": "Plays videos on the Dreambox satellite receiver.\n\nOpen a video webpage like youtube and press the dreambox play button.\n\nRequires the 'youtube-dl' executable to extract video URLs.", "main": "index.js", "homepage": "http://cweiske.de/playVideoOnDreambox.htm", @@ -10,7 +10,7 @@ "firefox": ">=38.0a1", "fennec": ">=38.0a1" }, - "license": "AGPlv3+", + "license": "GPLv3+", "preferences": [ { "name": "youtubedlPath",