X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FRegularExpressionDxe%2FRegularExpressionDxe.h;h=7354dec333a6ab53447e6edfb981f08cada4a447;hb=c0fd7f734e2d33e22215899b40a47b843129541d;hp=b3f70136d8d3f257ea1e6dab803c2124903dd23e;hpb=0af8e57c740304a5ee79d40d227b673fa9f223ef;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h index b3f70136d8..7354dec333 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h @@ -2,14 +2,8 @@ EFI_REGULAR_EXPRESSION_PROTOCOL Header File. (C) Copyright 2015 Hewlett Packard Enterprise Development LP
- - This program and the accompanying materials are licensed and made available - under the terms and conditions of the BSD License that accompanies this - distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php. - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT - WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -26,8 +20,6 @@ #include #include -#define ARRAY_SIZE(Array) (sizeof(Array) / sizeof(*Array)) - /** Checks if the input string matches to the regular expression pattern.