Skip to content

Commit 4fe5872

Browse files
committed
Updated license comments to point to new branch name
Signed-off-by: Mike Raineri <[email protected]>
1 parent 9fe2602 commit 4fe5872

9 files changed

+13
-13
lines changed

GenCRelatedFile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright Notice:
55
# Copyright 2021-2022 DMTF. All rights reserved.
6-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
6+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/main/LICENSE.md
77
#
88
import os
99
import sys
@@ -48,7 +48,7 @@
4848
"//\n" + \
4949
"// Copyright Notice:\n" + \
5050
"// Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.\n" + \
51-
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" +\
51+
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/main/LICENSE.md\n" +\
5252
"//\n"
5353

5454
CCodeErrorExitCode = C_SRC_TAB_SPACE + "if (Status != RedfishCS_status_success) {\n" +\

GenEdk2Files.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright Notice:
55
# Copyright 2021-2022 DMTF. All rights reserved.
6-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
6+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/main/LICENSE.md
77
#
88
import os
99
import sys
@@ -35,13 +35,13 @@
3535
"// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
3636
"// Copyright Notice:\n" + \
3737
"// Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.\n" + \
38-
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \
38+
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/main/LICENSE.md\n" + \
3939
"//\n"
4040

4141
DMTFCopyright = "//----------------------------------------------------------------------------\n" + \
4242
"// Copyright Notice:\n" \
4343
"// Copyright 2019-2021 Distributed Management Task Force, Inc. All rights reserved.\n" + \
44-
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \
44+
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/main/LICENSE.md\n" + \
4545
"//----------------------------------------------------------------------------\n"
4646

4747
Edk2InfFileCopyright = "#\n" + \
@@ -52,7 +52,7 @@
5252
"# https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
5353
"# Copyright Notice:\n" + \
5454
"# Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.\n" + \
55-
"# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \
55+
"# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/main/LICENSE.md\n" + \
5656
"#\n"
5757

5858
Edk2InfFileTemp = "[Defines]\n" + \

GenMarkdown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright Notice:
55
# Copyright 2021 DMTF. All rights reserved.
6-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
6+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/main/LICENSE.md
77
#
88
import os
99
import sys

GenRedfishSchemaCS.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright Notice:
55
# Copyright 2021 DMTF. All rights reserved.
6-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
6+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/main/LICENSE.md
77
#
88
import os
99
import sys

RedfishCSDef.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright Notice:
55
# Copyright 2021 DMTF. All rights reserved.
6-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
6+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/main/LICENSE.md
77
#
88
REDFISH_STRUCT_NAME_HEAD = "Redfish"
99
REDFISH_STRUCT_NAME_TAIL = "_CS"

ToolLogger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright Notice:
55
# Copyright 2021 DMTF. All rights reserved.
6-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
6+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/main/LICENSE.md
77
#
88

99
import sys, os, logging

_Edk2OpenSourceTempFiles/RedfishCsDxe.temp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Copyright Notice:
1313
Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.
14-
License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md d
14+
License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/main/LICENSE.md d
1515

1616
**/
1717
#include <Uefi.h>

_Edk2OpenSourceTempFiles/RedfishCsInclude.temp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Copyright Notice:
1111
Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.
12-
License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md
12+
License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/main/LICENSE.md
1313

1414
**/
1515

_Edk2OpenSourceTempFiles/RedfishCsInf.temp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# Copyright Notice:
1212
# Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.
13-
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md
13+
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/main/LICENSE.md
1414
#
1515
##
1616

0 commit comments

Comments
 (0)