From 9e7d442e830470d95914d7873460153458d78636 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Tue, 3 Jan 2023 20:57:10 -0500 Subject: [PATCH] Update copyright year --- 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 7be07d5..d5bf913 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018-2020 Intrepid Control Systems, Inc. +Copyright 2018-2023 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 d8641de..e1aa232 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-2019" + VALUE "LegalCopyright", "Intrepid Control Systems, Inc. (C) 2018-2023" VALUE "OriginalFilename", "icsneoc.dll" VALUE "ProductName", "libicsneo" VALUE "ProductVersion", VER_PRODUCTVERSION_STR diff --git a/docs/conf.py b/docs/conf.py index 6b80a14..628ce8b 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-2020, Intrepid Control Systems, Inc.' +copyright = '2018-2023, 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 fa0cf07..e675d96 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-2020, Intrepid Control Systems, Inc.' +copyright = '2018-2023, Intrepid Control Systems, Inc.' author = 'Intrepid Control Systems, Inc.' # The version info for the project you're documenting, acts as replacement for