From 14ce8017d2ec8b7c3cd9d3682912df21f7e6603c Mon Sep 17 00:00:00 2001 From: n-kawauchi Date: Mon, 13 Apr 2026 17:25:45 +0900 Subject: [PATCH] Updated copyright. --- COPYRIGHT | 2 +- OpenRTM_aist/Manager.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 6ed2bc13..de5fe165 100755 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ -Copyright (C) 2003-2024 +Copyright (C) 2003-2026 Noriaki Ando and the OpenRTM-aist Project team Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), diff --git a/OpenRTM_aist/Manager.py b/OpenRTM_aist/Manager.py index d3599334..6996e210 100644 --- a/OpenRTM_aist/Manager.py +++ b/OpenRTM_aist/Manager.py @@ -1692,9 +1692,9 @@ def initLogger(self): self._rtcout.RTC_INFO( "%s", self._config.getProperty("openrtm.version")) - self._rtcout.RTC_INFO("Copyright (C) 2003-2024, Noriaki Ando and OpenRTM development team,") + self._rtcout.RTC_INFO("Copyright (C) 2003-2026, Noriaki Ando and OpenRTM development team,") self._rtcout.RTC_INFO(" Intelligent Systems Research Institute, AIST,") - self._rtcout.RTC_INFO("Copyright (C) 2024, Noriaki Ando and OpenRTM development team,") + self._rtcout.RTC_INFO("Copyright (C) 2026, Noriaki Ando and OpenRTM development team,") self._rtcout.RTC_INFO(" Industrial Cyber-Physical Research Center, AIST,") self._rtcout.RTC_INFO(" All right reserved.") self._rtcout.RTC_INFO("Manager starting.")