[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 02/18] website-build: index.html: add license header and add t
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 02/18] website-build: index.html: add license header and add the GFDL 1.3+. |
Date: |
Sat, 25 May 2024 20:25:37 +0200 |
This file is included in the GNU Boot website which is under the GFDL
1.3+, so to simplify license compliance it's easier to also relicense
it under the same license than the other files in the website.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website-build/index.html | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/website-build/index.html b/website-build/index.html
index 61d852b..1a08910 100644
--- a/website-build/index.html
+++ b/website-build/index.html
@@ -1,5 +1,25 @@
<!DOCTYPE html>
<html>
+<!-- Copyright (C) 2022-2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+ --
+ -- This file is free software: you can redistribute it and/or modify
+ -- it under the terms of the GNU General Public License as published by
+ -- the Free Software Foundation, either version 3 of the License, or
+ -- (at your option) any later version, or (at your option) 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.
+ --
+ -- This file is distributed in the hope that it will be useful,
+ -- but WITHOUT ANY WARRANTY; without even the implied warranty of
+ -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ --
+ -- A copy of the GPLv3 license is included in website-build/COPYING file and
+ -- the GFDL1.3 can be found in the website/COPYING file.
+ --
+ -- You should have received a copy of these license along with this program.
+ -- If not, see <https://www.gnu.org/licenses/>.
+ -->
<head>
<meta http-equiv="Refresh" content="0;
url='https://gnu.org/software/gnuboot/web/'" />
</head>
--
2.41.0
- [PATCH v1 00/18] website-build fixes and improvements., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 01/18] website-build: lighttpd.conf.tmpl: add license header., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 02/18] website-build: index.html: add license header and add the GFDL 1.3+.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 03/18] website-build: remove unused DOMAIN variable., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 04/18] website-build: configure.ac: remove duplicated line breaks., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 06/18] website-build: use a less common port., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 05/18] website-build: make the lighttpd port configurable, Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 07/18] website-build: check.sh: fix line length., Denis 'GNUtoo' Carikli, 2024/05/25