hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/sparc/include/asm/xor_64.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * include/asm/xor.h
34 *
....@@ -7,15 +8,6 @@
78 *
89 * Copyright (C) 1997, 1999 Jakub Jelinek (jj@ultra.linux.cz)
910 * Copyright (C) 2006 David S. Miller <davem@davemloft.net>
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License as published by
13
- * the Free Software Foundation; either version 2, or (at your option)
14
- * any later version.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * (for example /usr/src/linux/COPYING); if not, write to the Free
18
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1911 */
2012
2113 #include <asm/spitfire.h>