diff options
Diffstat (limited to 'common/usb.c')
-rw-r--r-- | common/usb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/usb.c b/common/usb.c index 8d27bc70607..78178c54c89 100644 --- a/common/usb.c +++ b/common/usb.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Most of this source has been derived from the Linux USB * project: @@ -13,8 +14,6 @@ * * Adapted for U-Boot: * (C) Copyright 2001 Denis Peter, MPL AG Switzerland - * - * SPDX-License-Identifier: GPL-2.0+ */ /* |