diff --git a/appinfo/app.php b/appinfo/app.php index 0ee5fb6..82d39da 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,13 +1,4 @@ - * @copyright Xavier Beurois 2015 - */ namespace OCA\NCDownloader\AppInfo; @@ -19,5 +10,3 @@ namespace OCA\NCDownloader\AppInfo; 'name' => 'ncdownloader' ]); -//\OCP\App::registerAdmin('ncdownloader', 'settings/admin'); -//\OCP\App::registerPersonal('ncdownloader', 'settings/personal'); diff --git a/img/app.svg b/img/app.svg deleted file mode 100644 index fe370f8..0000000 --- a/img/app.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/img/ncdownloader.svg b/img/ncdownloader.svg index c3150d7..5846f4f 100644 --- a/img/ncdownloader.svg +++ b/img/ncdownloader.svg @@ -1 +1,16 @@ - \ No newline at end of file + + + + + + + + + diff --git a/js/settings/admin.js b/js/settings/admin.js index 7700c15..96985ea 100644 --- a/js/settings/admin.js +++ b/js/settings/admin.js @@ -1,13 +1,3 @@ -/** - * ownCloud - ocDownloader - * - * This file is licensed under the Affero General Public License version 3 or - * later. See the LICENSE file. - * - * @author Xavier Beurois - * @copyright Xavier Beurois 2015 - */ - window.addEventListener('DOMContentLoaded', function () { $('.ncdownloader-admin-settings').on('click', 'input[type="button"]', function (event) { OC.msg.startSaving('#ncdownloader-message'); diff --git a/lib/Command/Aria2Command.php b/lib/Command/Aria2Command.php index 178770b..bcb14b9 100644 --- a/lib/Command/Aria2Command.php +++ b/lib/Command/Aria2Command.php @@ -1,25 +1,5 @@ - * @author Robin Appelman - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * - */ + namespace OCA\NCDownloader\Command; use OCA\NCDownloader\Tools\Aria2; diff --git a/lib/Tools/Aria2.php b/lib/Tools/Aria2.php index f7395ce..4cf2e15 100644 --- a/lib/Tools/Aria2.php +++ b/lib/Tools/Aria2.php @@ -24,7 +24,6 @@ class Aria2 private $filterResponse = true; //absolute download path private $downloadDir; - //the path to where hook scripts is stored public function __construct($options = array()) { $options += array( diff --git a/templates/settings/Admin.php b/templates/settings/Admin.php index bbf23cf..b0bce05 100644 --- a/templates/settings/Admin.php +++ b/templates/settings/Admin.php @@ -1,15 +1,4 @@ - * @copyright Xavier Beurois 2015 - */ -//script("ncdownloader", 'common'); -//script("ncdownloader", 'settings/admin'); script("ncdownloader", 'appSettings'); ?>