From 63307ed91d31c8070e02ec5241aa3074de37ae27 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 11 Aug 2015 08:17:18 +0200 Subject: [PATCH] change license from AGPL to GPL --- README.rst | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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", -- 2.30.2