diff --git a/open3d_conversions/CONTRIBUTORS.md b/open3d_conversions/CONTRIBUTORS.md new file mode 100644 index 0000000..4076ff8 --- /dev/null +++ b/open3d_conversions/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +# Contributors + +* Pranay Mathur - @matnay +* Nikhil Khedekar - @nkhedekar diff --git a/open3d_conversions/include/open3d_conversions/open3d_conversions.h b/open3d_conversions/include/open3d_conversions/open3d_conversions.h index 1ea20d3..fc3952c 100644 --- a/open3d_conversions/include/open3d_conversions/open3d_conversions.h +++ b/open3d_conversions/include/open3d_conversions/open3d_conversions.h @@ -1,3 +1,17 @@ +// Copyright 2020 Autonomous Robots Lab, University of Nevada, Reno + +// 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. + #ifndef OPEN3D_CONVERSIONS_HPP_ #define OPEN3D_CONVERSIONS_HPP_ diff --git a/open3d_conversions/src/open3d_conversions.cpp b/open3d_conversions/src/open3d_conversions.cpp index 91f0cfe..efa8b28 100644 --- a/open3d_conversions/src/open3d_conversions.cpp +++ b/open3d_conversions/src/open3d_conversions.cpp @@ -1,3 +1,17 @@ +// Copyright 2020 Autonomous Robots Lab, University of Nevada, Reno + +// 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. + #include "open3d_conversions/open3d_conversions.h" namespace open3d_conversions diff --git a/open3d_conversions/test/test_open3d_conversions.cpp b/open3d_conversions/test/test_open3d_conversions.cpp index 760641f..9548c6f 100644 --- a/open3d_conversions/test/test_open3d_conversions.cpp +++ b/open3d_conversions/test/test_open3d_conversions.cpp @@ -1,3 +1,17 @@ +// Copyright 2020 Autonomous Robots Lab, University of Nevada, Reno + +// 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. + // GTest #include