summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-customization.xsl
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-06-27 10:48:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-28 08:36:56 +0100
commit3872efa157e901737a1549faf32ebdacb23c2567 (patch)
tree520fd9863851f127db5ce759dfccbc962fa00dfe /documentation/overview-manual/overview-manual-customization.xsl
parent118f009cee84f991ebd2f28b6e27a92519584589 (diff)
downloadpoky-3872efa157e901737a1549faf32ebdacb23c2567.tar.gz
overview-manual: add SPDX license header
[Yocto #13873] (From yocto-docs rev: f65ef78ab411d72249fa6889d32a055212a6ce02) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-customization.xsl')
-rw-r--r--documentation/overview-manual/overview-manual-customization.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/overview-manual/overview-manual-customization.xsl b/documentation/overview-manual/overview-manual-customization.xsl
index 22360e7bab..1dd91bde80 100644
--- a/documentation/overview-manual/overview-manual-customization.xsl
+++ b/documentation/overview-manual/overview-manual-customization.xsl
@@ -1,4 +1,6 @@
1<?xml version='1.0'?> 1<?xml version='1.0'?>
2<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
3
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> 4<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
3 5
4 <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> 6 <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" />