From f4c4fdfa0e1ce9780495b5b7e9702075c1d7ae37 Mon Sep 17 00:00:00 2001 From: jj Date: Mon, 22 Sep 2025 19:06:59 +0000 Subject: [PATCH] patches: add relevant licenses to credits page --- patches/helium/ui/licenses-in-credits.patch | 73 +++++++++++++++++++++ patches/series | 1 + 2 files changed, 74 insertions(+) create mode 100644 patches/helium/ui/licenses-in-credits.patch diff --git a/patches/helium/ui/licenses-in-credits.patch b/patches/helium/ui/licenses-in-credits.patch new file mode 100644 index 00000000..94527726 --- /dev/null +++ b/patches/helium/ui/licenses-in-credits.patch @@ -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. diff --git a/patches/series b/patches/series index 869531f9..36acab7d 100644 --- a/patches/series +++ b/patches/series @@ -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