Skip to content

Commit 64c9d1e

Browse files
committed
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>
1 parent 4d0afa3 commit 64c9d1e

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

  • BaseTools/Source/Python/Ecc/CParser4

BaseTools/Source/Python/Ecc/CParser4/C.g4

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ options {
1818
#
1919
# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.
2020
# This file is generated by running:
21-
# java org.antlr.Tool C.g
21+
# java org.antlr.Tool C.g4
2222
#
2323
# Copyright (c) 2009 - 2010, Intel Corporation All rights reserved.
24-
#
25-
# This program and the accompanying materials are licensed and made available
26-
# under the terms and conditions of the BSD License which accompanies this
27-
# distribution. The full text of the license may be found at:
28-
# http://opensource.org/licenses/bsd-license.php
29-
#
30-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
31-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
32-
#
24+
# SPDX-License-Identifier: BSD-2-Clause-Patent
3325
##
3426
3527
import Ecc.CodeFragment as CodeFragment

0 commit comments

Comments
 (0)