tools: mkimage: use common ALIGN to do the size align
[oweals/u-boot.git] / tools / mingw_support.c
index 95c4db89233f729bcda34f407ef36d4e611e42aa..2b17bf7dd28b6f78d4a1d81aea69fc3f800a8e05 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2008 Extreme Engineering Solutions, Inc.
  *
@@ -5,8 +6,6 @@
  * Clamav Native Windows Port : mmap win32 compatibility layer
  * Copyright (c) 2005-2006 Gianluigi Tiesi <sherpya@netfarm.it>
  * Parts by Kees Zeelenberg <kzlg@users.sourceforge.net> (LibGW32C)
- *
- * SPDX-License-Identifier:    LGPL-2.0+
  */
 
 #include "mingw_support.h"
@@ -71,8 +70,6 @@ int munmap(void *addr, size_t len)
 /* Reentrant string tokenizer.  Generic version.
    Copyright (C) 1991,1996-1999,2001,2004,2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-
-  * SPDX-License-Identifier:   GPL-2.0+
  */
 
 /* Parse S into tokens separated by characters in DELIM.