hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/nios2/include/asm/asm-macros.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Macro used to simplify coding multi-line assembler.
34 * Some of the bit test macro can simplify down to one line
....@@ -6,18 +7,6 @@
67 * Copyright (C) 2004 Microtronix Datacom Ltd.
78 *
89 * All rights reserved.
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by
12
- * the Free Software Foundation; either version 2 of the License, or
13
- * (at your option) any later version.
14
- *
15
- * This program is distributed in the hope that it will be useful, but
16
- * WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
18
- * NON INFRINGEMENT. See the GNU General Public License for more
19
- * details.
20
- *
2110 */
2211 #ifndef _ASM_NIOS2_ASMMACROS_H
2312 #define _ASM_NIOS2_ASMMACROS_H