]> git.mxchange.org Git - friendica.git/commitdiff
REUSE view directory
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 13:50:10 +0000 (15:50 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Aug 2024 13:50:10 +0000 (15:50 +0200)
REUSE.toml
view/php/default.php
view/php/minimal.php

index 94e5cde9eb63b4a1eb8c9215219e1f2fa35e57b0..27cb513d4c6138983b38c8636127c15f27340267 100644 (file)
@@ -4,12 +4,17 @@ SPDX-PackageSupplier = "Friendica Project <info@friendi.ca>"
 SPDX-PackageDownloadLocation = "https://friendi.ca"
 
 [[annotations]]
-path = "doc/**"
+path = [
+     "doc/**",
+     "spec/*",
+     "src/**/README.md",
+     "mods/**"
+]
 SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
 SPDX-License-Identifier = "CC0-1.0"
 
 [[annotations]]
-path = "view/lang/*/strings.php"
+path = "view/lang/**/strings.php"
 SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
 SPDX-License-Identifier = "AGPL-3.0-or-later"
 
index 5d19fd3fbd470a2c743e4ab44283a5f1a9d2c9a5..a3c880746645fc36c457dc11bdeff49c29c9a90d 100644 (file)
@@ -1,3 +1,17 @@
+<?php
+
+/*
+ * Copyright (C) 2010-2024, the Friendica project
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ * The site template for pure content (e.g. (modals)
+ *
+ * This template is used e.g for bs modals. So outputs
+ * only the pure content
+ */
+
+*>
 <!DOCTYPE html>
 <html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
 <head>
index 8562e6f307f8a62d75c9218d76d3b1d5251bade9..7d7a40340618efd50ccdbc1623afe7c171100e18 100644 (file)
@@ -1,3 +1,17 @@
+<?php
+
+/*
+ * Copyright (C) 2010-2024, the Friendica project
+ * SPDX-FileCopyrightText: 2010-2024 the Friendica project
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ * The site template for pure content (e.g. (modals)
+ *
+ * This template is used e.g for bs modals. So outputs
+ * only the pure content
+ */
+
+*>
 <!DOCTYPE html>
 <html>
 <head>