Skip to content

Commit

Permalink
chore(): Add the GPLv3 license
Browse files Browse the repository at this point in the history
Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed Oct 30, 2023
1 parent 391ca50 commit 3e14644
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lib/Commands/Create.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<?php

/**
* @copyright Copyright (c) 2017 Arawa
*
* @author 2023 Baptiste Fotia <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* 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\Workspace\Commands;

use OCA\Workspace\Group\Admin\AdminGroup;
Expand Down
22 changes: 22 additions & 0 deletions lib/Commands/Import.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<?php

/**
* @copyright Copyright (c) 2017 Arawa
*
* @author 2023 Baptiste Fotia <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* 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\Workspace\Commands;

use OCA\Workspace\Files\MassiveWorkspaceCreation\Csv;
Expand Down
22 changes: 22 additions & 0 deletions lib/User/UserFinder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<?php

/**
* @copyright Copyright (c) 2017 Arawa
*
* @author 2023 Baptiste Fotia <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* 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\Workspace\User;

use OCP\IUser;
Expand Down
22 changes: 22 additions & 0 deletions lib/User/UserPresenceChecker.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<?php

/**
* @copyright Copyright (c) 2017 Arawa
*
* @author 2023 Baptiste Fotia <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* 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\Workspace\User;

use OCP\IUserManager;
Expand Down
22 changes: 22 additions & 0 deletions lib/User/UserSearcher.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<?php

/**
* @copyright Copyright (c) 2017 Arawa
*
* @author 2023 Baptiste Fotia <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* 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\Workspace\User;

use OCP\IUser;
Expand Down

0 comments on commit 3e14644

Please sign in to comment.