Skip to content

Commit 473663d

Browse files
GuillaumeGomezantoyo
authored andcommitted
Fix licenses
1 parent 9aec8f9 commit 473663d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gcc/testsuite/c-c++-common/analyzer/asm-x86-dyndbg-2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* { dg-additional-options "-fdump-analyzer-untracked" } */
77

88
/* Adapted from various files in the Linux kernel, all of which have: */
9-
/* SPDX-License-Identifier: GPL-2.0 */
9+
/* SPDX-License-Identifier: GPL-2.0-only */
1010

1111
#ifndef __cplusplus
1212
typedef _Bool bool;

gcc/testsuite/c-c++-common/analyzer/taint-assert-BUG_ON.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* { dg-additional-options " -ftrack-macro-expansion=0" } */
44

55
/* Adapted from code in the Linux kernel, which has this: */
6-
/* SPDX-License-Identifier: GPL-2.0 */
6+
/* SPDX-License-Identifier: GPL-2.0-only */
77

88
#define __noreturn __attribute__ ((__noreturn__))
99

gcc/testsuite/gcc.dg/analyzer/asm-x86-dyndbg-1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* { dg-additional-options "-fdump-analyzer-untracked" } */
77

88
/* Adapted from various files in the Linux kernel, all of which have: */
9-
/* SPDX-License-Identifier: GPL-2.0 */
9+
/* SPDX-License-Identifier: GPL-2.0-only */
1010

1111
typedef _Bool bool;
1212
#define true 1

0 commit comments

Comments
 (0)