diff mbox series

[1/3] doc: Correct GPL-2 references in license overview

Message ID 20210502112149.1864-1-bastiangermann@fishpost.de
State Accepted
Headers show
Series [1/3] doc: Correct GPL-2 references in license overview | expand

Commit Message

Bastian Germann May 2, 2021, 11:21 a.m. UTC
Commit 77863d7 ("Fix SPDX inside the project") changed the default license
to GPL-2.0-only. There are only a few files left that are "or later".
Reflect that in the license overview.

Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
---
 doc/source/licensing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/doc/source/licensing.rst b/doc/source/licensing.rst
index a239966..96fcacb 100644
--- a/doc/source/licensing.rst
+++ b/doc/source/licensing.rst
@@ -6,14 +6,14 @@  SWUpdate is Free Software.  It is copyrighted by Stefano Babic and
 many others who contributed code (see the actual source code and the
 git commit messages for details).  You can redistribute SWUpdate and/or
 modify it under the terms of version 2 of the GNU General Public
-License as published by the Free Software Foundation.  Most of it can
+License as published by the Free Software Foundation.  Some files can
 also be distributed, at your option, under any later version of the
 GNU General Public License -- see individual files for exceptions.
 
 To make this easier, license headers in the source files will be
 replaced with a single line reference to Unique License Identifiers
 as defined by the Linux Foundation's SPDX project [1].  For example,
-in a source file the full "GPL v2.0 or later" header text will be
+in a source file the full "GPL v2.0 only" header text will be
 replaced by a single line:
 
 ::