summaryrefslogtreecommitdiffstats
path: root/scripts/tegra/parse.h
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/tegra/parse.h
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/tegra/parse.h')
-rw-r--r--scripts/tegra/parse.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/scripts/tegra/parse.h b/scripts/tegra/parse.h
index 7402a1dd98..2d953bb858 100644
--- a/scripts/tegra/parse.h
+++ b/scripts/tegra/parse.h
@@ -1,18 +1,5 @@
-/*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-FileCopyrightText: 2012 NVIDIA CORPORATION */
/*
* parse.h - Definitions for the cbootimage parsing code.