summaryrefslogtreecommitdiffstats
path: root/scripts/include/asm-generic
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-01-28 14:34:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-16 10:33:04 +0100
commit82626cca803682e5ea76e0b7a9563f4f6bae5370 (patch)
tree805e1cf3811f75aa1275e2c61f052d3f1016bac1 /scripts/include/asm-generic
parentee8f92750ff243ad7bf90a72dee4b262d33350ee (diff)
downloadbarebox-82626cca803682e5ea76e0b7a9563f4f6bae5370.tar.gz
barebox-82626cca803682e5ea76e0b7a9563f4f6bae5370.tar.xz
scripts: Replace license and copyright boilerplate by SPDX identifiers
Convert the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/include/asm-generic')
-rw-r--r--scripts/include/asm-generic/barrier.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/scripts/include/asm-generic/barrier.h b/scripts/include/asm-generic/barrier.h
index 47b933903e..2e78c3f328 100644
--- a/scripts/include/asm-generic/barrier.h
+++ b/scripts/include/asm-generic/barrier.h
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-FileCopyrightText: 2007 Red Hat (David Howells <dhowells@redhat.com>) */
+
/*
* Copied from the kernel sources to tools/perf/:
*
@@ -5,14 +8,6 @@
*
* It should be possible to use these on really simple architectures,
* but it serves more as a starting point for new ports.
- *
- * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
- * Written by David Howells (dhowells@redhat.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public Licence
- * as published by the Free Software Foundation; either version
- * 2 of the Licence, or (at your option) any later version.
*/
#ifndef __TOOLS_LINUX_ASM_GENERIC_BARRIER_H
#define __TOOLS_LINUX_ASM_GENERIC_BARRIER_H