Skip to content

Commit

Permalink
Changing license
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Miguel <[email protected]>
  • Loading branch information
jmguerreroh committed Jun 5, 2024
1 parent c6474f0 commit 0469970
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 487 deletions.
448 changes: 21 additions & 427 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,17 @@ mv /usr/local/lib/cmake/opencv4 /usr/local/lib/cmake/oldopencv4

## About

This is a project made by [José Miguel Guerrero], Associate Professor at [Universidad Rey Juan Carlos].
This project was made by [José Miguel Guerrero], Associate Professor at [Universidad Rey Juan Carlos].

Copyright &copy; 2024.

[![Twitter](https://img.shields.io/badge/follow-@jm__guerrero-green.svg)](https://twitter.com/jm__guerrero)

## License

Shield:
This work is licensed under the terms of the [MIT license](https://opensource.org/license/mit).

[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]

This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].

[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]

[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[Universidad Rey Juan Carlos]: https://www.urjc.es/
[José Miguel Guerrero]: https://sites.google.com/view/jmguerrero
15 changes: 3 additions & 12 deletions include/computer_vision/CVSubscriber.hpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/*
Copyright (c) 2023 José Miguel Guerrero Hernández
Copyright (c) 2024 José Miguel Guerrero Hernández
Licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://creativecommons.org/licenses/by-sa/4.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.
This file is licensed under the terms of the MIT license.
See the LICENSE file in the root of this repository
*/

#ifndef INCLUDE_COMPUTER_VISION__CVSUBSCRIBER_HPP_
Expand Down
13 changes: 2 additions & 11 deletions launch/cv.launch.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# Copyright (c) 2023 José Miguel Guerrero Hernández
#
# Licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License;
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://creativecommons.org/licenses/by-sa/4.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.
# This file is licensed under the terms of the MIT license.
# See the LICENSE file in the root of this repository.

from launch import LaunchDescription
from launch_ros.actions import Node
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.0.0</version>
<description>This packages contains OpenCV and PCL examples for ROS2</description>
<maintainer email="[email protected]">Jose Miguel Guerrero Hernandez</maintainer>
<license>Creative Commons Attribution-ShareAlike 4.0 International License.</license>
<license>MIT License</license>
<buildtool_depend>ament_cmake</buildtool_depend>

<depend>rclcpp</depend>
Expand Down
15 changes: 3 additions & 12 deletions src/computer_vision/CVSubscriber.cpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/*
Copyright (c) 2023 José Miguel Guerrero Hernández
Copyright (c) 2024 José Miguel Guerrero Hernández
Licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://creativecommons.org/licenses/by-sa/4.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.
This file is licensed under the terms of the MIT license.
See the LICENSE file in the root of this repository
*/

#include "computer_vision/CVSubscriber.hpp"
Expand Down
15 changes: 3 additions & 12 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/*
Copyright (c) 2023 José Miguel Guerrero Hernández
Copyright (c) 2024 José Miguel Guerrero Hernández
Licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://creativecommons.org/licenses/by-sa/4.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.
This file is licensed under the terms of the MIT license.
See the LICENSE file in the root of this repository
*/

#include "computer_vision/CVSubscriber.hpp"
Expand Down

0 comments on commit 0469970

Please sign in to comment.