From 21946942e3646d3b8290ca4819476022336b0558 Mon Sep 17 00:00:00 2001 From: Martin Idel Date: Thu, 15 Mar 2018 11:37:42 +0100 Subject: [PATCH] Add Copyright --- include/laser_geometry/laser_geometry.hpp | 1 + src/laser_geometry.cpp | 1 + test/projection_test.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/include/laser_geometry/laser_geometry.hpp b/include/laser_geometry/laser_geometry.hpp index 6859c47..d28ac02 100644 --- a/include/laser_geometry/laser_geometry.hpp +++ b/include/laser_geometry/laser_geometry.hpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2008, Willow Garage, Inc. + * Copyright (c) 2018, Bosch Software Innovations GmbH. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/laser_geometry.cpp b/src/laser_geometry.cpp index 8085613..948b37c 100644 --- a/src/laser_geometry.cpp +++ b/src/laser_geometry.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2008, Willow Garage, Inc. + * Copyright (c) 2018, Bosch Software Innovations GmbH. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/projection_test.cpp b/test/projection_test.cpp index 9d450c5..62939a7 100644 --- a/test/projection_test.cpp +++ b/test/projection_test.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2008, Willow Garage, Inc. + * Copyright (c) 2018, Bosch Software Innovations GmbH. * All rights reserved. * * Redistribution and use in source and binary forms, with or without