]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / RegularExpressionDxe / RegularExpressionDxe.h
index 73ea92b5a178b077aecd9dc6cfdb60049bda0dbe..7354dec333a6ab53447e6edfb981f08cada4a447 100644 (file)
@@ -2,14 +2,8 @@
   EFI_REGULAR_EXPRESSION_PROTOCOL Header File.\r
 \r
   (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
-  \r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License that accompanies this\r
-  distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
-  WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 #include <Library/DebugLib.h>\r
 #include <Library/BaseLib.h>\r
 \r
-#ifndef ARRAY_SIZE\r
-#define ARRAY_SIZE(Array) (sizeof(Array) / sizeof(*Array))\r
-#endif\r
-\r
 /**\r
   Checks if the input string matches to the regular expression pattern.\r
 \r