]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/TwoFactor/AppSpecificPassword.php
Merge pull request #9586 from annando/inbox-status
[friendica.git] / src / Model / TwoFactor / AppSpecificPassword.php
index f1ea9af916a04a83a31a3b93936a4e952a9ae521..1e8d56f759fd93b0e4a371057cdd9dca2d8056e7 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/>.
+ *
+ */
 
 namespace Friendica\Model\TwoFactor;
 
@@ -10,8 +29,6 @@ use PragmaRX\Random\Random;
 
 /**
  * Manages users' two-factor recovery hashed_passwords in the 2fa_app_specific_passwords table
- *
- * @package Friendica\Model
  */
 class AppSpecificPassword
 {