summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-customization.xsl
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-06-15 07:24:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-17 16:45:36 +0100
commit9a644b0eeb2a8d881f695d5d9b3c11cc11e8089a (patch)
treee9136187ce8b9df8a6f17f9399edfa1685493081 /documentation/dev-manual/dev-manual-customization.xsl
parent7621a05efe15fb3dca2481a9c572395e102e1fb5 (diff)
downloadpoky-9a644b0eeb2a8d881f695d5d9b3c11cc11e8089a.tar.gz
dev-manual: Add SPDX License headers
[Yocto #13873] (From yocto-docs rev: eaded98195eed8adf3bba89a6b49a45383955785) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-customization.xsl')
-rw-r--r--documentation/dev-manual/dev-manual-customization.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-customization.xsl b/documentation/dev-manual/dev-manual-customization.xsl
index 523ea3c5ed..6b16bcabf9 100644
--- a/documentation/dev-manual/dev-manual-customization.xsl
+++ b/documentation/dev-manual/dev-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" />