]> git.mxchange.org Git - friendica-addons.git/commitdiff
Add license info at Friendica PHP files
authornupplaPhil <admin+github@philipp.info>
Sun, 9 Feb 2020 15:34:23 +0000 (16:34 +0100)
committernupplaPhil <admin+github@philipp.info>
Sun, 9 Feb 2020 15:34:23 +0000 (16:34 +0100)
advancedcontentfilter/src/middlewares.php
advancedcontentfilter/src/routes.php

index b13a0d547a358e04c23581888dd1561e2a4bddb0..53026204cd7fa4e1ca41e29b23b0347869c7615e 100644 (file)
@@ -1,4 +1,23 @@
 <?php
+/**
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @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 <https://www.gnu.org/licenses/>.
+ *
+ */
 
 use Friendica\DI;
 
index 969ced68cb5b895adcc47a97ccd053057408e85c..09077bdaeed9c7bb2163941e4b3b2f53721f4e00 100644 (file)
@@ -1,6 +1,23 @@
 <?php
-
-// Routes
+/**
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @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 <https://www.gnu.org/licenses/>.
+ *
+ */
 
 /* @var $slim Slim\App */
 $slim->group('/advancedcontentfilter/api', function () {