summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-customization.xsl
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-06-15 07:24:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-17 16:45:36 +0100
commit38dbf124269e40a1cc675f138e8cbc9c0475f5a6 (patch)
tree6f2eb6f43a9bd67de4a40f7e6b712da7d3bbe9d5 /documentation/kernel-dev/kernel-dev-customization.xsl
parent9a644b0eeb2a8d881f695d5d9b3c11cc11e8089a (diff)
downloadpoky-38dbf124269e40a1cc675f138e8cbc9c0475f5a6.tar.gz
kernel-dev: Add SPDX license headers
[Yocto #13873] (From yocto-docs rev: 4609c3288be259fcc582fbe946ad6b411aa96e1a) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-customization.xsl')
-rw-r--r--documentation/kernel-dev/kernel-dev-customization.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev-customization.xsl b/documentation/kernel-dev/kernel-dev-customization.xsl
index 325b738e94..88bf7c678a 100644
--- a/documentation/kernel-dev/kernel-dev-customization.xsl
+++ b/documentation/kernel-dev/kernel-dev-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" />