diff options
Diffstat (limited to 'drivers/timer/altera_timer.c')
-rw-r--r-- | drivers/timer/altera_timer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/timer/altera_timer.c b/drivers/timer/altera_timer.c index f80debb2d7..bc76819674 100644 --- a/drivers/timer/altera_timer.c +++ b/drivers/timer/altera_timer.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2000-2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2004, Psyent Corporation <www.psyent.com> * Scott McNutt <smcnutt@psyent.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |