From 85778f43230295dea934a105e8587f5fa76f1916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Sat, 28 Dec 2024 18:23:24 +0100 Subject: [PATCH] fixing license comments --- yolo_bringup/launch/yolo-nas.launch.py | 2 +- yolo_bringup/launch/yolo-world.launch.py | 2 +- yolo_bringup/launch/yolo.launch.py | 2 +- yolo_bringup/launch/yolov10.launch.py | 2 +- yolo_bringup/launch/yolov11.launch.py | 2 +- yolo_bringup/launch/yolov5.launch.py | 2 +- yolo_bringup/launch/yolov8.launch.py | 2 +- yolo_bringup/launch/yolov9.launch.py | 2 +- yolo_ros/yolo_ros/debug_node.py | 2 +- yolo_ros/yolo_ros/detect_3d_node.py | 2 +- yolo_ros/yolo_ros/tracking_node.py | 2 +- yolo_ros/yolo_ros/yolo_node.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/yolo_bringup/launch/yolo-nas.launch.py b/yolo_bringup/launch/yolo-nas.launch.py index f796cdc..08b03ee 100644 --- a/yolo_bringup/launch/yolo-nas.launch.py +++ b/yolo_bringup/launch/yolo-nas.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_bringup/launch/yolo-world.launch.py b/yolo_bringup/launch/yolo-world.launch.py index 908b25e..8ddb9c5 100644 --- a/yolo_bringup/launch/yolo-world.launch.py +++ b/yolo_bringup/launch/yolo-world.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_bringup/launch/yolo.launch.py b/yolo_bringup/launch/yolo.launch.py index af10543..96cea05 100644 --- a/yolo_bringup/launch/yolo.launch.py +++ b/yolo_bringup/launch/yolo.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_bringup/launch/yolov10.launch.py b/yolo_bringup/launch/yolov10.launch.py index 7ac321e..c314b3d 100644 --- a/yolo_bringup/launch/yolov10.launch.py +++ b/yolo_bringup/launch/yolov10.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_bringup/launch/yolov11.launch.py b/yolo_bringup/launch/yolov11.launch.py index fd45a42..731251f 100644 --- a/yolo_bringup/launch/yolov11.launch.py +++ b/yolo_bringup/launch/yolov11.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 Miguel Ángel González Santamarta +# Copyright (C) 2024 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_bringup/launch/yolov5.launch.py b/yolo_bringup/launch/yolov5.launch.py index 92bce78..5888bae 100644 --- a/yolo_bringup/launch/yolov5.launch.py +++ b/yolo_bringup/launch/yolov5.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2024 Miguel Ángel González Santamarta +# Copyright (C) 2024 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_bringup/launch/yolov8.launch.py b/yolo_bringup/launch/yolov8.launch.py index 485c6e9..21b135e 100644 --- a/yolo_bringup/launch/yolov8.launch.py +++ b/yolo_bringup/launch/yolov8.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_bringup/launch/yolov9.launch.py b/yolo_bringup/launch/yolov9.launch.py index dda8237..a1b32f4 100644 --- a/yolo_bringup/launch/yolov9.launch.py +++ b/yolo_bringup/launch/yolov9.launch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_ros/yolo_ros/debug_node.py b/yolo_ros/yolo_ros/debug_node.py index 87d5559..7c380a8 100644 --- a/yolo_ros/yolo_ros/debug_node.py +++ b/yolo_ros/yolo_ros/debug_node.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_ros/yolo_ros/detect_3d_node.py b/yolo_ros/yolo_ros/detect_3d_node.py index d600734..1614c52 100644 --- a/yolo_ros/yolo_ros/detect_3d_node.py +++ b/yolo_ros/yolo_ros/detect_3d_node.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_ros/yolo_ros/tracking_node.py b/yolo_ros/yolo_ros/tracking_node.py index 2c0c44b..25ebdb4 100644 --- a/yolo_ros/yolo_ros/tracking_node.py +++ b/yolo_ros/yolo_ros/tracking_node.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/yolo_ros/yolo_ros/yolo_node.py b/yolo_ros/yolo_ros/yolo_node.py index 292929d..dacd11e 100644 --- a/yolo_ros/yolo_ros/yolo_node.py +++ b/yolo_ros/yolo_ros/yolo_node.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Miguel Ángel González Santamarta +# Copyright (C) 2023 Miguel Ángel González Santamarta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by