[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 03/10] site: img: fix license location.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 03/10] site: img: fix license location. |
Date: |
Thu, 23 May 2024 22:24:29 +0200 |
The LICENSE file talks about a repository, but since the commit
54c6ae497d49c233b654c171978baa77b90ffe17 ("Merge the
documentation/website pictures into GNU Boot"), the images were merged
into a bigger repository, and so the license in the root directory of
the repository changed. So we need to update the license path.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
site/img/LICENSE | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/img/LICENSE b/site/img/LICENSE
index 70a112a..cc13910 100644
--- a/site/img/LICENSE
+++ b/site/img/LICENSE
@@ -6,7 +6,7 @@ LICENSE file, in their directory.
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 file named COPYING, in the root of
- this repository, otherwise you can find it here:
+ A copy of the license is included in file named COPYING, in the same
+ directory than this file, otherwise you can find it here:
<https://www.gnu.org/licenses/fdl-1.3.en.html>
--
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, 2024/05/23
- [PATCH v1 03/10] site: img: fix license location.,
Denis 'GNUtoo' Carikli <=
- [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
- [PATCH v1 04/10] site: docs: install: Use relative links for images., Denis 'GNUtoo' Carikli, 2024/05/23