Skip to content

Commit 8351c66

Browse files
committed
doc: Updating copyrights to 2024
Updating copyright year to 2024 Signed-off-by: Tyler Erickson <[email protected]>
1 parent 0e067d7 commit 8351c66

30 files changed

+30
-30
lines changed

Make/gcc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Do NOT modify or remove this copyright and license
44
#
5-
# Copyright (c) 2012 - 2019 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
# Copyright (c) 2012-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
#
77
# This software is subject to the terms of the Mozilla Public
88
# License, v. 2.0. If a copy of the MPL was not distributed with this

Make/gccWin/Makefile.gccWin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Do NOT modify or remove this copyright and license
44
#
5-
# Copyright (c) 2012 - 2019 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
# Copyright (c) 2012-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
#
77
# This software is subject to the terms of the Mozilla Public
88
# License, v. 2.0. If a copy of the MPL was not distributed with this

Make/vmware/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Do NOT modify or remove this copyright and license
44
#
5-
# Copyright (c) 2012 - 2017 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
# Copyright (c) 2012-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
#
77
# This software is subject to the terms of the Mozilla Public
88
# License, v. 2.0. If a copy of the MPL was not distributed with this

Make/vmware/Makefile.openSeaChest_firmware

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Do NOT modify or remove this copyright and license
44
#
5-
# Copyright (c) 2012 - 2017 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
# Copyright (c) 2012-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
#
77
# This software is subject to the terms of the Mozilla Public
88
# License, v. 2.0. If a copy of the MPL was not distributed with this

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Cross platform utilities useful for performing various operations on SATA, SAS, NVMe, and USB storage devices
55

6-
### Copyright (c) 2014-2022 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
6+
### Copyright (c) 2014-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
77

88
[![MSBuild](https://github.com/Seagate/openSeaChest/actions/workflows/msbuild.yml/badge.svg)](https://github.com/Seagate/openSeaChest/actions/workflows/msbuild.yml)
99
[![CodeQL](https://github.com/Seagate/openSeaChest/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Seagate/openSeaChest/actions/workflows/codeql-analysis.yml)

include/EULA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do NOT modify or remove this copyright and license
44
//
5-
// Copyright (c) 2014-2022 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
// Copyright (c) 2014-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
//
77
// This software is subject to the terms of the Mozilla Public
88
// License, v. 2.0. If a copy of the MPL was not distributed with this

include/openseachest_util_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do NOT modify or remove this copyright and license
44
//
5-
// Copyright (c) 2014-2022 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
// Copyright (c) 2014-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
//
77
// This software is subject to the terms of the Mozilla Public
88
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/EULA.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do NOT modify or remove this copyright and license
44
//
5-
// Copyright (c) 2014-2018 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
// Copyright (c) 2014-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
//
77
// This software is subject to the terms of the Mozilla Public
88
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/openseachest_util_options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Do NOT modify or remove this copyright and license
44
//
5-
// Copyright (c) 2014-2022 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
5+
// Copyright (c) 2014-2024 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
66
//
77
// This software is subject to the terms of the Mozilla Public
88
// License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)