Licensing Overview
Helium Original Code
Licensed under GPL-3.0
Imported Code
Retains original licenses (e.g., BSD-3-Clause)
Helium-Specific Code: GPL-3.0
All code, patches, modified portions of imported code or patches, and any other content that is unique to Helium and not imported from other repositories is licensed under the GNU General Public License v3.0.What is covered by GPL-3.0?
What is covered by GPL-3.0?
- Original Helium features and functionality
- Modifications to imported code
- Helium-specific patches
- Build scripts and tooling unique to Helium
- Documentation and branding materials
GPL-3.0 License
The full text of the GPL-3.0 license can be found in the LICENSE file in the Helium repository.Copyright (C) 2025 The Helium AuthorsThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Key Points of GPL-3.0
Freedom to Use
Freedom to Use
You are free to use Helium for any purpose, personal or commercial, without restrictions.
Freedom to Study
Freedom to Study
You have access to the source code and can study how Helium works.
Freedom to Modify
Freedom to Modify
You can modify Helium to suit your needs and distribute your modifications.
Freedom to Share
Freedom to Share
Copyleft Requirement
Copyleft Requirement
If you distribute modified versions of Helium, you must:
- Make the source code available
- License your modifications under GPL-3.0
- Preserve copyright notices
Imported Code: Original Licenses
Any content imported from other projects retains its original license. This ensures compliance with upstream projects and respects their licensing choices.ungoogled-chromium: BSD 3-Clause License
Code imported from ungoogled-chromium remains licensed under the BSD 3-Clause License.ungoogled-chromium BSD-3-Clause License
ungoogled-chromium BSD-3-Clause License
The Chromium Project
The Chromium Project code is licensed under a BSD-style license. See chromium.org/developers/licensing for details.Other Upstream Projects
Other components and dependencies maintain their respective licenses:- Inox patchset - Original license applies
- Debian patches - GPL and other compatible licenses
- Bromite patches - GPL-3.0
- Iridium patches - BSD-style license
Understanding the Dual Licensing
For Users
For Developers
What this means for developers:
- You can fork and modify Helium
- You must license your fork under GPL-3.0
- You must provide source code with distributions
- Respect upstream project licenses for imported code
- Contribute improvements back to the community
Beta Software Notice
License Files
All license files are available in the Helium repository:- LICENSE - GPL-3.0 for Helium-specific code
- LICENSE.ungoogled_chromium - BSD-3-Clause for ungoogled-chromium code
Questions?
If you have questions about licensing or need clarification:- Check the GPL-3.0 FAQ
- Review the BSD License explanation
- Open an issue on GitHub for specific questions
View Full Licenses
Access all license files in the Helium repository