patches: add relevant licenses to credits page

This commit is contained in:
jj
2025-09-22 19:06:59 +00:00
parent 1160f1b98d
commit f4c4fdfa0e
2 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
--- /dev/null
+++ b/third_party/helium/README.chromium
@@ -0,0 +1,14 @@
+Name: Helium
+Short Name: helium
+URL: https://github.com/imput/helium
+License: GPL-3.0-only
+License File: ../../components/helium_onboarding/LICENSE
+Shipped: yes
+Security Critical: no
+
+Description:
+The browser. We assume that it has the same license as helium-onboarding,
+which is released under the same license and is a direct component of Helium.
+
+Local Modifications:
+None
--- /dev/null
+++ b/third_party/instrument-sans/README.chromium
@@ -0,0 +1,13 @@
+Name: Instrument Sans
+Short Name: instrument-sans
+URL: https://www.npmjs.com/package/@fontsource-variable/instrument-sans
+License: OFL-1.1
+License File: ../../components/helium_onboarding/node_modules/@fontsource-variable/instrument-sans/LICENSE
+Shipped: yes
+Security Critical: no
+
+Description:
+Used for the onboarding page.
+
+Local Modifications:
+None
--- /dev/null
+++ b/third_party/tabler-icons/README.chromium
@@ -0,0 +1,13 @@
+Name: Tabler Icons
+Short Name: tabler
+URL: https://github.com/tabler/tabler-icons
+License: MIT
+License File: LICENSE.txt
+Shipped: yes
+Security Critical: no
+
+Description:
+Used for the onboarding page.
+
+Local Modifications:
+None
--- /dev/null
+++ b/third_party/tabler-icons/LICENSE.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020-2025 Paweł Kuna
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

View File

@@ -230,3 +230,4 @@ helium/ui/enable-fluent-scrollbar.patch
helium/ui/helium-color-scheme.patch
helium/ui/improve-flags-webui.patch
helium/ui/ublock-show-in-settings.patch
helium/ui/licenses-in-credits.patch