diff options
Diffstat (limited to 'board/overo/overo.c')
-rw-r--r-- | board/overo/overo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/overo/overo.c b/board/overo/overo.c index 102f9805fa2..8fa41f81550 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Maintainer : Steve Sakoman <steve@sakoman.com> * @@ -9,8 +10,6 @@ * * (C) Copyright 2004-2008 * Texas Instruments, <www.ti.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <dm.h> |