Skip to content

Commit 215aef3

Browse files
committed
Update php licenses
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 46dbc8f commit 215aef3

File tree

2,900 files changed

+3202
-5849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,900 files changed

+3202
-5849
lines changed

apps/accessibility/appinfo/routes.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author Alexey Pyltsyn <lex61rus@gmail.com>
66
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
7-
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7+
* @author John Molakvoæ <skjnldsv@protonmail.com>
88
* @author Julius Härtl <jus@bitgrid.net>
99
*
1010
* @license GNU AGPL version 3 or any later version
@@ -16,14 +16,13 @@
1616
*
1717
* This program is distributed in the hope that it will be useful,
1818
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2020
* GNU Affero General Public License for more details.
2121
*
2222
* You should have received a copy of the GNU Affero General Public License
2323
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2424
*
2525
*/
26-
2726
return [
2827
'routes' => [
2928
['name' => 'accessibility#getCss', 'url' => '/css/user-{md5}', 'verb' => 'GET'],

apps/accessibility/lib/AccessibilityProvider.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Jan-Christoph Borchardt <hey@jancborchardt.net>
99
* @author Janis Köhr <janis.koehr@novatec-gmbh.de>
1010
* @author Joas Schilling <coding@schilljs.com>
11-
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
11+
* @author John Molakvoæ <skjnldsv@protonmail.com>
1212
*
1313
* @license GNU AGPL version 3 or any later version
1414
*
@@ -19,14 +19,13 @@
1919
*
2020
* This program is distributed in the hope that it will be useful,
2121
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2323
* GNU Affero General Public License for more details.
2424
*
2525
* You should have received a copy of the GNU Affero General Public License
2626
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2727
*
2828
*/
29-
3029
namespace OCA\Accessibility;
3130

3231
use OCP\IL10N;

apps/accessibility/lib/AppInfo/Application.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
99
* @author Joas Schilling <coding@schilljs.com>
10-
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
10+
* @author John Molakvoæ <skjnldsv@protonmail.com>
1111
* @author Julius Härtl <jus@bitgrid.net>
1212
* @author Roeland Jago Douma <roeland@famdouma.nl>
1313
*
@@ -20,14 +20,13 @@
2020
*
2121
* This program is distributed in the hope that it will be useful,
2222
* but WITHOUT ANY WARRANTY; without even the implied warranty of
23-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2424
* GNU Affero General Public License for more details.
2525
*
2626
* You should have received a copy of the GNU Affero General Public License
2727
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2828
*
2929
*/
30-
3130
namespace OCA\Accessibility\AppInfo;
3231

3332
use OCA\Accessibility\Service\JSDataService;

apps/accessibility/lib/Controller/AccessibilityController.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
1010
* @author Janis Köhr <janis.koehr@novatec-gmbh.de>
1111
* @author Joas Schilling <coding@schilljs.com>
12-
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
12+
* @author John Molakvoæ <skjnldsv@protonmail.com>
1313
* @author Julius Härtl <jus@bitgrid.net>
1414
* @author Roeland Jago Douma <roeland@famdouma.nl>
1515
* @author Thomas Citharel <nextcloud@tcit.fr>
@@ -23,14 +23,13 @@
2323
*
2424
* This program is distributed in the hope that it will be useful,
2525
* but WITHOUT ANY WARRANTY; without even the implied warranty of
26-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2727
* GNU Affero General Public License for more details.
2828
*
2929
* You should have received a copy of the GNU Affero General Public License
3030
* along with this program. If not, see <http://www.gnu.org/licenses/>.
3131
*
3232
*/
33-
3433
namespace OCA\Accessibility\Controller;
3534

3635
use OC\Template\IconsCacher;

apps/accessibility/lib/Controller/ConfigController.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
1010
* @author Daniel Kesselberg <mail@danielkesselberg.de>
1111
* @author Janis Köhr <janis.koehr@novatec-gmbh.de>
12-
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
12+
* @author John Molakvoæ <skjnldsv@protonmail.com>
1313
* @author Roeland Jago Douma <roeland@famdouma.nl>
1414
*
1515
* @license GNU AGPL version 3 or any later version
@@ -21,14 +21,13 @@
2121
*
2222
* This program is distributed in the hope that it will be useful,
2323
* but WITHOUT ANY WARRANTY; without even the implied warranty of
24-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2525
* GNU Affero General Public License for more details.
2626
*
2727
* You should have received a copy of the GNU Affero General Public License
2828
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2929
*
3030
*/
31-
3231
namespace OCA\Accessibility\Controller;
3332

3433
use OCA\Accessibility\AccessibilityProvider;

apps/accessibility/lib/Migration/RepairUserConfig.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
*
1818
* This program is distributed in the hope that it will be useful,
1919
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2121
* GNU Affero General Public License for more details.
2222
*
2323
* You should have received a copy of the GNU Affero General Public License
2424
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2525
*
2626
*/
27-
2827
namespace OCA\Accessibility\Migration;
2928

3029
use OCA\Accessibility\AppInfo\Application;

apps/accessibility/lib/Service/JSDataService.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
*
1717
* This program is distributed in the hope that it will be useful,
1818
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2020
* GNU Affero General Public License for more details.
2121
*
2222
* You should have received a copy of the GNU Affero General Public License
2323
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2424
*
2525
*/
26-
2726
namespace OCA\Accessibility\Service;
2827

2928
use OCA\Accessibility\AppInfo\Application;

apps/accessibility/lib/Settings/Personal.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* @copyright Copyright (c) 2019 Janis Köhr <janiskoehr@icloud.com>
55
*
66
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
7-
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7+
* @author John Molakvoæ <skjnldsv@protonmail.com>
8+
* @author Roeland Jago Douma <roeland@famdouma.nl>
89
*
910
* @license GNU AGPL version 3 or any later version
1011
*
@@ -15,14 +16,13 @@
1516
*
1617
* This program is distributed in the hope that it will be useful,
1718
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1920
* GNU Affero General Public License for more details.
2021
*
2122
* You should have received a copy of the GNU Affero General Public License
2223
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2324
*
2425
*/
25-
2626
namespace OCA\Accessibility\Settings;
2727

2828
use OCA\Accessibility\AccessibilityProvider;

apps/accessibility/lib/Settings/PersonalSection.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
44
*
55
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
6-
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6+
* @author John Molakvoæ <skjnldsv@protonmail.com>
77
*
88
* @license GNU AGPL version 3 or any later version
99
*
@@ -14,14 +14,13 @@
1414
*
1515
* This program is distributed in the hope that it will be useful,
1616
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1818
* GNU Affero General Public License for more details.
1919
*
2020
* You should have received a copy of the GNU Affero General Public License
2121
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
*
2323
*/
24-
2524
namespace OCA\Accessibility\Settings;
2625

2726
use OCP\IL10N;

apps/admin_audit/lib/Actions/Action.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919
*
2020
* This program is distributed in the hope that it will be useful,
2121
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2323
* GNU Affero General Public License for more details.
2424
*
2525
* You should have received a copy of the GNU Affero General Public License
2626
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2727
*
2828
*/
29-
3029
namespace OCA\AdminAudit\Actions;
3130

3231
use Psr\Log\LoggerInterface;

0 commit comments

Comments
 (0)