From d56e66afd3ed1d154ad9dd7cafe537bb8ff9156e Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Tue, 2 Jan 2024 08:23:51 -0500 Subject: [PATCH] All: Bump copyright to 2024 --- LICENSE | 2 +- api/icsneoc/version.rc.template | 2 +- docs/conf.py | 2 +- docs/conf.py.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index d5bf913..62da219 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018-2023 Intrepid Control Systems, Inc. +Copyright 2018-2024 Intrepid Control Systems, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/api/icsneoc/version.rc.template b/api/icsneoc/version.rc.template index e1aa232..4bb6cfd 100644 --- a/api/icsneoc/version.rc.template +++ b/api/icsneoc/version.rc.template @@ -29,7 +29,7 @@ BEGIN VALUE "FileDescription", "Intrepid Control Systems Open Device Communication C API" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "icsneoc.dll" - VALUE "LegalCopyright", "Intrepid Control Systems, Inc. (C) 2018-2023" + VALUE "LegalCopyright", "Intrepid Control Systems, Inc. (C) 2018-2024" VALUE "OriginalFilename", "icsneoc.dll" VALUE "ProductName", "libicsneo" VALUE "ProductVersion", VER_PRODUCTVERSION_STR diff --git a/docs/conf.py b/docs/conf.py index 628ce8b..bc4cd5e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ master_doc = 'index' # General information about the project. project = 'libicsneo' -copyright = '2018-2023, Intrepid Control Systems, Inc.' +copyright = '2018-2024, Intrepid Control Systems, Inc.' author = 'Intrepid Control Systems, Inc.' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/conf.py.template b/docs/conf.py.template index e675d96..8fd938e 100644 --- a/docs/conf.py.template +++ b/docs/conf.py.template @@ -64,7 +64,7 @@ master_doc = 'index' # General information about the project. project = 'libicsneo' -copyright = '2018-2023, Intrepid Control Systems, Inc.' +copyright = '2018-2024, Intrepid Control Systems, Inc.' author = 'Intrepid Control Systems, Inc.' # The version info for the project you're documenting, acts as replacement for