]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/ExAuth.php
Fix all license header & be less aggressive
[friendica.git] / src / Security / ExAuth.php
index 0e1f4238477ca9f342695d518ea4629347282916..a402218f5662890c5bea84cbd9907695254b29d9 100644 (file)
@@ -1,6 +1,22 @@
 <?php
-
 /**
+ * @copyright Copyright (C) 2010-2022, the Friendica project
+ *
+ * @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/>.
+ *
  * ejabberd extauth script for the integration with friendica
  *
  * Originally written for joomla by Dalibor Karlovic <dado@krizevci.info>
@@ -54,7 +70,7 @@ class ExAuth
         */
        private $appMode;
        /**
-        * @var \Friendica\Core\Config\Capability\IManageConfigValues
+        * @var IManageConfigValues
         */
        private $config;
        /**
@@ -71,11 +87,11 @@ class ExAuth
        private $baseURL;
 
        /**
-        * @param App\Mode                                                       $appMode
-        * @param IManageConfigValues                                            $config
-        * @param \Friendica\Core\PConfig\Capability\IManagePersonalConfigValues $pConfig
-        * @param Database                                                       $dba
-        * @param App\BaseURL                                                    $baseURL
+        * @param App\Mode                    $appMode
+        * @param IManageConfigValues         $config
+        * @param IManagePersonalConfigValues $pConfig
+        * @param Database                    $dba
+        * @param App\BaseURL                 $baseURL
         *
         * @throws Exception
         */