From 9dc64ddebff1d2e576505ec4df8321b4c8adb896 Mon Sep 17 00:00:00 2001 From: s-heppner Date: Tue, 20 Jan 2026 12:39:31 +0100 Subject: [PATCH] Update year of copyright notices in module docstrings It appears that we forgot to update some of the copyright notices in the module docstrings, where actual changes were done in 2026. This adapts these ocurrences. --- sdk/basyx/aas/model/base.py | 2 +- sdk/basyx/aas/model/submodel.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/basyx/aas/model/base.py b/sdk/basyx/aas/model/base.py index aa9835c9..5e2b339f 100644 --- a/sdk/basyx/aas/model/base.py +++ b/sdk/basyx/aas/model/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 the Eclipse BaSyx Authors +# Copyright (c) 2026 the Eclipse BaSyx Authors # # This program and the accompanying materials are made available under the terms of the MIT License, available in # the LICENSE file of this project. diff --git a/sdk/basyx/aas/model/submodel.py b/sdk/basyx/aas/model/submodel.py index 41031972..733eaf58 100644 --- a/sdk/basyx/aas/model/submodel.py +++ b/sdk/basyx/aas/model/submodel.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 the Eclipse BaSyx Authors +# Copyright (c) 2026 the Eclipse BaSyx Authors # # This program and the accompanying materials are made available under the terms of the MIT License, available in # the LICENSE file of this project.