]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/FKOAuth1.php
Centralized gsid generation
[friendica.git] / src / Network / FKOAuth1.php
index 26b5637a62676358283c51f4fed890208c2bcf60..642fab111a1912c205a0318f0e98b8168aa919bd 100644 (file)
@@ -1,7 +1,24 @@
 <?php
 /**
- * @file src/Network/FKOAuth1.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/>.
+ *
  */
+
 namespace Friendica\Network;
 
 use Friendica\Core\Logger;
@@ -12,12 +29,12 @@ use OAuthSignatureMethod_HMAC_SHA1;
 use OAuthSignatureMethod_PLAINTEXT;
 
 /**
- * @brief OAuth protocol
+ * OAuth protocol
  */
 class FKOAuth1 extends OAuthServer
 {
        /**
-        * @brief Constructor
+        * Constructor
         */
        public function __construct()
        {