]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/ParseUrl.php
Merge pull request #8271 from MrPetovan/bug/8229-frio-mobile-back-to-top
[friendica.git] / src / Util / ParseUrl.php
index df7a48ddf7f7d1a25aeafea70b2cde6a39ea0629..06e320c40e03f29a93ce987d4f9a217deb13486f 100644 (file)
@@ -1,8 +1,24 @@
 <?php
 /**
- * @file src/Util/ParseUrl.php
- * Get informations about a given URL
+ * @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\Util;
 
 use DOMDocument;
@@ -13,6 +29,8 @@ use Friendica\Core\Logger;
 use Friendica\Database\DBA;
 
 /**
+ * Get information about a given URL
+ *
  * Class with methods for extracting certain content from an url
  */
 class ParseUrl