[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 01/10] site: site.cfg: Add license header.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 01/10] site: site.cfg: Add license header. |
Date: |
Thu, 23 May 2024 22:24:27 +0200 |
While the file originally came from the Libreboot website and it is
probably copyrighted by Leah Rowe and under the same license, almost
all the lines were changed, so it's probably safe to only add my
copyright header not to have to do extensive research on all the
authors that touched this file over the years.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
site.cfg | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/site.cfg b/site.cfg
index 8249e22..b2bf840 100644
--- a/site.cfg
+++ b/site.cfg
@@ -1,3 +1,11 @@
+# Copyright (C) 2022-2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+#
+# Permission is granted to copy, distribute and/or modify this document
+# under the terms of the GNU Free Documentation License, Version 1.3
+# or any later version published by the Free Software Foundation;
+# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+# A copy of the license is included in the site/COPYING directory.
+
TITLE="GNU Boot"
CSS="/software/gnuboot/web/global.css"
DOMAIN="https://gnu.org/software/gnuboot/web/"
--
2.41.0
- non-content related fixes/improvements for the website., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 02/10] site: img: clarify license scope., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 01/10] site: site.cfg: Add license header.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 03/10] site: img: fix license location., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 06/10] site: faq: Use relative links for images., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 05/10] site: docs: hardware: Use relative links for images., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 09/10] site: repair link to logo directory., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 08/10] site: tasks: fix link to g43t-am3/soic8.jpg picture., Denis 'GNUtoo' Carikli, 2024/05/23