From 209989a27979f0dde43ea25c4814de2259f23170 Mon Sep 17 00:00:00 2001 From: Hayato Mizushima Date: Mon, 25 Nov 2024 14:51:50 +0900 Subject: [PATCH] fix: replace TierIV with TIER IV Signed-off-by: Hayato Mizushima --- .../driving_log_replayer_v2/obstacle_segmentation.py | 2 +- .../scripts/obstacle_segmentation_evaluator_node.py | 2 +- .../driving_log_replayer_v2_analyzer/__init__.py | 2 +- .../driving_log_replayer_v2_analyzer/__main__.py | 2 +- .../driving_log_replayer_v2_analyzer/analysis/__init__.py | 2 +- .../analysis/obstacle_segmentation.py | 2 +- .../driving_log_replayer_v2_analyzer/config/__init__.py | 2 +- .../config/obstacle_segmentation.py | 2 +- .../driving_log_replayer_v2_analyzer/data/__init__.py | 2 +- .../data/obstacle_segmentation.py | 2 +- .../driving_log_replayer_v2_analyzer/plot/__init__.py | 2 +- .../driving_log_replayer_v2_analyzer/plot/bird_view_plot.py | 2 +- .../driving_log_replayer_v2_analyzer/plot/line_plot.py | 2 +- .../driving_log_replayer_v2_analyzer/plot/scatter_plot.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/driving_log_replayer_v2/driving_log_replayer_v2/obstacle_segmentation.py b/driving_log_replayer_v2/driving_log_replayer_v2/obstacle_segmentation.py index aab367dc..d4cf5e12 100644 --- a/driving_log_replayer_v2/driving_log_replayer_v2/obstacle_segmentation.py +++ b/driving_log_replayer_v2/driving_log_replayer_v2/obstacle_segmentation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2/scripts/obstacle_segmentation_evaluator_node.py b/driving_log_replayer_v2/scripts/obstacle_segmentation_evaluator_node.py index 6b13c7c3..ad2124fd 100755 --- a/driving_log_replayer_v2/scripts/obstacle_segmentation_evaluator_node.py +++ b/driving_log_replayer_v2/scripts/obstacle_segmentation_evaluator_node.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__init__.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__init__.py index d10c8120..952a1b01 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__init__.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__main__.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__main__.py index 0e73206f..68c2ea55 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__main__.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/__init__.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/__init__.py index 3d5aafcb..f1917d33 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/__init__.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/obstacle_segmentation.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/obstacle_segmentation.py index d43042ff..11485bca 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/obstacle_segmentation.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/analysis/obstacle_segmentation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/__init__.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/__init__.py index c94a0172..708bfb94 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/__init__.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/obstacle_segmentation.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/obstacle_segmentation.py index 4cc23f89..d073e6e8 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/obstacle_segmentation.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/config/obstacle_segmentation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/__init__.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/__init__.py index 7ab859a6..307ff91b 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/__init__.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/obstacle_segmentation.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/obstacle_segmentation.py index 3fcf619c..606078cc 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/obstacle_segmentation.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/data/obstacle_segmentation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/__init__.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/__init__.py index dc705059..fde2924f 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/__init__.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/bird_view_plot.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/bird_view_plot.py index e971caea..a12bb16e 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/bird_view_plot.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/bird_view_plot.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/line_plot.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/line_plot.py index 56aba20c..6fa2d975 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/line_plot.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/line_plot.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # 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/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/scatter_plot.py b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/scatter_plot.py index 8d4733b4..b409b4c2 100644 --- a/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/scatter_plot.py +++ b/driving_log_replayer_v2_analyzer/driving_log_replayer_v2_analyzer/plot/scatter_plot.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 TierIV.inc +# Copyright (c) 2022 TIER IV.inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.