summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp-guide-customization.xsl
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-06-15 07:24:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-17 16:45:36 +0100
commitd674526baca12cf971bd1c99b31be30bc1740477 (patch)
tree697ac166614d614a18ccc982969bcda8acd1a312 /documentation/bsp-guide/bsp-guide-customization.xsl
parent2e9db79a7edbf30e190f1d254becb4c4c17911cc (diff)
downloadpoky-d674526baca12cf971bd1c99b31be30bc1740477.tar.gz
bsp-guide: Add SPDX license headers
[Yocto #13873] (From yocto-docs rev: 0aa081c3f1839833043e116db1729a9de342f72e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp-guide-customization.xsl')
-rw-r--r--documentation/bsp-guide/bsp-guide-customization.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp-guide-customization.xsl b/documentation/bsp-guide/bsp-guide-customization.xsl
index de674a0aec..37fcbcd208 100644
--- a/documentation/bsp-guide/bsp-guide-customization.xsl
+++ b/documentation/bsp-guide/bsp-guide-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" />