Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -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),
Expand Down
4 changes: 2 additions & 2 deletions OpenRTM_aist/Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
Loading