summaryrefslogtreecommitdiffstats
path: root/include/reset_source.h
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2020-02-13 13:12:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-17 10:08:47 +0100
commit9d90f943eedf9610181be4a0c42285926d8a5338 (patch)
treecba3c24e9739617a506a9321d9ccd0a5b737fe29 /include/reset_source.h
parent46306e782ccc09589feebf25cfeba8e09ebcfc14 (diff)
downloadbarebox-9d90f943eedf9610181be4a0c42285926d8a5338.tar.gz
barebox-9d90f943eedf9610181be4a0c42285926d8a5338.tar.xz
include: add SPDX GPL-2.0-or-later license tags where applicable
Signed-off-by: Roland Hieber <rohieb@rohieb.name> Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/reset_source.h')
-rw-r--r--include/reset_source.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/reset_source.h b/include/reset_source.h
index 305dde0102..8795029315 100644
--- a/include/reset_source.h
+++ b/include/reset_source.h
@@ -1,13 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* 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; either version 2 of
* the License, or (at your option) any later version.
- *
- * 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 __INCLUDE_RESET_SOURCE_H