diff options
Diffstat (limited to 'cmd/part.c')
-rw-r--r-- | cmd/part.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/part.c b/cmd/part.c index ec791fdc5d..bee204fff0 100644 --- a/cmd/part.c +++ b/cmd/part.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. * @@ -12,8 +13,6 @@ * (C) Copyright 2003 - 2004 * Sysgo Real-Time Solutions, AG <www.elinos.com> * Pavel Bartusek <pba@sysgo.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |