Skip to content

Commit 2ffb586

Browse files
committed
lib/atomic.S: add GNU libatomic copyright notice
1 parent 2eca4df commit 2ffb586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/atomic.S

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* atomic_flag_clear
1515
* atomic_flag_clear_explicit
1616
*/
17+
/* SPDX-License-Identifier: GPL-3.0-or-later WITH GCC-exception-3.1
18+
* Copyright (C) 2012-2025 Free Software Foundation, Inc.
19+
*/
1720
#ifdef __leading_underscore
1821
# define _(s) _##s
1922
#else

0 commit comments

Comments
 (0)