diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e5eb3b6d7..25b08df08 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,81 +1,99 @@
# Contributing to GNU Radio
+
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
The following is a set of guidelines for contributing. These are mostly guidelines, not rules. Use your best judgement, and feel free to propose changes to this document in a pull request.
## Open an issue
+
For bugs, issues, or other discussion, please log a new issue in the GitHub repository.
GitHub supports [markdown](https://help.github.com/categories/writing-on-github/), so when filing bugs make sure you check the formatting before clicking submit.
## Other discussions
+
For general "how-to" and guidance questions about using GNU Radio to build and run applications, please have a look at the various
examples or if you cannot find anything that fits your use-case use GitHub's discussions forum.
## Contributing code and content
+
We welcome all forms of contributions from the community. Please read the following guidelines to maximise the chances of your PR being merged.
+### Communication
+
+- Before starting work on a feature, check if there isn't already an example in the block library.
+ If not, then please open an issue on GitHub describing the proposed feature. We want to make sure any feature work goes smoothly.
+ We're happy to work with you to determine if it fits the current project direction and make sure no one else is already working on it.
+
+- For any work related to setting up build, test, and CI for GNU Radio on GitHub, or for small patches or bug fixes, please open an issue
+ for tracking purposes, but we generally don't need a discussion prior to opening a PR.
+
+### Development process
+
+Please be sure to follow the usual process for submitting PRs:
+
+- Fork the repository
+- Make sure it compiles w/o errors against the current release 'main' branch:
+- Write and add a descriptive/meaningful unit-test-case
+- apply the default code formatter (to minimise future refactoring)
+- Please check against common sanitizers, the CI/CD pipeline, or similar other QA code checker (N.B. other/further code improvements are welcome)
+- Create a pull request
+- Make sure your PR title is descriptive
+- Include a link back to an open issue in the PR description
+
+We reserve the right to close PRs that are not making progress. Closed PRs can be reopened again later and work can resume.
+
+### Copyright Assignment
+
+GNU Radio does not claim ownership of any contributions you make. All copyrights remain with the original author of the contribution. As such, we don't require copyright notices in the header of each file, and the broader copyright statement for collective attribution is located in the [README](README.md)
+
+#### Non-Revocability of Contributions
+
+By submitting a contribution to the GNU Radio project, you agree that your contribution is non-revocable. Once a contribution is accepted and merged into the GNU Radio repository, it cannot be withdrawn or removed by the original author. This ensures that the integrity and continuity of the project's codebase are preserved.
+
+### License Terms
+
+GNU Radio intends to maintain the existing license terms under which contributions are made. We do not intend to change the licensing terms of any contributions after submission. Any potential changes to the license, such as re-licensing, would require an explicit, agreed-upon process involving the contributor and the project maintainers. Initial license terms are specified in the LICENSE file of the subdirectory under which licensing differs from the top level license, or in the SPDX header of the individual file if not consistent with the overall subdirectory.
+
+By submitting a contribution, you agree to the terms of the Developer Certificate of Origin (DCO), which certifies that your contribution is your original work and that you have the right to submit it under the license terms of the specific module.
+
+
### DCO Signing
-Any code contributions going into GNU Radio will become part of a LGPL-licensed, open source repository. It is therefore imperative that code submissions belong to the authors, and that submitters have the authority to merge that code into the public GNU Radio codebase.
+Code submitters must have the authority to merge that code into the public GNU Radio codebase.
+In some cases, the rights to exploit the code may belong to the contributor's employer, depending on jurisdiction
+and employment agreements.
-For that purpose, we use the [Developer's Certificate of Origin](DCO.txt). It is the same document used by other projects. Signing the DCO states that there are no legal reasons to not merge your code.
+For that purpose, we use the [Developer's Certificate of Origin](DCO.txt). It is the same document used by other
+projects.
+Signing the DCO states that there are no legal reasons to not merge your code.
-To sign the DCO, suffix your git commits with a "Signed-off-by" line. When using the command line, you can use `git commit -s` to automatically add this line. If there were multiple authors of the code, or other types of stakeholders, make sure that all are listed, each with a separate Signed-off-by line.
+To sign the DCO, suffix your git commits with a "Signed-off-by" line. When using the command line,
+you can use `git commit -s` to automatically add this line. If there were multiple authors of the code, or other types
+of stakeholders, make sure that all are listed, each with a separate Signed-off-by line.
-### Communication
- - Before starting work on a feature, check if there isn't already an examples in the 'samples' sub-module.
- If not, then please open an issue on GitHub describing the proposed feature. We want to make sure any feature work goes smoothly.
- We're happy to work with you to determine if it fits the current project direction and make sure no one else is already working on it.
+#### License Philosophy
- - For any work related to setting up build, test, and CI for GNU Radio on GitHub, or for small patches or bug fixes, please open an issue
- for tracking purposes, but we generally don't need a discussion prior to opening a PR.
+GNU Radio 4 uses the MIT License for the core runtime and libraries, with the option for submodules to be licensed under GPLv3 when the author desired stronger copyleft or the code origin requires it. This licensing model in combination with the DCO was chosen to support the following goals:
-### Development process
-Please be sure to follow the usual process for submitting PRs:
+- Maximize Adoption and Enable Public-Private Collaboration: The MIT License reduces legal and logistical friction for development partners - including those with cautious legal teams or incompatible licensing needs - making it easier for academia, industry, and government to integrate, contribute to, and build on GNU Radio. This fosters innovation, accelerates adoption across sectors, and ensures that the broader community benefits from shared advancements.
- - Fork the repository
- - Make sure it compiles w/o errors against the current release 'main' branch:
- - Write and add a descriptive/meaningful unit-test-case
- - apply the default code formatter (to minimise future refactoring)
- - Please check against common sanitizers, the CI/CD pipeline, or similar other QA code checker (N.B. other/further code improvements are welcome)
- - Create a pull request
- - Make sure your PR title is descriptive
- - Include a link back to an open issue in the PR description
+- Encourage Contributions from a Diverse Ecosystem: By lowering legal barriers, we aim to attract contributors from companies, academic institutions, and individuals who might otherwise avoid contributing to more restrictively licensed codebases due to internal policies or licensing constraints.
-We reserve the right to close PRs that are not making progress. Closed PRs can be reopened again later and work can resume.
+- Remain free/libre in the spirit of the open source principles: For certain submodules that implement signal processing algorithms or higher-level blocks, the GPLv3 license can be used to preserve the copyleft spirit of GNU Radio.
+
+- Empower Submodule Authors: We recognize that some contributors may wish to enforce stronger copyleft guarantees. By allowing submodules to choose GPLv3 (and out of tree authors to choose any other license), we provide flexibility for authors to assert more control over how their code is reused.
+
+- Stay Compliant with Evolving Legal Landscapes: A modular, permissive licensing approach ensures GNU Radio can remain compliant under changing national and international laws - particularly around cybersecurity, product liability, AI governance, and data protection regulations like GDPR.
-### Contributor License Agreement
-By contributing your code to GNU Radio you grant us a non-exclusive,
-irrevocable, worldwide, royalty-free, sublicenseable, transferable
-license under all of Your relevant intellectual property rights
-(including copyright, patent, and any other rights), to use, copy,
-prepare derivative works of, distribute and publicly perform and
-display the Contributions on any licensing terms, including without limitation:
-(a) open source licenses like the Apache license; and (b) binary,
-proprietary, or commercial licenses. Except for the licenses granted herein,
-You reserve all right, title, and interest in and to the Contribution.
-
-You confirm that you are able to grant us these rights. You represent
-that You are legally entitled to grant the above license. If Your employer
-has rights to intellectual property that You create, You represent that
-You have received permission to make the Contributions on behalf of that
-employer, or that Your employer has waived such rights for the Contributions.
-
-You represent that the Contributions are Your original works of
-authorship, and to Your knowledge, no other person claims, or
-has the right to claim, any right in any invention or patent
-related to the Contributions. You also represent that You are
-not legally obligated, whether by entering into an agreement
-or otherwise, in any way that conflicts with the terms of this license.
-
-We acknowledge that, except as explicitly described in this
-Agreement, any Contribution which you provide is on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
-EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
-ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
-MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
+
+We accept contributions for in-tree code with the following license preference:
+
+Core: MIT required
+
+Block Library: MIT preferred, with GPLv3 as an alternative
## Code of Conduct
-To ensure an inclusive community, contributors and users in the GNU Radio
-community should follow the [code of conduct](./CODE_OF_CONDUCT.md).
+
+To ensure an inclusive community, contributors and users in the GNU Radio community should follow
+the [code of conduct](./CODE_OF_CONDUCT.md).
diff --git a/LICENSE b/LICENSE
index 11981c701..074c33123 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,184 +1,23 @@
-This software is licensed under the LGPLv3, included below.
-
-As a special exception to the GNU Lesser General Public License version 3
-("LGPL3"), the copyright holders of this Library give you permission to
-convey to a third party a Combined Work that links statically or dynamically
-to this Library without providing any Minimal Corresponding Source or
-Minimal Application Code as set out in 4d or providing the installation
-information set out in section 4e, provided that you comply with the other
-provisions of LGPL3 and provided that you meet, for the Application the
-terms and conditions of the license(s) which apply to the Application.
-
-Except as stated in this special exception, the provisions of LGPL3 will
-continue to comply in full to this Library. If you modify this Library, you
-may apply this exception to your version of this Library, but you are not
-obliged to do so. If you do not wish to do so, delete this exception
-statement from your version. This exception does not (and cannot) modify any
-license terms which apply to the Application, with which you must still
-comply.
-
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.