summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-customization.xsl
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-06-15 07:24:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-17 16:45:36 +0100
commit04118df8b08c19f3c9872d67aaa96cb5d183a0f5 (patch)
tree2c5ede42debc3978e5172e1a36efad3b2904313a /documentation/toaster-manual/toaster-manual-customization.xsl
parent995d779d5578fd6c374ac8f56b8c0dab71409bcb (diff)
downloadpoky-04118df8b08c19f3c9872d67aaa96cb5d183a0f5.tar.gz
toaster-manaul: Add SPDX license headers
[Yocto #13873] (From yocto-docs rev: 4e07e51e558cda76b870be98d9aeff1a6e7bb5b8) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-customization.xsl')
-rw-r--r--documentation/toaster-manual/toaster-manual-customization.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual-customization.xsl b/documentation/toaster-manual/toaster-manual-customization.xsl
index d78694ac14..3a9b22eb8e 100644
--- a/documentation/toaster-manual/toaster-manual-customization.xsl
+++ b/documentation/toaster-manual/toaster-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" />