added SPDX header information to some files

In the end of this progress Friendica will hopefully be [REUSE](https://reuse.software) complient but this is a longterm goal.
This commit is contained in:
Tobias Diekershoff 2024-08-18 08:13:26 +02:00
parent 4ac29047dc
commit f19b14bd88
36 changed files with 143 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
codecov:
branch: develop
ci:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
name: my-friendica
type: php
docroot: ""

View 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

4
.gitattributes vendored
View 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

View 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

View 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

View 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

View 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

View 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:

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
favicon.*
/.htconfig.php
/.htpreconfig.php

View 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.

View 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

View file

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0
-->
<?php
declare(strict_types=1);

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
[main]
host = https://api.transifex.com

View 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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
depends_on:
- phpunit
- code_standards_check

View 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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
steps:
check:
image: friendicaci/php-cs

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
steps:
build_xgettext:
image: friendicaci/transifex

View 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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
depends_on:
- phpunit
- code_standards_check

3
CHANGELOG.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
CONTRIBUTING.md.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
CREDITS.txt.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
Doxyfile.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
README.md.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
REUSE.toml.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
VERSION.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
Vagrantfile.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
bin/.htaccess.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2012 Nils Adermann, Jordi Boggiano
SPDX-License-Identifier: MIT

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,9 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
set -eo pipefail
function resolve {

3
security.txt.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0

3
translations.txt.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
SPDX-License-Identifier: CC0-1.0