|
24 | 24 | from RedfishCSDef import TAB_SPACE
|
25 | 25 | from RedfishCSDef import MEMBER_DESCRIPTION_CHARS
|
26 | 26 |
|
27 |
| -HPECopyright = "//\n" \ |
28 |
| - "// Auto-generated file by Redfish Schema C Structure Generator.\n" + \ |
29 |
| - "// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \ |
30 |
| - "//\n" + \ |
31 |
| - "// (C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>\n" + \ |
32 |
| - "// SPDX-License-Identifier: BSD-2-Clause-Patent\n" + \ |
33 |
| - "//\n" + \ |
34 |
| - "// Auto-generated file by Redfish Schema C Structure Generator.\n" + \ |
35 |
| - "// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \ |
36 |
| - "// Copyright Notice:\n" + \ |
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/main/LICENSE.md\n" + \ |
39 |
| - "//\n" |
| 27 | +ContributorCopyright = "//\n" \ |
| 28 | + "// Auto-generated file by Redfish Schema C Structure Generator.\n" + \ |
| 29 | + "// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \ |
| 30 | + "//\n" + \ |
| 31 | + "// (C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>\n" + \ |
| 32 | + "// Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n" + \ |
| 33 | + "// Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>\n" + \ |
| 34 | + "// SPDX-License-Identifier: BSD-2-Clause-Patent\n" + \ |
| 35 | + "//\n" + \ |
| 36 | + "// Auto-generated file by Redfish Schema C Structure Generator.\n" + \ |
| 37 | + "// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \ |
| 38 | + "// Copyright Notice:\n" + \ |
| 39 | + "// Copyright 2019-2024 Distributed Management Task Force, Inc. All rights reserved.\n" + \ |
| 40 | + "// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \ |
| 41 | + "//\n" |
40 | 42 |
|
41 | 43 | DMTFCopyright = "//----------------------------------------------------------------------------\n" + \
|
42 | 44 | "// Copyright Notice:\n" \
|
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/main/LICENSE.md\n" + \ |
| 45 | + "// Copyright 2019-2024 Distributed Management Task Force, Inc. All rights reserved.\n" + \ |
| 46 | + "// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \ |
45 | 47 | "//----------------------------------------------------------------------------\n"
|
46 | 48 |
|
47 | 49 | Edk2InfFileCopyright = "#\n" + \
|
48 | 50 | "# (C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>\n" + \
|
| 51 | + "# Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n" + \ |
| 52 | + "# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>\n" + \ |
49 | 53 | "# SPDX-License-Identifier: BSD-2-Clause-Patent\n" + \
|
50 | 54 | "#\n" + \
|
51 | 55 | "# Auto-generated file by Redfish Schema C Structure Generator.\n" + \
|
52 | 56 | "# https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
|
53 | 57 | "# Copyright Notice:\n" + \
|
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/main/LICENSE.md\n" + \ |
| 58 | + "# Copyright 2019-2024 Distributed Management Task Force, Inc. All rights reserved.\n" + \ |
| 59 | + "# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \ |
56 | 60 | "#\n"
|
57 | 61 |
|
58 | 62 | Edk2InfFileTemp = "[Defines]\n" + \
|
@@ -135,7 +139,7 @@ def GenEdk2IncludeFile(self):
|
135 | 139 | SchemaVersion = "_" + RedfishCs.SchemaVersion.upper()
|
136 | 140 | PrefixForwardDir = "../"
|
137 | 141 |
|
138 |
| - self.RedfishSchemaFile.Edk2IncludeFileText = HPECopyright + "\n" |
| 142 | + self.RedfishSchemaFile.Edk2IncludeFileText = ContributorCopyright + "\n" |
139 | 143 | self.RedfishSchemaFile.Edk2IncludeFileText += ("#ifndef " + "EFI_" + REDFISH_STRUCT_NAME_HEAD.upper() + \
|
140 | 144 | RedfishCs.ResourceType.upper() + \
|
141 | 145 | SchemaVersion + \
|
|
0 commit comments