summaryrefslogtreecommitdiff
path: root/common/fastboot.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-12-11 13:31:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-12-11 13:31:14 +0100
commit3dabf45ec41774b3555ba4715cf93a203582f426 (patch)
tree8a5fe9f6bcda25d2f74fdf3a0dda18db65bffd49 /common/fastboot.c
parent2eee1db406d961e61aaf7c12150c6bb835ab8c2f (diff)
parent39321941fffd9938ebae9967fc86a642ab0a78c1 (diff)
downloadbarebox-3dabf45ec41774b3555ba4715cf93a203582f426.tar.gz
Merge branch 'for-next/spdx'
Diffstat (limited to 'common/fastboot.c')
-rw-r--r--common/fastboot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/fastboot.c b/common/fastboot.c
index 10b4ccf716..27d3f1eddc 100644
--- a/common/fastboot.c
+++ b/common/fastboot.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* (C) Copyright 2008 - 2009
* Windriver, <www.windriver.com>
@@ -14,8 +15,6 @@
* Copyright 2020 Edmund Henniges <eh@emlix.com>
* Copyright 2020 Daniel Glöckner <dg@emlix.com>
* Split off of generic parts
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#define pr_fmt(fmt) "fastboot: " fmt