diff options
Diffstat (limited to 'common/dfu.c')
-rw-r--r-- | common/dfu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/dfu.c b/common/dfu.c index 07dff317a6..2620d3238b 100644 --- a/common/dfu.c +++ b/common/dfu.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * dfu.c -- dfu command * @@ -7,8 +8,6 @@ * Copyright (C) 2012 Samsung Electronics * authors: Andrzej Pietrasiewicz <andrzej.p@samsung.com> * Lukasz Majewski <l.majewski@samsung.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |