Skip to content

Commit

Permalink
Merge pull request #61 from GuillaumeGomez/fix-licenses
Browse files Browse the repository at this point in the history
Fix licenses
  • Loading branch information
antoyo authored Jul 22, 2024
2 parents 341be3b + 3555122 commit fd3498b
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 fd3498b

Please sign in to comment.