From 03860dbb0ae48e701e7ee3ff3f93ff1ec649ed6a Mon Sep 17 00:00:00 2001 From: VishGit1234 Date: Sun, 17 Nov 2024 02:11:36 +0000 Subject: [PATCH] fix contributing.md --- docker/infrastructure/foxglove/foxglove.Dockerfile | 3 ++- src/wato_msgs/simulation/mit_contributing.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/wato_msgs/simulation/mit_contributing.txt diff --git a/docker/infrastructure/foxglove/foxglove.Dockerfile b/docker/infrastructure/foxglove/foxglove.Dockerfile index a8d95176..9a5667ae 100644 --- a/docker/infrastructure/foxglove/foxglove.Dockerfile +++ b/docker/infrastructure/foxglove/foxglove.Dockerfile @@ -10,7 +10,8 @@ COPY src/wato_msgs wato_msgs # Copy in CARLA messages RUN git clone --depth 1 https://github.com/carla-simulator/ros-carla-msgs.git --branch 1.3.0 -RUN rm ${AMENT_WS}/src/ros-carla-msgs/CONTRIBUTING.md +# Update CONTRIBUTING.md to pass ament_copyright test +COPY src/wato_msgs/simulation/mit_contributing.txt ${AMENT_WS}/src/ros-carla-msgs/CONTRIBUTING.md # Scan for rosdeps RUN apt-get -qq update && rosdep update && \ diff --git a/src/wato_msgs/simulation/mit_contributing.txt b/src/wato_msgs/simulation/mit_contributing.txt new file mode 100644 index 00000000..9eee72fe --- /dev/null +++ b/src/wato_msgs/simulation/mit_contributing.txt @@ -0,0 +1,3 @@ +Any contribution that you make to this repository will +be under the MIT license, as dictated by that +[license](https://opensource.org/licenses/MIT).