summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/profile-manual-customization.xsl
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-06-15 07:24:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-17 16:45:36 +0100
commit411a22c6ec2c4858f81bcab6150c128110165fe6 (patch)
tree23f9d430efc68c974595e703d0cb2c0f93895785 /documentation/profile-manual/profile-manual-customization.xsl
parent38dbf124269e40a1cc675f138e8cbc9c0475f5a6 (diff)
downloadpoky-411a22c6ec2c4858f81bcab6150c128110165fe6.tar.gz
profile-manual: Add SPDX licence headers
[Yocto #13873] (From yocto-docs rev: 551c4a7f75e2afeb22d2638cc1e9550ec18c8cb4) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual/profile-manual-customization.xsl')
-rw-r--r--documentation/profile-manual/profile-manual-customization.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/profile-manual/profile-manual-customization.xsl b/documentation/profile-manual/profile-manual-customization.xsl
index caa57ef342..d995e0b3cb 100644
--- a/documentation/profile-manual/profile-manual-customization.xsl
+++ b/documentation/profile-manual/profile-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" />