-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New License: InnoSetup #2603
base: main
Are you sure you want to change the base?
New License: InnoSetup #2603
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest a few tweaks here -- I'll go ahead and submit a commit to address these.
src/InnoSetup.xml
Outdated
</crossRefs> | ||
<text> | ||
<titleText> | ||
Inno Setup License ================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest adding a <br />
here for a line break.
src/InnoSetup.xml
Outdated
<?xml version="1.0" encoding="UTF-8"?> | ||
<SPDXLicenseCollection xmlns="http://www.spdx.org/license"> | ||
<license isOsiApproved="false" licenseId="InnoSetup" | ||
name="InnoSetup license" listVersionAdded="3.26"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would suggest "Inno Setup License" -- three words rather than two to reflect the actual license's title, and capital "L" also since we usually capitalize "License" as last word for licenses' full names on the list.
<titleText> | ||
Inno Setup License ================== | ||
</titleText> | ||
<p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lines 12-19 should probably be wrapped in a <copyrightText>
tag.
Signed-off-by: Steve Winslow <[email protected]>
fixes #2550
Signed-off-by: Jilayne Lovejoy