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.
pull/14376/head
Tobias Diekershoff 2024-08-18 08:13:26 +02:00
rodzic 4ac29047dc
commit f19b14bd88
36 zmienionych plików z 143 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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
Wyświetl plik

@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
# Disable LF normalization for all files
* -text

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -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
Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
matrix:
include:
- PHP_MAJOR_VERSION: 8.2

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
matrix:
include:
- PHP_MAJOR_VERSION: 7.4

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

3
Doxyfile.license 100644
Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

3
VERSION.license 100644
Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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