[PATCH next 15/45] doc: develop: sending_patches: update link to GPL license
Quentin Schulz <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> The link actually (after a looooooong time) redirects to the GPL-3.0 license which isn't the appropriate license. Instead, point at the GPL-2.0 page. Signed-off-by: Quentin Schulz <[email protected]> --- doc/develop/sending_patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst index 3944ca4206a0..92c34c0669d0 100644 --- a/doc/develop/sending_patches.rst +++ b/doc/develop/sending_patches.rst @@ -361,7 +361,7 @@ Notes 1. U-Boot is Free Software that can redistributed and/or modified under the terms of the `GNU General Public License - <http://www.fsf.org/licensing/licenses/gpl.html>`_ (GPL). Currently (August + <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_ (GPL). Currently (August 2022) version 2 of the GPL applies. Please see :download:`Licensing <../../Licenses/README>` for details. To allow that later versions of U-Boot may be released under a later version of the GPL, all new code that gets -- 2.55.0