From cfb550817b896bdd2c448f5af97b0fe5dc5f7ada Mon Sep 17 00:00:00 2001 From: n-kawauchi Date: Tue, 27 Feb 2024 11:40:55 +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 3ef692be..6ed2bc13 100755 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ -Copyright (C) 2003-2018 +Copyright (C) 2003-2024 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 42be5331..9cde7920 100644 --- a/OpenRTM_aist/Manager.py +++ b/OpenRTM_aist/Manager.py @@ -1680,9 +1680,9 @@ def initLogger(self): self._rtcout.RTC_INFO( "%s", self._config.getProperty("openrtm.version")) - self._rtcout.RTC_INFO("Copyright (C) 2003-2022, Noriaki Ando and OpenRTM development team,") + self._rtcout.RTC_INFO("Copyright (C) 2003-2024, Noriaki Ando and OpenRTM development team,") self._rtcout.RTC_INFO(" Intelligent Systems Research Institute, AIST,") - self._rtcout.RTC_INFO("Copyright (C) 2022, Noriaki Ando and OpenRTM development team,") + self._rtcout.RTC_INFO("Copyright (C) 2024, 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.")