Skip to content

Commit 02ae56b

Browse files
authored
Merge pull request #1131 from n-kawauchi/update_copyright
Copyright更新
2 parents 65be266 + 40202fb commit 02ae56b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Copyright (C) 2003-2022
2+
Copyright (C) 2003-2024
33
Noriaki Ando and the OpenRTM-aist Project team
44
National Institute of Advanced Industrial Science and Technology (AIST),
55
Tsukuba, Japan, All rights reserved.

src/lib/rtm/Manager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,9 +1426,9 @@ std::vector<coil::Properties> Manager::getLoadableModules()
14261426
initLogstreamOthers();
14271427

14281428
RTC_INFO(("%s", m_config["openrtm.version"].c_str()));
1429-
RTC_INFO(("Copyright (C) 2003-2022, Noriaki Ando and OpenRTM development team,"));
1429+
RTC_INFO(("Copyright (C) 2003-2024, Noriaki Ando and OpenRTM development team,"));
14301430
RTC_INFO((" Intelligent Systems Research Institute, AIST,"));
1431-
RTC_INFO(("Copyright (C) 2022, Noriaki Ando and OpenRTM development team,"));
1431+
RTC_INFO(("Copyright (C) 2024, Noriaki Ando and OpenRTM development team,"));
14321432
RTC_INFO((" Industrial Cyber-Physical Research Center, AIST,"));
14331433
RTC_INFO((" All right reserved."));
14341434
RTC_INFO(("Manager starting."));

0 commit comments

Comments
 (0)