]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/C.g
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / C.g
index a34f5902bb7f96b074587eafde9c07dc2780c21a..386956d7d1dbf97eb8f3dcf06cce13d465c15bbb 100644 (file)
@@ -1,14 +1,8 @@
 /* @file\r
  This file is used to be the grammar file of ECC tool\r
 \r
- Copyright (c) 2009 - 2010, Intel Corporation\r
- All rights reserved. This program and the accompanying materials\r
- are licensed and made available under the terms and conditions of the BSD License\r
- which accompanies this 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,\r
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+ Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+ SPDX-License-Identifier: BSD-2-Clause-Patent\r
 */\r
 \r
 grammar C;\r
@@ -23,7 +17,7 @@ options {
 ## @file\r
 # The file defines the Lexer for C source files.\r
 #\r
-# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.\r
+# THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY THIS FILE.\r
 # This file is generated by running:\r
 # java org.antlr.Tool C.g\r
 #\r
@@ -44,7 +38,7 @@ options {
 ## @file\r
 # The file defines the parser for C source files.\r
 #\r
-# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.\r
+# THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY THIS FILE.\r
 # This file is generated by running:\r
 # java org.antlr.Tool C.g\r
 #\r
@@ -653,11 +647,11 @@ UnicodeEscape
 WS  :  (' '|'\r'|'\t'|'\u000C'|'\n') {$channel=HIDDEN;}\r
     ;\r
 \r
-// ingore '\' of line concatenation\r
+// ignore '\' of line concatenation\r
 BS  : ('\\') {$channel=HIDDEN;}\r
     ;\r
     \r
-// ingore function modifiers\r
+// ignore function modifiers\r
 //FUNC_MODIFIERS  : 'EFIAPI' {$channel=HIDDEN;}\r
 //    ;\r
        \r