diff options
| author | Oliver Smith-Denny <osde@microsoft.com> | 2026-04-03 19:28:12 +0300 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-04-09 01:23:35 +0300 |
| commit | 9b676f7cc2d13c0666ef47010bfb093768896195 (patch) | |
| tree | 99d3fb714d30e160fb5c3f67d375705541bc1b2a /BaseTools/Source/Python | |
| parent | 229600664e264072bbca368c7cbbe26223af16a4 (diff) | |
| download | edk2-9b676f7cc2d13c0666ef47010bfb093768896195.tar.xz | |
BaseTools: Ecc: Use SPDX in AutoGen Template
The ANTLR autogen files are currently created
without an SPDX identifer. Add the BSD-2-Clause-Patent
ID.
While here, correct the command to do the autogeneration
by using the right filename.
Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
Diffstat (limited to 'BaseTools/Source/Python')
| -rw-r--r-- | BaseTools/Source/Python/Ecc/CParser4/C.g4 | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/BaseTools/Source/Python/Ecc/CParser4/C.g4 b/BaseTools/Source/Python/Ecc/CParser4/C.g4 index ffc5c121a2..d6237044ec 100644 --- a/BaseTools/Source/Python/Ecc/CParser4/C.g4 +++ b/BaseTools/Source/Python/Ecc/CParser4/C.g4 @@ -18,18 +18,10 @@ options { #
# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.
# This file is generated by running:
-# java org.antlr.Tool C.g
+# java org.antlr.Tool C.g4
#
# Copyright (c) 2009 - 2010, Intel Corporation All rights reserved.
-#
-# This program and the accompanying materials are licensed and made available
-# under the terms and conditions of the BSD License which 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
##
import Ecc.CodeFragment as CodeFragment
|
