Commit 4d6cecff by Marco Clemencic Committed by Sébastien Eustace

Update licence examples for SPDX v3.0 (#1534)

replace deprecated GPL identifiers with their new version
parent 2dc26715
...@@ -590,14 +590,14 @@ The recommended notation for the most common licenses is (alphabetical): ...@@ -590,14 +590,14 @@ The recommended notation for the most common licenses is (alphabetical):
* BSD-2-Clause * BSD-2-Clause
* BSD-3-Clause * BSD-3-Clause
* BSD-4-Clause * BSD-4-Clause
* GPL-2.0 * GPL-2.0-only
* GPL-2.0+ * GPL-2.0-or-later
* GPL-3.0 * GPL-3.0-only
* GPL-3.0+ * GPL-3.0-or-later
* LGPL-2.1 * LGPL-2.1-only
* LGPL-2.1+ * LGPL-2.1-or-later
* LGPL-3.0 * LGPL-3.0-only
* LGPL-3.0+ * LGPL-3.0-or-later
* MIT * MIT
Optional, but it is highly recommended to supply this. Optional, but it is highly recommended to supply this.
......
...@@ -27,14 +27,14 @@ The recommended notation for the most common licenses is (alphabetical): ...@@ -27,14 +27,14 @@ The recommended notation for the most common licenses is (alphabetical):
* BSD-2-Clause * BSD-2-Clause
* BSD-3-Clause * BSD-3-Clause
* BSD-4-Clause * BSD-4-Clause
* GPL-2.0 * GPL-2.0-only
* GPL-2.0+ * GPL-2.0-or-later
* GPL-3.0 * GPL-3.0-only
* GPL-3.0+ * GPL-3.0-or-later
* LGPL-2.1 * LGPL-2.1-only
* LGPL-2.1+ * LGPL-2.1-or-later
* LGPL-3.0 * LGPL-3.0-only
* LGPL-3.0+ * LGPL-3.0-or-later
* MIT * MIT
Optional, but it is highly recommended to supply this. Optional, but it is highly recommended to supply this.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment