Skip to content

Commit 9fe2602

Browse files
author
Abner Chang
committed
Update copyrights and license file
- Update the copyrights for the files those are modified in 2022. - Update the license file and copyrights of temp files.
1 parent 6f02b42 commit 9fe2602

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

GenCRelatedFile.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Redfish JSON resource to C structure converter source code generator.
33
#
44
# Copyright Notice:
5-
# Copyright 2021 DMTF. All rights reserved.
5+
# Copyright 2021-2022 DMTF. All rights reserved.
66
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
77
#
88
import os
@@ -44,10 +44,10 @@
4444
"// Auto-generated file by Redfish Schema C Structure Generator.\n" + \
4545
"// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
4646
"//\n" + \
47-
"// (C) Copyright 2019-2021 Hewlett Packard Enterprise Development LP<BR>\n" + \
47+
"// (C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>\n" + \
4848
"//\n" + \
4949
"// Copyright Notice:\n" + \
50-
"// Copyright 2019-2021 Distributed Management Task Force, Inc. All rights reserved.\n" + \
50+
"// Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.\n" + \
5151
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" +\
5252
"//\n"
5353

GenEdk2Files.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Redfish JSON resource to C structure converter source code generator.
33
#
44
# Copyright Notice:
5-
# Copyright 2021 DMTF. All rights reserved.
5+
# Copyright 2021-2022 DMTF. All rights reserved.
66
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Tacklebox/blob/master/LICENSE.md
77
#
88
import os
@@ -28,13 +28,13 @@
2828
"// Auto-generated file by Redfish Schema C Structure Generator.\n" + \
2929
"// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
3030
"//\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" + \
3232
"// SPDX-License-Identifier: BSD-2-Clause-Patent\n" + \
3333
"//\n" + \
3434
"// Auto-generated file by Redfish Schema C Structure Generator.\n" + \
3535
"// https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
3636
"// 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" + \
3838
"// License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \
3939
"//\n"
4040

@@ -45,13 +45,13 @@
4545
"//----------------------------------------------------------------------------\n"
4646

4747
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" + \
4949
"# SPDX-License-Identifier: BSD-2-Clause-Patent\n" + \
5050
"#\n" + \
5151
"# Auto-generated file by Redfish Schema C Structure Generator.\n" + \
5252
"# https://github.com/DMTF/Redfish-Schema-C-Struct-Generator.\n" + \
5353
"# 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" + \
5555
"# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md\n" + \
5656
"#\n"
5757

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ other rights are granted by DMTF. This software might be subject to other rights
66

77
### Copyrights.
88

9-
Copyright (c) 2021, Contributing Member(s) of Distributed Management Task Force,
9+
Copyright (c) 2021-2022, Contributing Member(s) of Distributed Management Task Force,
1010
Inc.. All rights reserved.
1111

1212
Redistribution and use in source and binary forms, with or without modification,

_Edk2OpenSourceTempFiles/RedfishCsDxe.temp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Redfish schema.
44
- !**RESOURCE_TYPE**!.!**SCHEMA_VERSION**!
55

6-
(C) Copyright 2019-2021 Hewlett Packard Enterprise Development LP<BR>
6+
(C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>
77
SPDX-License-Identifier: BSD-2-Clause-Patent
88

99
Auto-generated file by Redfish Schema C Structure Generator.
1010
https://github.com/DMTF/Redfish-Schema-C-Struct-Generator
1111

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

1616
**/

_Edk2OpenSourceTempFiles/RedfishCsInclude.temp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/** @file
22
This file defines the EFI Redfish C Structure Interpreter for !**RESOURCE_TYPE**! !**SCHEMA_VERSION**!
33

4-
(C) Copyright 2019-2021 Hewlett Packard Enterprise Development LP<BR>
4+
(C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>
55
SPDX-License-Identifier: BSD-2-Clause-Patent
66

77
Auto-generated file by Redfish Schema C Structure Generator.
88
https://github.com/DMTF/Redfish-Schema-C-Struct-Generator
99

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

1414
**/

_Edk2OpenSourceTempFiles/RedfishCsInf.temp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
#
33
# INF file of !**RESOURCE_TYPE**!.!**SCHEMA_VERSION**! EFI Redfish JSON Structure DXE driver
44
#
5-
# (C) Copyright 2019-2021 Hewlett Packard Enterprise Development LP<BR>
5+
# (C) Copyright 2019-2022 Hewlett Packard Enterprise Development LP<BR>
66
# SPDX-License-Identifier: BSD-2-Clause-Patent
77
#
88
# Auto-generated file by Redfish Schema C Structure Generator.
99
# https://github.com/DMTF/Redfish-Schema-C-Struct-Generator
1010
#
1111
# Copyright Notice:
12-
# Copyright 2019-2021 Distributed Management Task Force, Inc. All rights reserved.
12+
# Copyright 2019-2022 Distributed Management Task Force, Inc. All rights reserved.
1313
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-JSON-C-Struct-Converter/blob/master/LICENSE.md
1414
#
1515
##

0 commit comments

Comments
 (0)