hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/tools/include/asm-generic/barrier.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copied from the kernel sources to tools/perf/:
34 *
....@@ -8,11 +9,6 @@
89 *
910 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
1011 * Written by David Howells (dhowells@redhat.com)
11
- *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public Licence
14
- * as published by the Free Software Foundation; either version
15
- * 2 of the Licence, or (at your option) any later version.
1612 */
1713 #ifndef __TOOLS_LINUX_ASM_GENERIC_BARRIER_H
1814 #define __TOOLS_LINUX_ASM_GENERIC_BARRIER_H