]> git.mxchange.org Git - friendica.git/commitdiff
Fix all license header & be less aggressive
authorPhilipp <admin@philipp.info>
Thu, 6 Jan 2022 23:13:00 +0000 (00:13 +0100)
committerPhilipp <admin@philipp.info>
Thu, 6 Jan 2022 23:35:28 +0000 (00:35 +0100)
28 files changed:
mod/fbrowser.php
mods/license/license_php.template
src/Console/Test.php
src/Contact/LocalRelationship/Entity/LocalRelationship.php
src/Factory/Api/Twitter/DirectMessage.php
src/Module/Admin/Blocklist/Server/Add.php
src/Module/Admin/Blocklist/Server/Index.php
src/Module/Api/Friendica/DirectMessages/Search.php
src/Module/Api/Friendica/Events/Index.php
src/Module/Api/Friendica/Group/Update.php
src/Module/Api/Friendica/Index.php
src/Module/Api/Twitter/DirectMessages/All.php
src/Module/Api/Twitter/DirectMessages/Conversation.php
src/Module/Api/Twitter/DirectMessages/Destroy.php
src/Module/Api/Twitter/DirectMessages/Inbox.php
src/Module/Api/Twitter/DirectMessages/NewDM.php
src/Module/Api/Twitter/DirectMessages/Sent.php
src/Module/Api/Twitter/DirectMessagesEndpoint.php
src/Module/Contact/Conversations.php
src/Module/Contact/Profile.php
src/Module/Contact/Revoke.php
src/Module/Settings/UserExport.php
src/Navigation/Notifications/Factory/FormattedNotification.php
src/Network/HTTPClient/Capability/ICanSendHttpRequests.php
src/Network/HTTPClient/Client/HttpClient.php
src/Object/Api/Friendica/Notification.php
src/Object/Api/Twitter/DirectMessage.php
src/Security/ExAuth.php

index 9bd7793e4269811798075ee876ff04cf27f57455..d918021cf2d6e880c6151c337cdee6e2d58d4979 100644 (file)
@@ -1,5 +1,22 @@
 <?php
 /**
+ * @copyright Copyright (C) 2010-2022, the Friendica project
+ *
+ * @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/>.
+ *
  * @package            Friendica\modules
  * @subpackage FileBrowser
  * @author             Fabio Comuni <fabrixxm@kirgroup.com>
index 1e1f8f3092cf00d8405b35544dc93c207d1a097d..f77cf62e7a4d51353b92c87c4c1dfd5539f0b8ce 100644 (file)
@@ -17,4 +17,3 @@
  * 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/>.
  *
- */
index 86a317d8addbf3f08bd62f17c2c771608072d030..062e386f05a94ee26ca566bff99cbee6d6196a60 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 502630dfc7d14ed7dfa342778c5aa5ce8c0b23d6..7c47412ce202a4d5fb03dd63112d974425deb84c 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 07d3367b017d28f41db63f36def5c37447b1f244..2599e557f03b2896d056af02c35ed9707824471c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index b728a6e148e0bcffd097e0a76bdcbd8da4ea64d9..a11a8ab21f12aa10eaa04fb6a8f6a8816b22f911 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 90a2ca7791164f31ab64000ac43aeccc1a97fa67..ed2b9a2c59abe2ed4e48a0e36c3de2cf61916dd9 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 679accb33ad4e009d9d1f290d0414bb322e66509..67f8193f251470fec1f0d071a74cb998344a3968 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index e6d26a96f5d939b494192ca211ed330724283cee..594f85d4188ba6219c9d4e48bf224a335d0c5258 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 4faec89d8612170de2ee8a9e80ea22919eaa1d65..b17e29c1bf1180e0f78ec243470c66fa42c5a64f 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 3cdf48aea95da421c337923e75176c917441c9ba..c3eeda23bca3b30c35ac13983ec3d19122556f9c 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 406e81174e2868113938e02cd7abb9d840abf0ab..f7ea3c0f9bcc8940a43b32c7515851a5b6235737 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 2467409860143ac0d044f07aeb252d3ab4621fa2..ebd4b6bbc46b3da2ad61c497258eae9b081e1c5e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index df760907d64d897075770d507153062e9453b156..9f9c4de30362b6269c23847cf971119f058b990f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 98da039869491b308e96df41626ed7d7da1e124e..5999022a3416e3133489645b9f39f652518622b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 8df6c5ec066b1b4a175165a31b2a8dcee825f17d..7ac82533e843b1f50c81744e446f4e2723ee7ac0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index da93727f61807f4a9adc785987afcbfbba9da424..dacbabadfadd1c735ef84c2f3d61b5ab8cde5ebb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0a51b0cbfc28f95fb647c24bc9e9f90f0abff94b..c88e43036a676f995c47af558044f2ee8956a38a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0915a4bd21d63ce251ffb05fdcfd4144b49dc48f..a8f6254739c56a33753811f0ce19cbffbca02ed3 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 9ade7ddc10a92e4d1bd996a120bac483509376f1..e02a6a3dc608562dba872ac608430ec8ba99e2bb 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 4ebd11d7ad20d15a5ea1c21930306b3a91a4043a..59b3bdafae803af66ca07bf072022dc5cf90a373 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index e1b247f10251f874ea5f0e2072a854aa80ea310c..1d47df4fd3d6b3b79a6e02febd4add097cf0d3e2 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 38a69504bc8473ac7bfcff30bcdbb3b06801dfd7..f1df3c173b271089923839a20aee2b0a942281a4 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index 42df3bc74afcd188a426169484674bd7f457b3b3..d84b44d454f9ad3910879d0b73a3385475a3419e 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license GNU APGL version 3 or any later version
+ * @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
index bb7685dcf29fc04ea0fbe2df7f7b2289cdb5972d..f6d0cf577491747ef453314a0456ca10a61f51c3 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license GNU APGL version 3 or any later version
+ * @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
index 02794ef1871c560e6fe025552a663318751f67c6..a8c4da9966eb819ba36e8eee69b98463c8fbd2fd 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @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
index d34ef46b51c8814984b0f29026359f6a89dadeda..e67cc914958418a90f23ccd783437833b2cd3a68 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 3b4e8c5b1a302a3eeb358f2dfe3c3b2f2bc43117..a402218f5662890c5bea84cbd9907695254b29d9 100644 (file)
@@ -1,6 +1,22 @@
 <?php
-
 /**
+ * @copyright Copyright (C) 2010-2022, the Friendica project
+ *
+ * @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/>.
+ *
  * ejabberd extauth script for the integration with friendica
  *
  * Originally written for joomla by Dalibor Karlovic <dado@krizevci.info>