]> git.mxchange.org Git - friendica.git/commitdiff
added SPDX header information to some files
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 18 Aug 2024 06:13:26 +0000 (08:13 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 23 Aug 2024 06:23:28 +0000 (08:23 +0200)
In the end of this progress Friendica will hopefully be [REUSE](https://reuse.software) complient but this is a longterm goal.

36 files changed:
.codecov.yml
.ddev/config.yaml
.editorconfig
.gitattributes
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/dependabot.yml
.gitignore
.htaccess-dist
.php-cs-fixer.dist.php
.php_cs.dist
.tx/config
.woodpecker/.code_standards_check.yml
.woodpecker/.continuous-deployment.yml
.woodpecker/.database_checks.yml
.woodpecker/.license_check.yml
.woodpecker/.messages.po_check.yml
.woodpecker/.phpunit.yml
.woodpecker/.releaser.yml
CHANGELOG.license [new file with mode: 0644]
CONTRIBUTING.md.license [new file with mode: 0644]
CREDITS.txt.license [new file with mode: 0644]
Doxyfile.license [new file with mode: 0644]
README.md.license [new file with mode: 0644]
REUSE.toml.license [new file with mode: 0644]
VERSION.license [new file with mode: 0644]
Vagrantfile.license [new file with mode: 0644]
bin/.htaccess.license [new file with mode: 0644]
bin/composer.phar.license [new file with mode: 0644]
bin/console
bin/console.bat
bin/run_xgettext.sh
security.txt.license [new file with mode: 0644]
translations.txt.license [new file with mode: 0644]

index 7b6eecb66e14346f531d33334f8289a196aa6abc..be8ab118297e7068c0872a5728cd15b3d7482194 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 codecov:
   branch: develop
   ci:
index 26cba10525719657d30def5981d464d3d1139b3a..28dd56a88b19e6a073d97c52e17f9d47c1d6968e 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 name: my-friendica
 type: php
 docroot: ""
index 610409143b385b6941f01569cc57a3081988463a..57445d869cab6f3f3bce2edc59f27522e52c5c10 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # editorconfig tool configuration
 # see http://editorconfig.org for docs
 
index 18ba9e0758c7b4ebe701e521b1258f3ef8ff6706..915c608e7a38d2ba57a327aec0a33cceb43d9e12 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # Disable LF normalization for all files
 * -text
index 8e3ff067f6da1a669f76d5fa46edbb69b9828dd9..605e11e1366aa361c2bc88904c5a897e313d7f9f 100644 (file)
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
+-->
+
 ---
 name: Bug report
 about: Create a report to help us improve
index 7bdd4f066cf8f09d8421194ecae45d158e74afc4..70ae20346434aad2b14dc8e9026c586c11cb513f 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 blank_issues_enabled: true
 contact_links:
   - name: Friendica Community Support
index e65d397099118eaaa22e72c564c8b4331458c6ca..ed0a7f0c4e79759fcdd48e3c65afb8a7b09879ee 100644 (file)
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
+-->
+
 ---
 name: Feature request
 about: Suggest an idea for this project
index 86df43733954ffcf2bc959c074258604f275acb5..8eca53f4c70175eb87928b205d35261cfac45787 100644 (file)
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
+-->
+
 ---
 name: Question / Support
 about: Select this if you have a question 
index f33a02cd16e48a11403f8a847d5f2fd282e1559a..9719a47b0245751cfc9b6e8ccbe7d30fc9529d32 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # To get started with Dependabot version updates, you'll need to specify which
 # package ecosystems to update and where the package manifests are located.
 # Please see the documentation for more information:
index bbc83a55df8f45f8f468b5b4fc9e24b59b21de92..ce397308bf3af3a78bc1be95ccda4d6e5ebb4f45 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 favicon.*
 /.htconfig.php
 /.htpreconfig.php
index c5c1b5b716c1e75a09a7f02d5b105c88a1f882ee..bb53517fc3351fd7a24ade7a97012adff684a8d0 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # This file is meant to be copied to ".htaccess" on Apache-powered web servers.
 # The created .htaccess file can be edited manually and will not be overwritten by Friendica updates.
 
index 9345ee617ef778b6f7eb804c7fd3a06e13940a13..64aeb6cf6c8c52f730271a6195e544ac085dea9c 100644 (file)
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
+-->
+
 <?php
 /**
  * @copyright Copyright (C) 2010-2024, the Friendica project
index 1d7056bdc169c8804121dff4c8432c5fc1487018..a78ed2a9596ca79dfe6966abdce4b0bf0f40a92e 100644 (file)
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
+-->
+
 <?php
 
 declare(strict_types=1);
index 32bcaf482d226eb6d23cd34224782de6cd157bdb..ced61f382d1e3bde526a22afddfc52a1fd81cfea 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 [main]
 host = https://api.transifex.com
 
index 0c951d7018fbea76e6adcecb0f41ed28aee3e942..30938f15fe9f9cb21b2253b3db6c03bfb86d2b8a 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 steps:
   restore_cache:
     image: meltwater/drone-cache:dev
index 4ce8a70930483f7f3997b2f8c372906a5dc249f6..eff4ae0cffc936e8594850b4236acbe9db6d67e5 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 depends_on:
   - phpunit
   - code_standards_check
index 390df0a6be4f24d3ef2cdcc55b1e9ff5701560e8..6bde5b281e0a83906b46e7bc765fa6221a07daa7 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 matrix:
   include:
     - PHP_MAJOR_VERSION: 8.2
index e7545f5f4332ca2b7bb004c16195787efe460b3a..985a03cd471ba482b62801cc262629d6daaa2154 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 steps:
   check:
     image: friendicaci/php-cs
index d568aa49fecb0f13e7ca66a545e8a84a996e5f83..8df12b93ce4b68008922b7df016f6181226abfbf 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 steps:
   build_xgettext:
     image: friendicaci/transifex
index 7141ef8943cccfd9e74a9d4473aa4bbac11890b4..86abe6326d6abc5d1c008a75e0272e518fdc176a 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 matrix:
   include:
     - PHP_MAJOR_VERSION: 7.4
index 175ab7d514649df24a0cc899ee9fa3e88cf16aba..0c7caac0097f0a454a91b10bb99398dd31d16d3b 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 depends_on:
   - phpunit
   - code_standards_check
diff --git a/CHANGELOG.license b/CHANGELOG.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/CONTRIBUTING.md.license b/CONTRIBUTING.md.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/CREDITS.txt.license b/CREDITS.txt.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/Doxyfile.license b/Doxyfile.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/README.md.license b/README.md.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/REUSE.toml.license b/REUSE.toml.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/VERSION.license b/VERSION.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/Vagrantfile.license b/Vagrantfile.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/bin/.htaccess.license b/bin/.htaccess.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/bin/composer.phar.license b/bin/composer.phar.license
new file mode 100644 (file)
index 0000000..57e4766
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2012 Nils Adermann, Jordi Boggiano
+
+SPDX-License-Identifier: MIT
index 79b6c8d3b94a677f23e795422d88740a39f022ad..6d0d0887327d7ffb55b42ab95718b8c84c64bda8 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 dir=$(cd "${0%[/\\]*}" > /dev/null; pwd)
 
 if [[ -d /proc/cygdrive && $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then
index 06c41a03e6d33874057157327d75ad9f23175784..438c4da0b268f31e2cbf90396ed42f0e95aff9e7 100755 (executable)
@@ -1,3 +1,7 @@
+REM SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+REM
+REM SPDX-License-Identifier: CC0-1.0
+
 @echo OFF
 :: in case DelayedExpansion is on and a path contains !
 setlocal DISABLEDELAYEDEXPANSION
index 254fc5069940a0b41b556478a65a7c270c69a714..1375f2b2760590ac55deaf6491cdc7dc138f1ff7 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/bash
+
+# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+#
+# SPDX-License-Identifier: CC0-1.0
+
 set -eo pipefail
 
 function resolve {
diff --git a/security.txt.license b/security.txt.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/translations.txt.license b/translations.txt.license
new file mode 100644 (file)
index 0000000..8a315c7
--- /dev/null
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+
+SPDX-License-Identifier: CC0-1.0