diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-16 23:37:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-17 16:45:36 +0100 |
commit | 2bd173f3b5dbb3276e7d2b16308d13587c11453f (patch) | |
tree | 27c3e923d3549a56d33d641c76c1002d711559de /documentation/test-manual/test-manual-customization.xsl | |
parent | 444666faa47186d30d222eb0ebe4a25f1649f6e5 (diff) | |
download | poky-2bd173f3b5dbb3276e7d2b16308d13587c11453f.tar.gz |
test-manual: Add SPDX license headers
[Yocto #13873]
(From yocto-docs rev: 33ba40c062ca081dbcffc5400fb49e56d6f7f25e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/test-manual-customization.xsl')
-rw-r--r-- | documentation/test-manual/test-manual-customization.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/test-manual/test-manual-customization.xsl b/documentation/test-manual/test-manual-customization.xsl index 6e437d4826..17bf57c2d1 100644 --- a/documentation/test-manual/test-manual-customization.xsl +++ b/documentation/test-manual/test-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" /> |