Add copyrights

Signed-off-by: Giuliano Mele <giuliano.mele@verdigado.com>
This commit is contained in:
Giuliano Mele 2022-07-14 09:22:06 +02:00 committed by Arthur Schiwon
parent a68d9849aa
commit 7c3aee5b75
No known key found for this signature in database
GPG key ID: 7424F1874854DF23
5 changed files with 130 additions and 0 deletions

View file

@ -1,4 +1,30 @@
<?php
/**
* @copyright Copyright (c) 2019 Dominik Ach <da@infodatacom.de>
*
* @author Dominik Ach <da@infodatacom.de>
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Carl Schwan <carl@carlschwan.eu>
* @author Maximilian Ruta <mr@xtain.net>
* @author Jonathan Treffler <mail@jonathan-treffler.de>
* @author Giuliano Mele <giuliano.mele@verdigado.com>
*
* @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\User_SAML;

View file

@ -1,4 +1,30 @@
<?php
/**
* @copyright Copyright (c) 2019 Dominik Ach <da@infodatacom.de>
*
* @author Dominik Ach <da@infodatacom.de>
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Carl Schwan <carl@carlschwan.eu>
* @author Maximilian Ruta <mr@xtain.net>
* @author Jonathan Treffler <mail@jonathan-treffler.de>
* @author Giuliano Mele <giuliano.mele@verdigado.com>
*
* @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\User_SAML;

View file

@ -1,4 +1,30 @@
<?php
/**
* @copyright Copyright (c) 2019 Dominik Ach <da@infodatacom.de>
*
* @author Dominik Ach <da@infodatacom.de>
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Carl Schwan <carl@carlschwan.eu>
* @author Maximilian Ruta <mr@xtain.net>
* @author Jonathan Treffler <mail@jonathan-treffler.de>
* @author Giuliano Mele <giuliano.mele@verdigado.com>
*
* @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\User_SAML;

View file

@ -1,6 +1,32 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Dominik Ach <da@infodatacom.de>
*
* @author Dominik Ach <da@infodatacom.de>
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Carl Schwan <carl@carlschwan.eu>
* @author Maximilian Ruta <mr@xtain.net>
* @author Jonathan Treffler <mail@jonathan-treffler.de>
* @author Giuliano Mele <giuliano.mele@verdigado.com>
*
* @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\User_SAML\Migration;

View file

@ -1,4 +1,30 @@
<?php
/**
* @copyright Copyright (c) 2019 Dominik Ach <da@infodatacom.de>
*
* @author Dominik Ach <da@infodatacom.de>
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Carl Schwan <carl@carlschwan.eu>
* @author Maximilian Ruta <mr@xtain.net>
* @author Jonathan Treffler <mail@jonathan-treffler.de>
* @author Giuliano Mele <giuliano.mele@verdigado.com>
*
* @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/>.
*
*/
use Test\TestCase;
use \OCA\User_SAML\GroupBackend;