Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions patches/add-license-info.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 6864d76343794..64f78b165a83d 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -148,6 +148,75 @@
<settings-section>
<div class="info-sections">
<div class="info-section">
+ <div class="secondary">hardened-chromium</div>
+ <div class="secondary">Copyright 2024 The hardened-chromium authors.</div>
+ <div class="secondary">hardened-chromium license:
+ <pre>
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+Version 2 as published by the Free Software Foundation;
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, see
+https://www.gnu.org/licenses/.
+ </pre>
+ </div>
+ <div class="secondary">The hardened-chromium source code is available <a href="https://github.com/secureblue/hardened-chromium">on github</a>.</div>
+ </div>
+ <hr />
+ <div class="info-section">
+ <div class="secondary">This project contains code from Vanadium.</div>
+ <div class="secondary">Copyright © 2016-2024 GrapheneOS</div>
+ <div class="secondary">Vanadium patches license:
+ <pre>
+Vanadium patches are available under the terms of the GNU General Public
+License version 2 only, according with LICENSE.GPL-2.0. Also see
+LICENSE.WebView-note and LICENSE.Apache-2.0-note for exceptions from the GPLv2
+terms.
+
+In order for us to continue to contribute upstream, contributors to Vanadium
+give permission to the GrapheneOS project to submit their changes to the
+Chromium project or a future replacement for the base Vanadium code based on
+it under the preferred choice of licensing for that project. Only the code
+accepted by them will be available under their choice of license.
+ </pre>
+ </div>
+ <div class="secondary">The Vanadium source code is available <a href="https://github.com/GrapheneOS/Vanadium">on github</a>.</div>
+ </div>
+ <hr />
+ <div class="info-section">
+ <div class="secondary">This project contains code from the Fedora Project.</div>
+ <div class="secondary">Copyright Fedora Project Authors</div>
+ <div class="secondary">Fedora Project license:
+ <pre>
+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.
+ </pre>
+ </div>
+ </div>
+ <hr />
+ <div class="info-section">
+ <div class="secondary">This project is based on the Chromium open source project.</div>
<div class="secondary">$i18n{aboutProductTitle}</div>
<div class="secondary">$i18n{aboutProductCopyright}</div>
</div>