Include and link third-party licenses

Repository details (talkie)
Project page
talkie
Project log category
(708 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
751 commits
Stars
71 stars
Commit details (dc4b2d45)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Include and link third-party licenses

  • Third-party package information and licenses were already collected in one summary text file per rollup output file.
  • This commit includes the licenses in the built webext.
  • Added links to the text files in the about tab on the options page.
    • Not all files are linked, since they contain no third party code.
Raw text
Include and link third-party licenses

- Third-party package information and licenses were already collected in one summary text file per rollup output file.
- This commit includes the licenses in the built webext.
- Added links to the text files in the about tab on the options page.
  - Not all files are linked, since they contain no third party code.

Changed files (8)

Path Additions Deletions
code/build/LICENSE-BANNER +3 -19
code/build/rollup.config.license.mjs +19 -1
code/build/rollup.config.webext.mjs +26 -7
code/packages/browser-runtime-dependencies/rollup.config.mjs +39 -17
code/packages/options-application/src/app/sections/about.tsx +44 -1
code/packages/output-webext/src/package-files/licenses.txt +10 -0
code/packages/shared-application/src/data/configuration/configuration.json +9 -0
code/packages/shared-locales/src/data/_locales/en/base.json +3 -0

Commit categories (3)