X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdfu.h;h=fbe978abdc26735f977195c1a0250d1aae4cf17d;hb=HEAD;hp=7e322d9d2764d4091cd00cf87709a33da991c38f;hpb=470135be276b2d92c6da464c68839202d4ff0d08;p=u-boot diff --git a/include/dfu.h b/include/dfu.h index 7e322d9d27..fbe978abdc 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * dfu.h - DFU flashable area description * * Copyright (C) 2012 Samsung Electronics * authors: Andrzej Pietrasiewicz * Lukasz Majewski - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __DFU_ENTITY_H_