kernel/arch/sh/include/asm/cmpxchg-xchg.h
.. .. @@ -1,12 +1,10 @@ 1 +/* SPDX-License-Identifier: GPL-2.0 */1 2 #ifndef __ASM_SH_CMPXCHG_XCHG_H 2 3 #define __ASM_SH_CMPXCHG_XCHG_H 3 4 4 5 /* 5 6 * Copyright (C) 2016 Red Hat, Inc. 6 7 * Author: Michael S. Tsirkin <mst@redhat.com> 7 - *8 - * This work is licensed under the terms of the GNU GPL, version 2. See the9 - * file "COPYING" in the main directory of this archive for more details.10 8 */ 11 9 #include <linux/bits.h> 12 10 #include <linux/compiler.h>