Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/ISO-permission.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="false" licenseId="ISO-permission"
name="ISO permission notice" listVersionAdded="3.28.0">
<crossRefs>
<crossRef>https://gitlab.com/agmartin/linuxdoc-tools/-/blob/master/iso-entities/COPYING?ref_type=heads</crossRef>
<crossRef>https://www.itu.int/ITU-T/formal-language/itu-t/t/t173/1997/ISOMHEG-sir.html</crossRef>
</crossRefs>
<notes>
</notes>
<text>
<copyrightText>
(C) International Organization for Standardization 1986
</copyrightText>
<p>
International Organization for Standardization 1986 Permission to
copy in any form is granted for use with conforming<alt name="name"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space is missing between conforming and alt tag.

match="SGML systems|to MHEG-3 engines">SGML systems</alt>
and applications as defined<alt name="defined" match="in
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here should be a space too.

ISO 8879,|by this Recommendation">in ISO 8879,</alt>
provided this notice is included in all copies.
</p>
</text>
</license>
</SPDXLicenseCollection>
4 changes: 4 additions & 0 deletions test/simpleTestForGenerator/ISO-permission.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(C) International Organization for Standardization 1986
Permission to copy in any form is granted for use with
conforming SGML systems and applications as defined in
ISO 8879, provided this notice is included in all copies.
Loading