Skip to content

Commit 9e34f8b

Browse files
committed
Avoid deprecated SPDX license Identifier "GPL-2.0"
This had the semantic of current Identifier "GPL-2.0-only", so switch to that. Signed-off-by: Jan Kiszka <[email protected]>
1 parent 3a5e636 commit 9e34f8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+84
-84
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This work is licensed under the terms of the GNU GPL, version 2. See
66
# the COPYING file in the top-level directory.
77
#
8-
# SPDX-License-Identifier: GPL-2.0
8+
# SPDX-License-Identifier: GPL-2.0-only
99

1010
# This file is meant to set up your editor, see https://editorconfig.org.
1111
root = true

.github/workflows/coverity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This work is licensed under the terms of the GNU GPL, version 2. See
1111
# the COPYING file in the top-level directory.
1212
#
13-
# SPDX-License-Identifier: GPL-2.0
13+
# SPDX-License-Identifier: GPL-2.0-only
1414
#
1515

1616
name: Coverity Scan

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This work is licensed under the terms of the GNU GPL, version 2. See
1111
# the COPYING file in the top-level directory.
1212
#
13-
# SPDX-License-Identifier: GPL-2.0
13+
# SPDX-License-Identifier: GPL-2.0-only
1414
#
1515

1616
name: CI

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This work is licensed under the terms of the GNU GPL, version 2. See
1010
# the COPYING file in the top-level directory.
1111
#
12-
# SPDX-License-Identifier: GPL-2.0
12+
# SPDX-License-Identifier: GPL-2.0-only
1313
#
1414
# Based on Makefile.am of gummiboot,
1515
# Copyright (C) 2013 Karel Zak <[email protected]>

bootguard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This work is licensed under the terms of the GNU GPL, version 2. See
1010
* the COPYING file in the top-level directory.
1111
*
12-
* SPDX-License-Identifier: GPL-2.0
12+
* SPDX-License-Identifier: GPL-2.0-only
1313
*/
1414

1515
#include "bootguard.h"

completion/bg_printenv/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This work is licensed under the terms of the GNU GPL, version 2. See
88
# the COPYING file in the top-level directory.
99
#
10-
# SPDX-License-Identifier: GPL-2.0
10+
# SPDX-License-Identifier: GPL-2.0-only
1111

1212
import argparse
1313

completion/bg_setenv/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This work is licensed under the terms of the GNU GPL, version 2. See
88
# the COPYING file in the top-level directory.
99
#
10-
# SPDX-License-Identifier: GPL-2.0
10+
# SPDX-License-Identifier: GPL-2.0-only
1111

1212
import argparse
1313

completion/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This work is licensed under the terms of the GNU GPL, version 2. See
88
# the COPYING file in the top-level directory.
99
#
10-
# SPDX-License-Identifier: GPL-2.0
10+
# SPDX-License-Identifier: GPL-2.0-only
1111

1212
import shtab
1313

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This work is licensed under the terms of the GNU GPL, version 2. See
1111
# the COPYING file in the top-level directory.
1212
#
13-
# SPDX-License-Identifier: GPL-2.0
13+
# SPDX-License-Identifier: GPL-2.0-only
1414
#
1515
# Based on configure.ac of gummiboot,
1616
# Copyright (C) 2013 Karel Zak <[email protected]>

drivers/utils/simatic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* This work is licensed under the terms of the GNU GPL, version 2. See
1212
* the COPYING file in the top-level directory.
1313
*
14-
* SPDX-License-Identifier: GPL-2.0
14+
* SPDX-License-Identifier: GPL-2.0-only
1515
*/
1616

1717
#include <efi.h>

0 commit comments

Comments
 (0)