Skip to content

Commit

Permalink
remove licence comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey18106 committed Jul 24, 2023
1 parent fcc0475 commit 8e8d1ab
Show file tree
Hide file tree
Showing 64 changed files with 0 additions and 1,731 deletions.
27 changes: 0 additions & 27 deletions lib/AEAuthBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2;

use OCA\AppEcosystemV2\AppInfo\Application;
Expand Down
30 changes: 0 additions & 30 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\AppInfo;

use OCA\AppEcosystemV2\Capabilities;
Expand All @@ -54,9 +27,6 @@
class Application extends App implements IBootstrap {
public const APP_ID = 'app_ecosystem_v2';

public const CACHE_TTL = 60 * 60; // 1 hour
public const ICON_CACHE_TTL = 60 * 60 * 24; // 1 day

public function __construct(array $urlParams = []) {
parent::__construct(self::APP_ID, $urlParams);

Expand Down
27 changes: 0 additions & 27 deletions lib/Attribute/AppEcosystemAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\Attribute;

use Attribute;
Expand Down
27 changes: 0 additions & 27 deletions lib/BackgroundJob/ExAppStatusUpdateJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\BackgroundJob;

use OCP\AppFramework\Utility\ITimeFactory;
Expand Down
27 changes: 0 additions & 27 deletions lib/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2;

use OCA\AppEcosystemV2\AppInfo\Application;
Expand Down
27 changes: 0 additions & 27 deletions lib/Command/ApiScopes/ListApiScopes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\Command\ApiScopes;

use OCA\AppEcosystemV2\Service\ExAppApiScopeService;
Expand Down
27 changes: 0 additions & 27 deletions lib/Command/Daemon/ListDaemons.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\Command\Daemon;

use OCA\AppEcosystemV2\Service\DaemonConfigService;
Expand Down
27 changes: 0 additions & 27 deletions lib/Command/Daemon/RegisterDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\Command\Daemon;

use OCA\AppEcosystemV2\Service\DaemonConfigService;
Expand Down
27 changes: 0 additions & 27 deletions lib/Command/Daemon/UnregisterDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\Command\Daemon;

use OCA\AppEcosystemV2\Service\DaemonConfigService;
Expand Down
27 changes: 0 additions & 27 deletions lib/Command/ExApp/Deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\Command\ExApp;

use OCA\AppEcosystemV2\AppInfo\Application;
Expand Down
27 changes: 0 additions & 27 deletions lib/Command/ExApp/Disable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@

declare(strict_types=1);

/**
*
* Nextcloud - App Ecosystem V2
*
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @copyright Copyright (c) 2023 Alexander Piskun <bigcat88@icloud.com>
*
* @author 2023 Andrey Borysenko <andrey18106x@gmail.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* 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
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCA\AppEcosystemV2\Command\ExApp;

use OCA\AppEcosystemV2\Service\AppEcosystemV2Service;
Expand Down
Loading

0 comments on commit 8e8d1ab

Please sign in to comment.