mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
REUSE some more work
This commit is contained in:
parent
5af3b9dedd
commit
cea4414fdd
4 changed files with 19 additions and 0 deletions
|
@ -7,6 +7,8 @@ SPDX-PackageDownloadLocation = "https://friendi.ca"
|
||||||
path = [
|
path = [
|
||||||
"doc/**",
|
"doc/**",
|
||||||
"spec/*",
|
"spec/*",
|
||||||
|
"tests/**",
|
||||||
|
"**/.gitignore",
|
||||||
"src/**/README.md",
|
"src/**/README.md",
|
||||||
"mods/**",
|
"mods/**",
|
||||||
"static/*.jsonld",
|
"static/*.jsonld",
|
||||||
|
@ -16,6 +18,7 @@ path = [
|
||||||
"view/theme/quattro/TODO",
|
"view/theme/quattro/TODO",
|
||||||
"view/theme/quattro/**Makefile",
|
"view/theme/quattro/**Makefile",
|
||||||
"images/icons/**",
|
"images/icons/**",
|
||||||
|
"view/install/*.png",
|
||||||
"view/theme/quattro/icons/*",
|
"view/theme/quattro/icons/*",
|
||||||
"view/theme/smoothly/images/*",
|
"view/theme/smoothly/images/*",
|
||||||
"images/screenshots/*",
|
"images/screenshots/*",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
<FilesMatch "\.tpl">
|
<FilesMatch "\.tpl">
|
||||||
<IfModule authz_host_module>
|
<IfModule authz_host_module>
|
||||||
#Apache 2.4
|
#Apache 2.4
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
/* General style rules .*/
|
/* General style rules .*/
|
||||||
.pull-right { float: right }
|
.pull-right { float: right }
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Friendica Communication Server
|
* Friendica Communication Server
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue