From 499674f9eff643cd4ece6a9fa9eea2f7d02adf41 Mon Sep 17 00:00:00 2001 From: Rhys Mainwaring Date: Tue, 30 Apr 2024 14:27:53 +0100 Subject: [PATCH] Update copyright notice Signed-off-by: Rhys Mainwaring --- python/gz_service_info.py | 2 +- python/gz_service_list.py | 2 +- python/gz_topic_echo.py | 2 +- python/gz_topic_info.py | 2 +- python/gz_topic_list.py | 2 +- python/import_check.py | 2 +- python/msgs_example.py | 2 +- python/pub_all_msg_types.py | 2 +- python/publisher.py | 2 +- python/rover_publisher.py | 2 +- python/rover_subscriber.py | 2 +- python/subscriber.py | 2 +- python/transport_example.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python/gz_service_info.py b/python/gz_service_info.py index 96c9ed1..43a771c 100755 --- a/python/gz_service_info.py +++ b/python/gz_service_info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/gz_service_list.py b/python/gz_service_list.py index 7c994dc..b93d1ca 100755 --- a/python/gz_service_list.py +++ b/python/gz_service_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/gz_topic_echo.py b/python/gz_topic_echo.py index 463b3e1..0a55527 100755 --- a/python/gz_topic_echo.py +++ b/python/gz_topic_echo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/gz_topic_info.py b/python/gz_topic_info.py index 535c847..f3d1c59 100755 --- a/python/gz_topic_info.py +++ b/python/gz_topic_info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/gz_topic_list.py b/python/gz_topic_list.py index 41e64c0..6e7ed43 100755 --- a/python/gz_topic_list.py +++ b/python/gz_topic_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/import_check.py b/python/import_check.py index 9b6ee89..a16aa8d 100755 --- a/python/import_check.py +++ b/python/import_check.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/msgs_example.py b/python/msgs_example.py index ce04756..e22ae61 100755 --- a/python/msgs_example.py +++ b/python/msgs_example.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/pub_all_msg_types.py b/python/pub_all_msg_types.py index 9f0a87c..ff40ab3 100755 --- a/python/pub_all_msg_types.py +++ b/python/pub_all_msg_types.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/publisher.py b/python/publisher.py index a16c421..74e8733 100755 --- a/python/publisher.py +++ b/python/publisher.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/rover_publisher.py b/python/rover_publisher.py index 1269b67..526fcd7 100755 --- a/python/rover_publisher.py +++ b/python/rover_publisher.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/rover_subscriber.py b/python/rover_subscriber.py index 8561580..9f2287b 100755 --- a/python/rover_subscriber.py +++ b/python/rover_subscriber.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/subscriber.py b/python/subscriber.py index 1c54b51..eb864bc 100755 --- a/python/subscriber.py +++ b/python/subscriber.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License. diff --git a/python/transport_example.py b/python/transport_example.py index fd72ae3..3e74454 100755 --- a/python/transport_example.py +++ b/python/transport_example.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2022 Rhys Mainwaring +# Copyright (C) 2022-2024 Rhys Mainwaring # # Licensed under the Apache License, Version 2.0 (the "License") # you may not use this file except in compliance with the License.