summaryrefslogtreecommitdiffstats
path: root/common/fastboot.c
diff options
context:
space:
mode:
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 1b6dc28d8e..26e366e4e8 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