This is an automated email from the ASF dual-hosted git repository.
hiedra pushed a change to branch examples/TDJ_localresources
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 498cc2dc2e TDJ: - Added necessary third-party licenses (`SIL OFL-1.1`
for Lato, `BSD-3-Clause` for Highlight.js). - Updated `README.md` and `LICENSE`
to reflect these changes.
new de96c8646e Jewel: Overriding the </inject_script> block by including
it in a comment block. Clearing previously added comments in
royale-asjs\ApproveRoyale.xml
new 82fafb77b8 TDJ: Files that are self-licensed and ASF-compliant are
excluded from RAT scanning. Configure pom.xml and create the rat-excludes.txt
file.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ApproveRoyale.xml | 3 -
examples/jewel/TourDeJewel/LICENSE | 4 +-
examples/jewel/TourDeJewel/asconfig.json | 4 +-
examples/jewel/TourDeJewel/pom.xml | 21 ++++-
examples/jewel/TourDeJewel/rat-excludes.txt | 9 +++
.../src/main/assembly/css/Lato400_700.css | 56 ++++++-------
.../9.12.0/styles}/LICENSE-highlightjs.txt | 0
.../9.12.0/styles/atom-one-dark.min.css | 0
.../src/main/resources/assets/css/LICENSE-Lato.txt | 93 ----------------------
.../src/main/resources/assets/css/Lato400_700.css | 42 ----------
.../resources/jewel-example-index-template.html | 1 -
examples/jewel/TourDeJewel/src/main/royale/hljs.as | 20 ++---
.../apache/royale/jewel/beads/views/TabBarView.as | 17 ++--
13 files changed, 82 insertions(+), 188 deletions(-)
create mode 100644 examples/jewel/TourDeJewel/rat-excludes.txt
copy
frameworks/projects/HTML/src/main/royale/org/apache/royale/svg/elements/Path.as
=> examples/jewel/TourDeJewel/src/main/assembly/css/Lato400_700.css (60%)
rename
examples/jewel/TourDeJewel/src/main/{resources/assets/css/highlight.js/9.12.0
=> assembly/css/highlight.js/9.12.0/styles}/LICENSE-highlightjs.txt (100%)
rename examples/jewel/TourDeJewel/src/main/{resources/assets =>
assembly}/css/highlight.js/9.12.0/styles/atom-one-dark.min.css (100%)
delete mode 100644
examples/jewel/TourDeJewel/src/main/resources/assets/css/LICENSE-Lato.txt
delete mode 100644
examples/jewel/TourDeJewel/src/main/resources/assets/css/Lato400_700.css