diff --git a/LICENSE b/LICENSE index 04554b4..1ebc2fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2025 Intrepid Control Systems, Inc. +Copyright (c) 2018-2026 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 4aaa9b7..7ca13d5 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-2025" + VALUE "LegalCopyright", "Intrepid Control Systems, Inc. (C) 2018-2026" VALUE "OriginalFilename", "icsneoc.dll" VALUE "ProductName", "libicsneo" VALUE "ProductVersion", VER_PRODUCTVERSION_STR diff --git a/docs/conf.py b/docs/conf.py index 3bc79c2..777489c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ subprocess.call('cd ..; doxygen docs/icsneoc/Doxyfile', shell=True) # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'libicsneo' -copyright = '2024-2025, Intrepid Control Systems, Inc.' +copyright = '2024-2026, Intrepid Control Systems, Inc.' author = 'Intrepid Control Systems, Inc.' # -- General configuration ---------------------------------------------------