website-build: index.html: add license header and add the GFDL 1.3+.
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> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
60ad6be640
commit
452e845d80
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue