From dce4b813b98c85bb9439159defdf6b81fa5f7185 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:49:19 +0200 Subject: [PATCH 1/2] removes the mention of rollup in NOTICES.txt and makes it clear that the file only contains first-party mentions --- NOTICES.txt | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/NOTICES.txt b/NOTICES.txt index 1ea114b71598..59950311b7c6 100644 --- a/NOTICES.txt +++ b/NOTICES.txt @@ -3,7 +3,9 @@ Third-Party Notices This file contains notices and attributions for third-party software used in the Umbraco CMS project. -It is not a license and does not grant any rights to use the third-party software. +Third-party software may contain dependencies that are not explicitly listed here. + +This notice is not a license and does not grant any rights to use the third-party software. Umbraco CMS is licensed under the MIT License, which can be found in the LICENSE file. @@ -356,38 +358,6 @@ Copyright: Titus Wormer --- -Rollup: A module bundler for JavaScript - -URL: https://rollupjs.org/ -License: MIT License -Copyright: 2015-present Rollup contributors - ---- - -Rollup Plugins: A collection of Rollup plugins - -URL: https://github.com/rollup/plugins -License: MIT License -Copyright: 2019-present Rollup Plugins contributors - ---- - -Rollup-plugin-esbuild: A Rollup plugin for using esbuild - -URL: https://github.com/egoist/rollup-plugin-esbuild -License: MIT License -Copyright: 2020 EGOIST - ---- - -Rollup-plugin-import-css: A Rollup plugin for importing CSS files - -URL: https://github.com/jleeson/rollup-plugin-import-css -License: MIT License -Copyright: 2020 Jacob Leeson - ---- - rxjs: Reactive Extensions for JavaScript URL: https://rxjs.dev/ From 41b31dacb5290c2312a2be23c1754ec764e88eac Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:51:00 +0200 Subject: [PATCH 2/2] removes the mention of 'glob' --- NOTICES.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/NOTICES.txt b/NOTICES.txt index 59950311b7c6..a3cb471492e1 100644 --- a/NOTICES.txt +++ b/NOTICES.txt @@ -115,14 +115,6 @@ Copyright: 2023 Shannon Deminick --- -Glob: A library for matching file paths using glob patterns - -URL: https://github.com/isaacs/node-glob -License: ISC License -Copyright: 2009-2023 Isaac Z. Schlueter and Contributors - ---- - Globals: A library for managing global variables in JavaScript URL: https://github.com/sindresorhus/globals