Skip to content

Commit

Permalink
Fix licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and antoyo committed Oct 17, 2024
1 parent 7b97184 commit b4002fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gcc/testsuite/c-c++-common/analyzer/asm-x86-dyndbg-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* { dg-additional-options "-fdump-analyzer-untracked" } */

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

#ifndef __cplusplus
typedef _Bool bool;
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/c-c++-common/analyzer/taint-assert-BUG_ON.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* { dg-additional-options " -ftrack-macro-expansion=0" } */

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

#define __noreturn __attribute__ ((__noreturn__))

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/analyzer/asm-x86-dyndbg-1.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* { dg-additional-options "-fdump-analyzer-untracked" } */

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

typedef _Bool bool;
#define true 1
Expand Down

0 comments on commit b4002fd

Please sign in to comment.