]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/CheckVersion.php
Merge pull request #8272 from MrPetovan/bug/8254-regex-url-img
[friendica.git] / src / Worker / CheckVersion.php
index bdd44a300ede1861f4683faf6d963ab04dbc6ba3..ae23b40c02f05363b61dac832574ab701cae1b34 100644 (file)
@@ -1,10 +1,24 @@
 <?php
-
 /**
- * @file src/Worker/CheckVersion.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.
  *
- * save Friendica upstream version to the DB
- **/
+ * 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\Worker;
 
 use Friendica\Core\Logger;
@@ -13,7 +27,7 @@ use Friendica\DI;
 use Friendica\Util\Network;
 
 /**
- * check the git repository VERSION file and save the version to the DB
+ * Check the git repository VERSION file and save the version to the DB
  *
  * Checking the upstream version is optional (opt-in) and can be done to either
  * the master or the develop branch in the repository.