diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-07-09 18:16:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:20:50 +0100 |
commit | 38d438c4af91f67886e711a290e8adba822692c3 (patch) | |
tree | 094ff21965896674a393f8e7bd9b8b01a7e0953d /meta/files | |
parent | d2c59d31d78c94d432d65d6deca028093c5fa369 (diff) | |
download | poky-38d438c4af91f67886e711a290e8adba822692c3.tar.gz |
docbook-xml: add docbook-xsl-stylesheets 1.78.1
About the config files (docbook-xsl.xml), we refered what Ubuntu 13.04 did,
so the xmlto could correctly search the xsl stylesheets.
[YOCTO #2416]
(From OE-Core rev: f5554492c80c69ba9b34dbf206a7c748ab8f1fb6)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r-- | meta/files/common-licenses/XSL | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/files/common-licenses/XSL b/meta/files/common-licenses/XSL new file mode 100644 index 0000000000..0a82d60c1c --- /dev/null +++ b/meta/files/common-licenses/XSL | |||
@@ -0,0 +1,48 @@ | |||
1 | Copyright | ||
2 | --------- | ||
3 | Copyright (C) 1999-2007 Norman Walsh | ||
4 | Copyright (C) 2003 Jiří Kosek | ||
5 | Copyright (C) 2004-2007 Steve Ball | ||
6 | Copyright (C) 2005-2008 The DocBook Project | ||
7 | Copyright (C) 2011-2012 O'Reilly Media | ||
8 | |||
9 | Permission is hereby granted, free of charge, to any person | ||
10 | obtaining a copy of this software and associated documentation | ||
11 | files (the ``Software''), to deal in the Software without | ||
12 | restriction, including without limitation the rights to use, | ||
13 | copy, modify, merge, publish, distribute, sublicense, and/or | ||
14 | sell copies of the Software, and to permit persons to whom the | ||
15 | Software is furnished to do so, subject to the following | ||
16 | conditions: | ||
17 | |||
18 | The above copyright notice and this permission notice shall be | ||
19 | included in all copies or substantial portions of the Software. | ||
20 | |||
21 | Except as contained in this notice, the names of individuals | ||
22 | credited with contribution to this software shall not be used in | ||
23 | advertising or otherwise to promote the sale, use or other | ||
24 | dealings in this Software without prior written authorization | ||
25 | from the individuals in question. | ||
26 | |||
27 | Any stylesheet derived from this Software that is publically | ||
28 | distributed will be identified with a different name and the | ||
29 | version strings in any derived Software will be changed so that | ||
30 | no possibility of confusion between the derived package and this | ||
31 | Software will exist. | ||
32 | |||
33 | Warranty | ||
34 | -------- | ||
35 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
36 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
37 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
38 | NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER | ||
39 | CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
40 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
41 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
42 | OTHER DEALINGS IN THE SOFTWARE. | ||
43 | |||
44 | Contacting the Author | ||
45 | --------------------- | ||
46 | The DocBook XSL stylesheets are maintained by Norman Walsh, | ||
47 | <ndw@nwalsh.com>, and members of the DocBook Project, | ||
48 | <docbook-developers@sf.net> | ||