From 3e1a3a375a268a4038c64c8a46cb7fe92dd004b5 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Mon, 27 Jul 2020 12:22:20 -0700 Subject: [PATCH 1/2] Update copyright notices Update all copyright notices to have the generic notice "Copyright the ros2-java contributors" This is to make it clear that the project is not owned by any particular organization and reduces burden on maintaining multiple copyright notices per file. Related discussion: https://github.com/ros2-java/ros2_java/blob/cf2ef0707f7420f9b83e6c053775c9d52752a9e2/rcljava/include/org_ros2_rcljava_client_ClientImpl.h#L1-L13 Signed-off-by: Jacob Perron --- LICENSE | 1 + NOTICE | 1 + ament_cmake_export_jars/ament_cmake_export_jars-extras.cmake | 2 +- .../cmake/ament_cmake_export_jars_package_hook.cmake | 2 +- ament_cmake_export_jars/cmake/ament_export_jars.cmake | 2 +- .../ament_cmake_export_jni_libraries-extras.cmake | 2 +- .../cmake/ament_cmake_export_jni_libraries_package_hook.cmake | 2 +- .../cmake/ament_export_jni_libraries.cmake | 2 +- rcljava/include/org_ros2_rcljava_RCLJava.h | 2 +- rcljava/include/org_ros2_rcljava_Time.h | 2 +- rcljava/include/org_ros2_rcljava_client_ClientImpl.h | 2 +- rcljava/include/org_ros2_rcljava_contexts_ContextImpl.h | 2 +- rcljava/include/org_ros2_rcljava_executors_BaseExecutor.h | 2 +- rcljava/include/org_ros2_rcljava_node_NodeImpl.h | 2 +- rcljava/include/org_ros2_rcljava_publisher_PublisherImpl.h | 2 +- rcljava/include/org_ros2_rcljava_service_ServiceImpl.h | 2 +- .../include/org_ros2_rcljava_subscription_SubscriptionImpl.h | 2 +- rcljava/include/org_ros2_rcljava_time_Clock.h | 2 +- rcljava/include/org_ros2_rcljava_timer_WallTimerImpl.h | 2 +- rcljava/src/main/cpp/org_ros2_rcljava_RCLJava.cpp | 2 +- rcljava/src/main/cpp/org_ros2_rcljava_Time.cpp | 2 +- rcljava/src/main/cpp/org_ros2_rcljava_client_ClientImpl.cpp | 2 +- .../src/main/cpp/org_ros2_rcljava_contexts_ContextImpl.cpp | 2 +- .../src/main/cpp/org_ros2_rcljava_executors_BaseExecutor.cpp | 2 +- rcljava/src/main/cpp/org_ros2_rcljava_node_NodeImpl.cpp | 2 +- .../src/main/cpp/org_ros2_rcljava_publisher_PublisherImpl.cpp | 2 +- rcljava/src/main/cpp/org_ros2_rcljava_service_ServiceImpl.cpp | 2 +- .../cpp/org_ros2_rcljava_subscription_SubscriptionImpl.cpp | 2 +- rcljava/src/main/cpp/org_ros2_rcljava_time_Clock.cpp | 2 +- rcljava/src/main/cpp/org_ros2_rcljava_timer_WallTimerImpl.cpp | 2 +- rcljava/src/main/java/org/ros2/rcljava/RCLJava.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/Time.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/client/Client.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/client/ClientImpl.java | 2 +- .../src/main/java/org/ros2/rcljava/concurrent/Callback.java | 2 +- .../src/main/java/org/ros2/rcljava/concurrent/RCLFuture.java | 2 +- .../src/main/java/org/ros2/rcljava/consumers/BiConsumer.java | 2 +- .../src/main/java/org/ros2/rcljava/consumers/Consumer.java | 2 +- .../src/main/java/org/ros2/rcljava/consumers/TriConsumer.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/contexts/Context.java | 2 +- .../src/main/java/org/ros2/rcljava/contexts/ContextImpl.java | 2 +- .../main/java/org/ros2/rcljava/executors/AnyExecutable.java | 2 +- .../main/java/org/ros2/rcljava/executors/BaseExecutor.java | 2 +- .../src/main/java/org/ros2/rcljava/executors/Executor.java | 2 +- .../org/ros2/rcljava/executors/MultiThreadedExecutor.java | 2 +- .../org/ros2/rcljava/executors/SingleThreadedExecutor.java | 2 +- .../main/java/org/ros2/rcljava/node/BaseComposableNode.java | 2 +- .../src/main/java/org/ros2/rcljava/node/ComposableNode.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/node/Node.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/node/NodeImpl.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/package-info.java | 2 +- .../main/java/org/ros2/rcljava/parameters/ParameterNames.java | 4 ++-- .../main/java/org/ros2/rcljava/parameters/ParameterType.java | 4 ++-- .../java/org/ros2/rcljava/parameters/ParameterVariant.java | 4 ++-- .../ros2/rcljava/parameters/client/AsyncParametersClient.java | 4 ++-- .../rcljava/parameters/client/AsyncParametersClientImpl.java | 2 +- .../ros2/rcljava/parameters/client/SyncParametersClient.java | 4 ++-- .../rcljava/parameters/client/SyncParametersClientImpl.java | 4 ++-- .../org/ros2/rcljava/parameters/service/ParameterService.java | 4 ++-- .../ros2/rcljava/parameters/service/ParameterServiceImpl.java | 4 ++-- .../src/main/java/org/ros2/rcljava/publisher/Publisher.java | 2 +- .../main/java/org/ros2/rcljava/publisher/PublisherImpl.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/qos/QoSProfile.java | 2 +- .../main/java/org/ros2/rcljava/qos/policies/Durability.java | 2 +- .../src/main/java/org/ros2/rcljava/qos/policies/History.java | 2 +- .../main/java/org/ros2/rcljava/qos/policies/QoSPolicy.java | 2 +- .../main/java/org/ros2/rcljava/qos/policies/Reliability.java | 2 +- .../src/main/java/org/ros2/rcljava/service/RMWRequestId.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/service/Service.java | 2 +- .../src/main/java/org/ros2/rcljava/service/ServiceImpl.java | 2 +- .../main/java/org/ros2/rcljava/subscription/Subscription.java | 2 +- .../java/org/ros2/rcljava/subscription/SubscriptionImpl.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/time/Clock.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/time/ClockType.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/timer/Timer.java | 2 +- rcljava/src/main/java/org/ros2/rcljava/timer/WallTimer.java | 2 +- .../src/main/java/org/ros2/rcljava/timer/WallTimerImpl.java | 2 +- rcljava/src/test/java/org/ros2/rcljava/RCLJavaTest.java | 2 +- rcljava/src/test/java/org/ros2/rcljava/TimeTest.java | 2 +- rcljava/src/test/java/org/ros2/rcljava/client/ClientTest.java | 2 +- rcljava/src/test/java/org/ros2/rcljava/node/NodeTest.java | 2 +- .../ros2/rcljava/parameters/AsyncParametersClientTest.java | 2 +- .../org/ros2/rcljava/parameters/SyncParametersClientTest.java | 2 +- .../test/java/org/ros2/rcljava/publisher/PublisherTest.java | 2 +- .../java/org/ros2/rcljava/subscription/SubscriptionTest.java | 2 +- rcljava/src/test/java/org/ros2/rcljava/timer/TimerTest.java | 2 +- rcljava_common/cmake/Modules/CrossCompilingExtra.cmake | 2 +- rcljava_common/cmake/Modules/JavaExtra.cmake | 2 +- rcljava_common/include/rcljava_common/exceptions.hpp | 2 +- rcljava_common/include/rcljava_common/signatures.hpp | 2 +- rcljava_common/include/rcljava_common/visibility_control.hpp | 2 +- rcljava_common/rcljava_cmake_module-extras.cmake.in | 2 +- rcljava_common/src/main/cpp/rcljava_common.cpp | 2 +- .../src/main/java/org/ros2/rcljava/common/JNIUtils.java | 2 +- .../src/main/java/org/ros2/rcljava/common/package-info.java | 2 +- .../main/java/org/ros2/rcljava/exceptions/RCLException.java | 2 +- .../src/main/java/org/ros2/rcljava/exceptions/RCLReturn.java | 2 +- .../java/org/ros2/rcljava/interfaces/ActionDefinition.java | 2 +- .../src/main/java/org/ros2/rcljava/interfaces/Disposable.java | 2 +- .../java/org/ros2/rcljava/interfaces/MessageDefinition.java | 2 +- .../java/org/ros2/rcljava/interfaces/ServiceDefinition.java | 2 +- rosidl_generator_java/cmake/custom_command.cmake | 2 +- rosidl_generator_java/cmake/register_java.cmake | 2 +- .../cmake/rosidl_generator_java_generate_interfaces.cmake | 2 +- .../cmake/rosidl_generator_java_get_typesupports.cmake | 2 +- rosidl_generator_java/rosidl_generator_java/__init__.py | 3 +-- .../src/test/java/org/ros2/generator/InterfacesTest.java | 2 +- 107 files changed, 115 insertions(+), 114 deletions(-) diff --git a/LICENSE b/LICENSE index 8d89d4e1..8370f414 100644 --- a/LICENSE +++ b/LICENSE @@ -177,6 +177,7 @@ END OF TERMS AND CONDITIONS Copyright 2016-2017 Esteve Fernandez + Copyright 2019 the ros2-java contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 16d2754b..add918a6 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,6 @@ ros2_java Copyright 2016-2017 Esteve Fernandez (esteve@apache.org) +Copyright 2019 the ros2-java contributors This product includes software developed by Esteve Fernandez (esteve@apache.org) diff --git a/ament_cmake_export_jars/ament_cmake_export_jars-extras.cmake b/ament_cmake_export_jars/ament_cmake_export_jars-extras.cmake index af56176b..b1fb206d 100644 --- a/ament_cmake_export_jars/ament_cmake_export_jars-extras.cmake +++ b/ament_cmake_export_jars/ament_cmake_export_jars-extras.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ament_cmake_export_jars/cmake/ament_cmake_export_jars_package_hook.cmake b/ament_cmake_export_jars/cmake/ament_cmake_export_jars_package_hook.cmake index 06716571..475f6f07 100644 --- a/ament_cmake_export_jars/cmake/ament_cmake_export_jars_package_hook.cmake +++ b/ament_cmake_export_jars/cmake/ament_cmake_export_jars_package_hook.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ament_cmake_export_jars/cmake/ament_export_jars.cmake b/ament_cmake_export_jars/cmake/ament_export_jars.cmake index 3d858eac..55aa86b3 100644 --- a/ament_cmake_export_jars/cmake/ament_export_jars.cmake +++ b/ament_cmake_export_jars/cmake/ament_export_jars.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ament_cmake_export_jni_libraries/ament_cmake_export_jni_libraries-extras.cmake b/ament_cmake_export_jni_libraries/ament_cmake_export_jni_libraries-extras.cmake index 90613b6b..3e605a04 100644 --- a/ament_cmake_export_jni_libraries/ament_cmake_export_jni_libraries-extras.cmake +++ b/ament_cmake_export_jni_libraries/ament_cmake_export_jni_libraries-extras.cmake @@ -1,4 +1,4 @@ -# Copyright 2017 Esteve Fernandez +# Copyright 2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ament_cmake_export_jni_libraries/cmake/ament_cmake_export_jni_libraries_package_hook.cmake b/ament_cmake_export_jni_libraries/cmake/ament_cmake_export_jni_libraries_package_hook.cmake index 7a40466a..4b553b5c 100644 --- a/ament_cmake_export_jni_libraries/cmake/ament_cmake_export_jni_libraries_package_hook.cmake +++ b/ament_cmake_export_jni_libraries/cmake/ament_cmake_export_jni_libraries_package_hook.cmake @@ -1,4 +1,4 @@ -# Copyright 2017 Esteve Fernandez +# Copyright 2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ament_cmake_export_jni_libraries/cmake/ament_export_jni_libraries.cmake b/ament_cmake_export_jni_libraries/cmake/ament_export_jni_libraries.cmake index 5b809d5f..41a4f83f 100644 --- a/ament_cmake_export_jni_libraries/cmake/ament_export_jni_libraries.cmake +++ b/ament_cmake_export_jni_libraries/cmake/ament_export_jni_libraries.cmake @@ -1,4 +1,4 @@ -# Copyright 2017 Esteve Fernandez +# Copyright 2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_RCLJava.h b/rcljava/include/org_ros2_rcljava_RCLJava.h index 5ef6aff1..f8a62275 100644 --- a/rcljava/include/org_ros2_rcljava_RCLJava.h +++ b/rcljava/include/org_ros2_rcljava_RCLJava.h @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_Time.h b/rcljava/include/org_ros2_rcljava_Time.h index 9528f4db..747091a6 100644 --- a/rcljava/include/org_ros2_rcljava_Time.h +++ b/rcljava/include/org_ros2_rcljava_Time.h @@ -1,4 +1,4 @@ -// Copyright 2017-2018 Esteve Fernandez +// Copyright 2017-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_client_ClientImpl.h b/rcljava/include/org_ros2_rcljava_client_ClientImpl.h index c59635e0..2a56057f 100644 --- a/rcljava/include/org_ros2_rcljava_client_ClientImpl.h +++ b/rcljava/include/org_ros2_rcljava_client_ClientImpl.h @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_contexts_ContextImpl.h b/rcljava/include/org_ros2_rcljava_contexts_ContextImpl.h index 049891d6..6b1e5537 100644 --- a/rcljava/include/org_ros2_rcljava_contexts_ContextImpl.h +++ b/rcljava/include/org_ros2_rcljava_contexts_ContextImpl.h @@ -1,4 +1,4 @@ -// Copyright 2019 Open Source Robotics Foundation, Inc. +// Copyright 2019 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_executors_BaseExecutor.h b/rcljava/include/org_ros2_rcljava_executors_BaseExecutor.h index c94a7959..56e91959 100644 --- a/rcljava/include/org_ros2_rcljava_executors_BaseExecutor.h +++ b/rcljava/include/org_ros2_rcljava_executors_BaseExecutor.h @@ -1,4 +1,4 @@ -// Copyright 2017-2018 Esteve Fernandez +// Copyright 2017-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_node_NodeImpl.h b/rcljava/include/org_ros2_rcljava_node_NodeImpl.h index 181c0c30..86539a4d 100644 --- a/rcljava/include/org_ros2_rcljava_node_NodeImpl.h +++ b/rcljava/include/org_ros2_rcljava_node_NodeImpl.h @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_publisher_PublisherImpl.h b/rcljava/include/org_ros2_rcljava_publisher_PublisherImpl.h index befe7447..72f1533e 100644 --- a/rcljava/include/org_ros2_rcljava_publisher_PublisherImpl.h +++ b/rcljava/include/org_ros2_rcljava_publisher_PublisherImpl.h @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_service_ServiceImpl.h b/rcljava/include/org_ros2_rcljava_service_ServiceImpl.h index d83cf74c..b97a4c02 100644 --- a/rcljava/include/org_ros2_rcljava_service_ServiceImpl.h +++ b/rcljava/include/org_ros2_rcljava_service_ServiceImpl.h @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_subscription_SubscriptionImpl.h b/rcljava/include/org_ros2_rcljava_subscription_SubscriptionImpl.h index afb3456c..5435114c 100644 --- a/rcljava/include/org_ros2_rcljava_subscription_SubscriptionImpl.h +++ b/rcljava/include/org_ros2_rcljava_subscription_SubscriptionImpl.h @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_time_Clock.h b/rcljava/include/org_ros2_rcljava_time_Clock.h index 430ca4b0..6420c72d 100644 --- a/rcljava/include/org_ros2_rcljava_time_Clock.h +++ b/rcljava/include/org_ros2_rcljava_time_Clock.h @@ -1,4 +1,4 @@ -// Copyright 2019 Open Source Robotics Foundation, Inc. +// Copyright 2019 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/include/org_ros2_rcljava_timer_WallTimerImpl.h b/rcljava/include/org_ros2_rcljava_timer_WallTimerImpl.h index 88c9daeb..8f2f328c 100644 --- a/rcljava/include/org_ros2_rcljava_timer_WallTimerImpl.h +++ b/rcljava/include/org_ros2_rcljava_timer_WallTimerImpl.h @@ -1,4 +1,4 @@ -// Copyright 2017-2018 Esteve Fernandez +// Copyright 2017-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_RCLJava.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_RCLJava.cpp index d4251ee6..57e2906f 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_RCLJava.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_RCLJava.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_Time.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_Time.cpp index fcd332a2..b71e3811 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_Time.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_Time.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2018 Esteve Fernandez +// Copyright 2017-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_client_ClientImpl.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_client_ClientImpl.cpp index 0455c306..79eb45c3 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_client_ClientImpl.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_client_ClientImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_contexts_ContextImpl.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_contexts_ContextImpl.cpp index 8f70afad..5f61650e 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_contexts_ContextImpl.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_contexts_ContextImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 2019 Open Source Robotics Foundation, Inc. +// Copyright 2019 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_executors_BaseExecutor.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_executors_BaseExecutor.cpp index e87daaa4..e0a64054 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_executors_BaseExecutor.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_executors_BaseExecutor.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2018 Esteve Fernandez +// Copyright 2017-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_node_NodeImpl.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_node_NodeImpl.cpp index 8df9b5b9..3448c4a7 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_node_NodeImpl.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_node_NodeImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_publisher_PublisherImpl.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_publisher_PublisherImpl.cpp index 6cef82c2..5788323c 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_publisher_PublisherImpl.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_publisher_PublisherImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_service_ServiceImpl.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_service_ServiceImpl.cpp index f4708f6c..cebb1bea 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_service_ServiceImpl.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_service_ServiceImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_subscription_SubscriptionImpl.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_subscription_SubscriptionImpl.cpp index eedb9242..a6a49671 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_subscription_SubscriptionImpl.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_subscription_SubscriptionImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_time_Clock.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_time_Clock.cpp index 3a4638b2..cffe8f6e 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_time_Clock.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_time_Clock.cpp @@ -1,4 +1,4 @@ -// Copyright 2019 Open Source Robotics Foundation, Inc. +// Copyright 2019 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/cpp/org_ros2_rcljava_timer_WallTimerImpl.cpp b/rcljava/src/main/cpp/org_ros2_rcljava_timer_WallTimerImpl.cpp index 8a7559af..62dfe743 100644 --- a/rcljava/src/main/cpp/org_ros2_rcljava_timer_WallTimerImpl.cpp +++ b/rcljava/src/main/cpp/org_ros2_rcljava_timer_WallTimerImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2018 Esteve Fernandez +// Copyright 2017-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/RCLJava.java b/rcljava/src/main/java/org/ros2/rcljava/RCLJava.java index ef58b7ae..d4c6e0b4 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/RCLJava.java +++ b/rcljava/src/main/java/org/ros2/rcljava/RCLJava.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/Time.java b/rcljava/src/main/java/org/ros2/rcljava/Time.java index 4bca10af..10ba6535 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/Time.java +++ b/rcljava/src/main/java/org/ros2/rcljava/Time.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/client/Client.java b/rcljava/src/main/java/org/ros2/rcljava/client/Client.java index 774ecec6..7d5d0008 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/client/Client.java +++ b/rcljava/src/main/java/org/ros2/rcljava/client/Client.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/client/ClientImpl.java b/rcljava/src/main/java/org/ros2/rcljava/client/ClientImpl.java index 076b99cc..988e4827 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/client/ClientImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/client/ClientImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/concurrent/Callback.java b/rcljava/src/main/java/org/ros2/rcljava/concurrent/Callback.java index f003064c..c0303677 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/concurrent/Callback.java +++ b/rcljava/src/main/java/org/ros2/rcljava/concurrent/Callback.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/concurrent/RCLFuture.java b/rcljava/src/main/java/org/ros2/rcljava/concurrent/RCLFuture.java index 1ac88b55..ef4c3120 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/concurrent/RCLFuture.java +++ b/rcljava/src/main/java/org/ros2/rcljava/concurrent/RCLFuture.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/consumers/BiConsumer.java b/rcljava/src/main/java/org/ros2/rcljava/consumers/BiConsumer.java index 3551355c..bbaf6942 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/consumers/BiConsumer.java +++ b/rcljava/src/main/java/org/ros2/rcljava/consumers/BiConsumer.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/consumers/Consumer.java b/rcljava/src/main/java/org/ros2/rcljava/consumers/Consumer.java index 023b6b47..c1c43e90 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/consumers/Consumer.java +++ b/rcljava/src/main/java/org/ros2/rcljava/consumers/Consumer.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/consumers/TriConsumer.java b/rcljava/src/main/java/org/ros2/rcljava/consumers/TriConsumer.java index 57a392cf..0b86144a 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/consumers/TriConsumer.java +++ b/rcljava/src/main/java/org/ros2/rcljava/consumers/TriConsumer.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/contexts/Context.java b/rcljava/src/main/java/org/ros2/rcljava/contexts/Context.java index 717eea77..c1ce4011 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/contexts/Context.java +++ b/rcljava/src/main/java/org/ros2/rcljava/contexts/Context.java @@ -1,4 +1,4 @@ -/* Copyright 2019 Open Source Robotics Foundation, Inc. +/* Copyright 2019 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/contexts/ContextImpl.java b/rcljava/src/main/java/org/ros2/rcljava/contexts/ContextImpl.java index 3d6bf9f0..40c36b8e 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/contexts/ContextImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/contexts/ContextImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2019 Open Source Robotics Foundation, Inc. +/* Copyright 2019 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/executors/AnyExecutable.java b/rcljava/src/main/java/org/ros2/rcljava/executors/AnyExecutable.java index f6ce97b9..455f831c 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/executors/AnyExecutable.java +++ b/rcljava/src/main/java/org/ros2/rcljava/executors/AnyExecutable.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/executors/BaseExecutor.java b/rcljava/src/main/java/org/ros2/rcljava/executors/BaseExecutor.java index 536e417b..62896763 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/executors/BaseExecutor.java +++ b/rcljava/src/main/java/org/ros2/rcljava/executors/BaseExecutor.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/executors/Executor.java b/rcljava/src/main/java/org/ros2/rcljava/executors/Executor.java index ab755d3b..a47130f0 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/executors/Executor.java +++ b/rcljava/src/main/java/org/ros2/rcljava/executors/Executor.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/executors/MultiThreadedExecutor.java b/rcljava/src/main/java/org/ros2/rcljava/executors/MultiThreadedExecutor.java index 8a8be49b..790a1242 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/executors/MultiThreadedExecutor.java +++ b/rcljava/src/main/java/org/ros2/rcljava/executors/MultiThreadedExecutor.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/executors/SingleThreadedExecutor.java b/rcljava/src/main/java/org/ros2/rcljava/executors/SingleThreadedExecutor.java index 483753d3..969bc610 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/executors/SingleThreadedExecutor.java +++ b/rcljava/src/main/java/org/ros2/rcljava/executors/SingleThreadedExecutor.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/node/BaseComposableNode.java b/rcljava/src/main/java/org/ros2/rcljava/node/BaseComposableNode.java index 271a746c..e8d1e365 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/node/BaseComposableNode.java +++ b/rcljava/src/main/java/org/ros2/rcljava/node/BaseComposableNode.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/node/ComposableNode.java b/rcljava/src/main/java/org/ros2/rcljava/node/ComposableNode.java index ba2ea486..dd1938c8 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/node/ComposableNode.java +++ b/rcljava/src/main/java/org/ros2/rcljava/node/ComposableNode.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/node/Node.java b/rcljava/src/main/java/org/ros2/rcljava/node/Node.java index 0a3ba7ad..5077c0f8 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/node/Node.java +++ b/rcljava/src/main/java/org/ros2/rcljava/node/Node.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/node/NodeImpl.java b/rcljava/src/main/java/org/ros2/rcljava/node/NodeImpl.java index 68018fa8..4d7a7233 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/node/NodeImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/node/NodeImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/package-info.java b/rcljava/src/main/java/org/ros2/rcljava/package-info.java index e76fe1ea..12db577a 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/package-info.java +++ b/rcljava/src/main/java/org/ros2/rcljava/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterNames.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterNames.java index db899443..e429f1d9 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterNames.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterNames.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,4 +24,4 @@ public class ParameterNames { public static final String SET_PARAMETERS_ATOMICALLY = "set_parameters_atomically"; private ParameterNames() {} -} \ No newline at end of file +} diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterType.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterType.java index 9a56e8c7..7376a0c6 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterType.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterType.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,4 +43,4 @@ public static ParameterType fromByte(final byte code) { } return null; } -} \ No newline at end of file +} diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterVariant.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterVariant.java index aa274fb9..ad3b7e64 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterVariant.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/ParameterVariant.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -194,4 +194,4 @@ public static ParameterVariant fromParameter(final rcl_interfaces.msg.Parameter "Unexpected type from ParameterVariant: " + parameter.getValue().getType()); } } -} \ No newline at end of file +} diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClient.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClient.java index 5a7a74e7..caea0ea3 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClient.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClient.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,4 +59,4 @@ public Future> describeParameters( public Future> describeParameters( final List names, final Consumer>> callback); -} \ No newline at end of file +} diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClientImpl.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClientImpl.java index 6d60c226..b3a85be9 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClientImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/AsyncParametersClientImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClient.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClient.java index eaafbe4f..9ad86859 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClient.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClient.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,4 +43,4 @@ public rcl_interfaces.msg.ListParametersResult listParameters(final List public List describeParameters( final List names) throws InterruptedException, ExecutionException; -} \ No newline at end of file +} diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClientImpl.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClientImpl.java index d2b4a78f..090d3f66 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClientImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/client/SyncParametersClientImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -171,4 +171,4 @@ public List describeParameters(final Lis return asyncParametersClient.describeParameters(names, null).get(); } } -} \ No newline at end of file +} diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterService.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterService.java index 0be72380..e5b70680 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterService.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterService.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,4 +15,4 @@ package org.ros2.rcljava.parameters.service; -public interface ParameterService {} \ No newline at end of file +public interface ParameterService {} diff --git a/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterServiceImpl.java b/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterServiceImpl.java index b13d8e86..b966c147 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterServiceImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/parameters/service/ParameterServiceImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -149,4 +149,4 @@ public void accept(RMWRequestId rmwRequestId, public ParameterServiceImpl(final Node node) throws NoSuchFieldException, IllegalAccessException { this(node, QoSProfile.PARAMETERS); } -} \ No newline at end of file +} diff --git a/rcljava/src/main/java/org/ros2/rcljava/publisher/Publisher.java b/rcljava/src/main/java/org/ros2/rcljava/publisher/Publisher.java index 0d2427b7..8abda5d9 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/publisher/Publisher.java +++ b/rcljava/src/main/java/org/ros2/rcljava/publisher/Publisher.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/publisher/PublisherImpl.java b/rcljava/src/main/java/org/ros2/rcljava/publisher/PublisherImpl.java index f3fa717b..bb64a127 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/publisher/PublisherImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/publisher/PublisherImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/qos/QoSProfile.java b/rcljava/src/main/java/org/ros2/rcljava/qos/QoSProfile.java index 8b8a4c71..d8498989 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/qos/QoSProfile.java +++ b/rcljava/src/main/java/org/ros2/rcljava/qos/QoSProfile.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Durability.java b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Durability.java index 215602df..d309e70f 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Durability.java +++ b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Durability.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/History.java b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/History.java index 461d13d9..5bcbe644 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/History.java +++ b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/History.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/QoSPolicy.java b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/QoSPolicy.java index c72bd9a9..622cebc6 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/QoSPolicy.java +++ b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/QoSPolicy.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Reliability.java b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Reliability.java index 3764d0bb..22e2c480 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Reliability.java +++ b/rcljava/src/main/java/org/ros2/rcljava/qos/policies/Reliability.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/service/RMWRequestId.java b/rcljava/src/main/java/org/ros2/rcljava/service/RMWRequestId.java index 1201d445..3d5a9767 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/service/RMWRequestId.java +++ b/rcljava/src/main/java/org/ros2/rcljava/service/RMWRequestId.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/service/Service.java b/rcljava/src/main/java/org/ros2/rcljava/service/Service.java index dfde9a09..b6aeba93 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/service/Service.java +++ b/rcljava/src/main/java/org/ros2/rcljava/service/Service.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/service/ServiceImpl.java b/rcljava/src/main/java/org/ros2/rcljava/service/ServiceImpl.java index e45d06ec..168f9aa6 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/service/ServiceImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/service/ServiceImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/subscription/Subscription.java b/rcljava/src/main/java/org/ros2/rcljava/subscription/Subscription.java index c74cc9bd..598ccd11 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/subscription/Subscription.java +++ b/rcljava/src/main/java/org/ros2/rcljava/subscription/Subscription.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/subscription/SubscriptionImpl.java b/rcljava/src/main/java/org/ros2/rcljava/subscription/SubscriptionImpl.java index 47fce59a..975b0dfb 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/subscription/SubscriptionImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/subscription/SubscriptionImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/time/Clock.java b/rcljava/src/main/java/org/ros2/rcljava/time/Clock.java index 69936c33..584134a8 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/time/Clock.java +++ b/rcljava/src/main/java/org/ros2/rcljava/time/Clock.java @@ -1,4 +1,4 @@ -/* Copyright 2019 Open Source Robotics Foundation, Inc. +/* Copyright 2019 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/time/ClockType.java b/rcljava/src/main/java/org/ros2/rcljava/time/ClockType.java index f264925b..774c8f48 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/time/ClockType.java +++ b/rcljava/src/main/java/org/ros2/rcljava/time/ClockType.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/timer/Timer.java b/rcljava/src/main/java/org/ros2/rcljava/timer/Timer.java index 46aa6d43..92cac9cf 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/timer/Timer.java +++ b/rcljava/src/main/java/org/ros2/rcljava/timer/Timer.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimer.java b/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimer.java index f21a96f4..9e4b55ad 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimer.java +++ b/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimer.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimerImpl.java b/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimerImpl.java index 560c4548..7a8f4713 100644 --- a/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimerImpl.java +++ b/rcljava/src/main/java/org/ros2/rcljava/timer/WallTimerImpl.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/RCLJavaTest.java b/rcljava/src/test/java/org/ros2/rcljava/RCLJavaTest.java index dba322cf..cd45312f 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/RCLJavaTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/RCLJavaTest.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/TimeTest.java b/rcljava/src/test/java/org/ros2/rcljava/TimeTest.java index 30b5b96d..2ad0e74d 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/TimeTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/TimeTest.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/client/ClientTest.java b/rcljava/src/test/java/org/ros2/rcljava/client/ClientTest.java index f4724d9b..90415edb 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/client/ClientTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/client/ClientTest.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/node/NodeTest.java b/rcljava/src/test/java/org/ros2/rcljava/node/NodeTest.java index 8dd5aa30..fdfc0bbe 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/node/NodeTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/node/NodeTest.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/parameters/AsyncParametersClientTest.java b/rcljava/src/test/java/org/ros2/rcljava/parameters/AsyncParametersClientTest.java index a458c6a2..1dc29515 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/parameters/AsyncParametersClientTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/parameters/AsyncParametersClientTest.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/parameters/SyncParametersClientTest.java b/rcljava/src/test/java/org/ros2/rcljava/parameters/SyncParametersClientTest.java index 8ec4266a..04872ca7 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/parameters/SyncParametersClientTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/parameters/SyncParametersClientTest.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/publisher/PublisherTest.java b/rcljava/src/test/java/org/ros2/rcljava/publisher/PublisherTest.java index 2ce379fd..fa3f7b6d 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/publisher/PublisherTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/publisher/PublisherTest.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/subscription/SubscriptionTest.java b/rcljava/src/test/java/org/ros2/rcljava/subscription/SubscriptionTest.java index 8c990480..e1dbbf4f 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/subscription/SubscriptionTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/subscription/SubscriptionTest.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava/src/test/java/org/ros2/rcljava/timer/TimerTest.java b/rcljava/src/test/java/org/ros2/rcljava/timer/TimerTest.java index 28378805..a8996d41 100644 --- a/rcljava/src/test/java/org/ros2/rcljava/timer/TimerTest.java +++ b/rcljava/src/test/java/org/ros2/rcljava/timer/TimerTest.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/cmake/Modules/CrossCompilingExtra.cmake b/rcljava_common/cmake/Modules/CrossCompilingExtra.cmake index 1dd3614a..4ddf23e9 100644 --- a/rcljava_common/cmake/Modules/CrossCompilingExtra.cmake +++ b/rcljava_common/cmake/Modules/CrossCompilingExtra.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rcljava_common/cmake/Modules/JavaExtra.cmake b/rcljava_common/cmake/Modules/JavaExtra.cmake index 461aa667..138f222c 100644 --- a/rcljava_common/cmake/Modules/JavaExtra.cmake +++ b/rcljava_common/cmake/Modules/JavaExtra.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rcljava_common/include/rcljava_common/exceptions.hpp b/rcljava_common/include/rcljava_common/exceptions.hpp index 8a148611..c5365e51 100644 --- a/rcljava_common/include/rcljava_common/exceptions.hpp +++ b/rcljava_common/include/rcljava_common/exceptions.hpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava_common/include/rcljava_common/signatures.hpp b/rcljava_common/include/rcljava_common/signatures.hpp index 11576474..50af5984 100644 --- a/rcljava_common/include/rcljava_common/signatures.hpp +++ b/rcljava_common/include/rcljava_common/signatures.hpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava_common/include/rcljava_common/visibility_control.hpp b/rcljava_common/include/rcljava_common/visibility_control.hpp index d4895c85..12dc19a3 100644 --- a/rcljava_common/include/rcljava_common/visibility_control.hpp +++ b/rcljava_common/include/rcljava_common/visibility_control.hpp @@ -1,4 +1,4 @@ -// Copyright 2018 Esteve Fernandez +// Copyright 2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava_common/rcljava_cmake_module-extras.cmake.in b/rcljava_common/rcljava_cmake_module-extras.cmake.in index 4b123d29..e3093c79 100644 --- a/rcljava_common/rcljava_cmake_module-extras.cmake.in +++ b/rcljava_common/rcljava_cmake_module-extras.cmake.in @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/cpp/rcljava_common.cpp b/rcljava_common/src/main/cpp/rcljava_common.cpp index 4fb1797d..028f68df 100644 --- a/rcljava_common/src/main/cpp/rcljava_common.cpp +++ b/rcljava_common/src/main/cpp/rcljava_common.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2018 Esteve Fernandez +// Copyright 2016-2018 the ros2-java contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/common/JNIUtils.java b/rcljava_common/src/main/java/org/ros2/rcljava/common/JNIUtils.java index 58661a7f..f8af1bb6 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/common/JNIUtils.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/common/JNIUtils.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/common/package-info.java b/rcljava_common/src/main/java/org/ros2/rcljava/common/package-info.java index c3a5b1c4..b0a61b02 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/common/package-info.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/common/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLException.java b/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLException.java index 71f869a1..1754b4e4 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLException.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLException.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLReturn.java b/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLReturn.java index 5b297a4e..730ddb67 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLReturn.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/exceptions/RCLReturn.java @@ -1,4 +1,4 @@ -/* Copyright 2017-2018 Esteve Fernandez +/* Copyright 2017-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ActionDefinition.java b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ActionDefinition.java index 9681463b..0b69e785 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ActionDefinition.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ActionDefinition.java @@ -1,4 +1,4 @@ -/* Copyright 2019 Open Source Robotics Foundation, Inc. +/* Copyright 2019 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/Disposable.java b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/Disposable.java index 05ce0a70..75e60a62 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/Disposable.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/Disposable.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/MessageDefinition.java b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/MessageDefinition.java index a5a05dc5..86c2dd09 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/MessageDefinition.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/MessageDefinition.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ServiceDefinition.java b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ServiceDefinition.java index 8e3bf79e..775e6061 100644 --- a/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ServiceDefinition.java +++ b/rcljava_common/src/main/java/org/ros2/rcljava/interfaces/ServiceDefinition.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/rosidl_generator_java/cmake/custom_command.cmake b/rosidl_generator_java/cmake/custom_command.cmake index db7d1cc1..88fc505a 100644 --- a/rosidl_generator_java/cmake/custom_command.cmake +++ b/rosidl_generator_java/cmake/custom_command.cmake @@ -1,4 +1,4 @@ -# Copyright 2017 Esteve Fernandez +# Copyright 2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rosidl_generator_java/cmake/register_java.cmake b/rosidl_generator_java/cmake/register_java.cmake index bcc41108..f1617766 100644 --- a/rosidl_generator_java/cmake/register_java.cmake +++ b/rosidl_generator_java/cmake/register_java.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rosidl_generator_java/cmake/rosidl_generator_java_generate_interfaces.cmake b/rosidl_generator_java/cmake/rosidl_generator_java_generate_interfaces.cmake index 6ca9c9ff..24511a07 100644 --- a/rosidl_generator_java/cmake/rosidl_generator_java_generate_interfaces.cmake +++ b/rosidl_generator_java/cmake/rosidl_generator_java_generate_interfaces.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rosidl_generator_java/cmake/rosidl_generator_java_get_typesupports.cmake b/rosidl_generator_java/cmake/rosidl_generator_java_get_typesupports.cmake index 434bfda0..53dcc2a8 100644 --- a/rosidl_generator_java/cmake/rosidl_generator_java_get_typesupports.cmake +++ b/rosidl_generator_java/cmake/rosidl_generator_java_get_typesupports.cmake @@ -1,4 +1,4 @@ -# Copyright 2016-2017 Open Source Robotics Foundation, Inc. +# Copyright 2016-2017 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rosidl_generator_java/rosidl_generator_java/__init__.py b/rosidl_generator_java/rosidl_generator_java/__init__.py index 32a8e366..b315f03e 100644 --- a/rosidl_generator_java/rosidl_generator_java/__init__.py +++ b/rosidl_generator_java/rosidl_generator_java/__init__.py @@ -1,5 +1,4 @@ -# Copyright 2016-2017 Esteve Fernandez -# Copyright 2019 Open Source Robotics Foundation, Inc. +# Copyright 2016-2019 the ros2-java contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rosidl_generator_java/src/test/java/org/ros2/generator/InterfacesTest.java b/rosidl_generator_java/src/test/java/org/ros2/generator/InterfacesTest.java index 00638e09..010946f2 100644 --- a/rosidl_generator_java/src/test/java/org/ros2/generator/InterfacesTest.java +++ b/rosidl_generator_java/src/test/java/org/ros2/generator/InterfacesTest.java @@ -1,4 +1,4 @@ -/* Copyright 2016-2018 Esteve Fernandez +/* Copyright 2016-2018 the ros2-java contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From e53c2d1342a9095ae00c3bd25450a22c15bcfc43 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Mon, 27 Jul 2020 12:35:36 -0700 Subject: [PATCH 2/2] Update AUTHORS file Added OSRF. Added comment inspired by https://opensource.google/docs/releasing/authors/ Signed-off-by: Jacob Perron --- AUTHORS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AUTHORS b/AUTHORS index eccd2baf..ac8536ad 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,8 @@ +# This is the list of ros2-java's contributors. +# +# This does not necessarily list everyone who has contributed code, +# especially since many employees of one corporation may be contributing. +# To see the full list of contributors, see the revision history in +# source control. Esteve Fernandez https://github.com/esteve +Open Source Robotics Foundation, Inc.