-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make copyrights variable text and implment spacing for optional eleme…
…nt tags Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
- Loading branch information
Showing
7 changed files
with
140 additions
and
42 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
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 |
---|---|---|
|
@@ -87,4 +87,4 @@ | |
</p> | ||
</text> | ||
</exception> | ||
</SPDXLicenseCollection> | ||
</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,11 @@ | ||
<SPDXLicenseCollection xmlns="http://www.spdx.org/license"> | ||
<license name="Test License" licenseId="test-id" isOsiApproved="true"> | ||
<text> | ||
before optional<optional>Default optional text</optional>after optional.<br /> | ||
before optional<optional spacing="none">None optional text</optional>after optional.<br /> | ||
before optional<optional spacing="before">Before optional text</optional>after optional.<br /> | ||
before optional<optional spacing="after">After optional text</optional>after optional.<br /> | ||
before optional<optional spacing="both">Both optional text</optional>after optional.<br /> | ||
</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
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
Oops, something went wrong.