|
2 | 2 | # Redfish JSON resource to C structure converter source code generator.
|
3 | 3 | #
|
4 | 4 | # Copyright Notice:
|
5 |
| -# Copyright 2021 DMTF. All rights reserved. |
| 5 | +# Copyright 2021-2022 DMTF. All rights reserved. |
6 | 6 | # License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
|
7 | 7 | #
|
8 | 8 | import os
|
|
28 | 28 | "// Auto-generated file by Redfish Schema C Structure Generator.\n" + \
|
29 | 29 | "// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
|
30 | 30 | "//\n" + \
|
31 |
| - "// (C) Copyright 2019-2021 Hewlett Packard Enterprise Development LP<BR>\n" + \ |
| 31 | + "// (C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>\n" + \ |
32 | 32 | "// SPDX-License-Identifier: BSD-2-Clause-Patent\n" + \
|
33 | 33 | "//\n" + \
|
34 | 34 | "// Auto-generated file by Redfish Schema C Structure Generator.\n" + \
|
35 | 35 | "// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
|
36 | 36 | "// Copyright Notice:\n" + \
|
37 |
| - "// Copyright 2019-2021 Distributed Management Task Force, Inc. All rights reserved.\n" + \ |
| 37 | + "// Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.\n" + \ |
38 | 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" + \
|
39 | 39 | "//\n"
|
40 | 40 |
|
|
45 | 45 | "//----------------------------------------------------------------------------\n"
|
46 | 46 |
|
47 | 47 | Edk2InfFileCopyright = "#\n" + \
|
48 |
| - "# (C) Copyright 2019-2021 Hewlett Packard Enterprise Development LP<BR>\n" + \ |
| 48 | + "# (C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>\n" + \ |
49 | 49 | "# SPDX-License-Identifier: BSD-2-Clause-Patent\n" + \
|
50 | 50 | "#\n" + \
|
51 | 51 | "# Auto-generated file by Redfish Schema C Structure Generator.\n" + \
|
52 | 52 | "# https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
|
53 | 53 | "# Copyright Notice:\n" + \
|
54 |
| - "# Copyright 2019-2021 Distributed Management Task Force, Inc. All rights reserved.\n" + \ |
| 54 | + "# Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.\n" + \ |
55 | 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" + \
|
56 | 56 | "#\n"
|
57 | 57 |
|
|
0 commit comments