change license from AGPL to GPL
authorChristian Weiske <christian.weiske@netresearch.de>
Tue, 11 Aug 2015 06:17:18 +0000 (08:17 +0200)
committerChristian Weiske <christian.weiske@netresearch.de>
Tue, 11 Aug 2015 06:17:18 +0000 (08:17 +0200)
README.rst
package.json

index 28cdaf12a3c645e0d96f4618dc193ab3ae9bc33c..ee0481449a226d09c940736ef5bfbb3908a05648 100644 (file)
@@ -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
index 06c446a5a504ff2b872752bdbdb4d0ec8e3ba532..7fb789421d1692b5561b55741a7547e5a8424dcc 100644 (file)
@@ -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",