Skip to content
Merged
Changes from 3 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
4 changes: 2 additions & 2 deletions src/ISC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<crossRef>http://www.opensource.org/licenses/ISC</crossRef>
</crossRefs>
<titleText>
<p>ISC License:</p>
<p><alt match="(The )?ISC License( \(ISC[L]?\))?:?"></alt></p>
Copy link
Contributor

Choose a reason for hiding this comment

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

This is back to having no canonical title in the license body (which seems reasonable to me, but has had a fair bit of discussion in this PR, I don't know if there is a consensus yet). If the intention is to have no canonical title in the license body, I think we want to drop the <p> tags too. No need to render an empty <p></p>.

If the intention is to have a canonical title in the license body, then I think you want:

<p><alt match="(The )?ISC License( \(ISC[L]?\))?:?">ISC License</alt></p>

or whatever you decide to use for the canonical title inside. I'm also fine with <alt …><titleText><p>…</p></titleText></alt> if folks prefer that order.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'd prefer the title be in the canonical version, so I'll go ahead and add it back. @goneall can either approve or ask it to be removed.

</titleText>
<copyrightText>
<p>Copyright (c) <alt match=".+" name="copyright">2004-2010 by Internet Systems Consortium, Inc. ("ISC")
Expand All @@ -25,4 +25,4 @@
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>

</license>
</SPDXLicenseCollection>
</SPDXLicenseCollection>