mirror of
https://github.com/friendica/friendica
synced 2024-11-17 18:23:40 +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 = [
|
||||
"doc/**",
|
||||
"spec/*",
|
||||
"tests/**",
|
||||
"**/.gitignore",
|
||||
"src/**/README.md",
|
||||
"mods/**",
|
||||
"static/*.jsonld",
|
||||
|
@ -16,6 +18,7 @@ path = [
|
|||
"view/theme/quattro/TODO",
|
||||
"view/theme/quattro/**Makefile",
|
||||
"images/icons/**",
|
||||
"view/install/*.png",
|
||||
"view/theme/quattro/icons/*",
|
||||
"view/theme/smoothly/images/*",
|
||||
"images/screenshots/*",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
<FilesMatch "\.tpl">
|
||||
<IfModule authz_host_module>
|
||||
#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 .*/
|
||||
.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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue