|
3 | 3 | #
|
4 | 4 | # Copyright Notice:
|
5 | 5 | # 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 |
7 | 7 | #
|
8 | 8 | import os
|
9 | 9 | import sys
|
|
35 | 35 | "// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
|
36 | 36 | "// Copyright Notice:\n" + \
|
37 | 37 | "// 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" + \ |
39 | 39 | "//\n"
|
40 | 40 |
|
41 | 41 | DMTFCopyright = "//----------------------------------------------------------------------------\n" + \
|
42 | 42 | "// Copyright Notice:\n" \
|
43 | 43 | "// 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" + \ |
45 | 45 | "//----------------------------------------------------------------------------\n"
|
46 | 46 |
|
47 | 47 | Edk2InfFileCopyright = "#\n" + \
|
|
52 | 52 | "# https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
|
53 | 53 | "# Copyright Notice:\n" + \
|
54 | 54 | "# 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" + \ |
56 | 56 | "#\n"
|
57 | 57 |
|
58 | 58 | Edk2InfFileTemp = "[Defines]\n" + \
|
|
0 commit comments