diff --git a/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.cpp b/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.cpp index 16ab1ded90c..4202aca3bf5 100644 --- a/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.cpp +++ b/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.cpp @@ -1,4 +1,18 @@ /********************************************************************* +* Copyright 2015-2019 Autoware Foundation +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +********************************************************************** * Software License Agreement (BSD License) * * Copyright (c) 2008, Willow Garage, Inc. @@ -30,7 +44,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. -********************************************************************/ +*********************************************************************/ #include "recorder.h" diff --git a/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.h b/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.h index ea719db9db8..49cbb4d6509 100644 --- a/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.h +++ b/ros/src/util/packages/autoware_rviz_plugins/rosbag_controller/src/core/recorder.h @@ -1,4 +1,18 @@ /********************************************************************* +* Copyright 2015-2019 Autoware Foundation +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +********************************************************************** * Software License Agreement (BSD License) * * Copyright (c) 2008, Willow Garage, Inc.