summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-07 07:42:04 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-08 15:21:10 +0000
commit16bc46c7adb23fd0cec8eadc014bb1b0adbd7916 (patch)
treec5b24dc464dab529f994fa39438a3d4b452cca0c
parent231b251a3e030b6fbd56412a31539821c7505379 (diff)
downloadcoreboot-16bc46c7adb23fd0cec8eadc014bb1b0adbd7916.tar.xz
soc/nvidia: Replace GPLv2 long form headers with SPDX header
Change-Id: I7cc9adc95af5a8fc3cd69462d49efb1550e30295 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41133 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/soc/nvidia/tegra124/include/soc/sor.h13
-rw-r--r--src/soc/nvidia/tegra210/include/soc/sor.h13
2 files changed, 4 insertions, 22 deletions
diff --git a/src/soc/nvidia/tegra124/include/soc/sor.h b/src/soc/nvidia/tegra124/include/soc/sor.h
index d998f8425c..1821ccd3b2 100644
--- a/src/soc/nvidia/tegra124/include/soc/sor.h
+++ b/src/soc/nvidia/tegra124/include/soc/sor.h
@@ -1,17 +1,8 @@
/* This file is part of the coreboot project. */
+/* SPDX-License-Identifier: GPL-2.0-only */
+
/*
* drivers/video/tegra/dc/sor_regs.h
- *
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that 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.
- *
*/
#ifndef __TEGRA124_SOR_H__
diff --git a/src/soc/nvidia/tegra210/include/soc/sor.h b/src/soc/nvidia/tegra210/include/soc/sor.h
index bb25c46833..129089ed36 100644
--- a/src/soc/nvidia/tegra210/include/soc/sor.h
+++ b/src/soc/nvidia/tegra210/include/soc/sor.h
@@ -1,17 +1,8 @@
/* This file is part of the coreboot project. */
+/* SPDX-License-Identifier: GPL-2.0-only */
+
/*
* drivers/video/tegra/dc/sor_regs.h
- *
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that 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.
- *
*/
#ifndef __TEGRA210_SOR_H__