-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2542 from jlovejoy/DocBook-XML
New License: DocBook-XML
- Loading branch information
Showing
2 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<SPDXLicenseCollection xmlns="http://www.spdx.org/license"> | ||
<license isOsiApproved="false" licenseId="DocBook-XML" | ||
name="DocBook XML License" listVersionAdded="3.25.0"> | ||
<crossRefs> | ||
<crossRef>https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/COPYING#L27</crossRef> | ||
</crossRefs> | ||
|
||
<text> | ||
<copyrightText> | ||
Copyright<br></br> | ||
<br /> ---------<br></br> | ||
<br /> Copyright (C) 1999-2007 Norman Walsh | ||
<br /> Copyright (C) 2003 Jiří Kosek | ||
<br /> Copyright (C) 2004-2007 Steve Ball | ||
<br /> Copyright (C) 2005-2014 The DocBook Project | ||
<br /> Copyright (C) 2011-2012 O'Reilly Media | ||
</copyrightText> | ||
<p> | ||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
files (the ``Software''), to deal in the Software without | ||
restriction, including without limitation the rights to use, | ||
copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software | ||
is furnished to do so, subject to the following conditions: | ||
</p> | ||
<p> | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
</p> | ||
<p> | ||
Except as contained in this notice, the names of individuals | ||
credited with contribution to this software shall not | ||
be used in advertising or otherwise to promote the sale, | ||
use or other dealings in this Software without prior | ||
written authorization from the individuals in question. | ||
</p> | ||
<p> | ||
Any stylesheet derived from this Software that is | ||
publically distributed will be identified with a different | ||
name and the version strings in any derived Software | ||
will be changed so that no possibility of confusion | ||
between the derived package and this Software will exist. | ||
</p> | ||
<p> | ||
Warranty | ||
<br />-------- | ||
<br /> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY | ||
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE | ||
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | ||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH | ||
OR ANY OTHER CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES | ||
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT | ||
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH | ||
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
</p> | ||
<optional> | ||
<p>Contacting the Author | ||
<br />--------------------- | ||
<br />The DocBook XSL stylesheets are maintained by | ||
Norman Walsh, <ndw@nwalsh.com>, and members of | ||
the DocBook Project, <docbook-developers@sf.net> </p> | ||
</optional> | ||
</text> | ||
</license> | ||
</SPDXLicenseCollection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Copyright | ||
--------- | ||
Copyright (C) 1999-2007 Norman Walsh | ||
Copyright (C) 2003 Jiří Kosek | ||
Copyright (C) 2004-2007 Steve Ball | ||
Copyright (C) 2005-2014 The DocBook Project | ||
Copyright (C) 2011-2012 O'Reilly Media | ||
|
||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
files (the ``Software''), to deal in the Software without | ||
restriction, including without limitation the rights to use, | ||
copy, modify, merge, publish, distribute, sublicense, and/or | ||
sell copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following | ||
conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
Except as contained in this notice, the names of individuals | ||
credited with contribution to this software shall not be used in | ||
advertising or otherwise to promote the sale, use or other | ||
dealings in this Software without prior written authorization | ||
from the individuals in question. | ||
|
||
Any stylesheet derived from this Software that is publically | ||
distributed will be identified with a different name and the | ||
version strings in any derived Software will be changed so that | ||
no possibility of confusion between the derived package and this | ||
Software will exist. | ||
|
||
Warranty | ||
-------- | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER | ||
CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
Contacting the Author | ||
--------------------- | ||
The DocBook XSL stylesheets are maintained by Norman Walsh, | ||
<ndw@nwalsh.com>, and members of the DocBook Project, | ||
<docbook-developers@sf.net> |