]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Add provision for result containing only connector profiles in Contact::getDetailsByURL
[friendica.git] / bin / daemon.php
index 8ba85033ce118946fd0dba298a13daef8da45b29..c2ce05c8e04b346aededf84fcb4fa90e8e51195e 100755 (executable)
@@ -1,7 +1,23 @@
 #!/usr/bin/env php
 <?php
 /**
- * @file bin/daemon.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/>.
+ *
  * Run the worker from a daemon.
  *
  * This script was taken from http://php.net/manual/en/function.pcntl-fork.php