From ae44f301cf520070c2fce623b3ca91ef88388fa4 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:10:37 +0200 Subject: [PATCH] Removes 'rollup' and 'glob' from NOTICES.txt (#20043) * removes the mention of rollup in NOTICES.txt and makes it clear that the file only contains first-party mentions * removes the mention of 'glob' --- NOTICES.txt | 44 +++----------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/NOTICES.txt b/NOTICES.txt index 1ea114b715..a3cb471492 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. @@ -113,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 @@ -356,38 +350,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/