From 5d72b4178f47f6eccd0c93bf326d3403f0f51d8f Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 22 Jan 2018 16:42:10 +0100 Subject: [PATCH] Update license --- LICENSE | 2 +- PythonClient/carla/benchmarks/agent.py | 2 +- PythonClient/carla/benchmarks/benchmark.py | 2 +- PythonClient/carla/benchmarks/corl_2017.py | 2 +- PythonClient/carla/benchmarks/experiment.py | 5 +++++ PythonClient/carla/benchmarks/metrics.py | 2 +- PythonClient/carla/client.py | 2 +- PythonClient/carla/image_converter.py | 2 +- PythonClient/carla/planner/astar.py | 6 ++++++ PythonClient/carla/planner/city_track.py | 6 ++++++ PythonClient/carla/planner/converter.py | 6 ++++++ PythonClient/carla/planner/graph.py | 6 ++++++ PythonClient/carla/planner/grid.py | 6 ++++++ PythonClient/carla/planner/map.py | 2 +- PythonClient/carla/planner/planner.py | 6 ++++++ PythonClient/carla/sensor.py | 2 +- PythonClient/carla/settings.py | 2 +- PythonClient/carla/tcp.py | 2 +- PythonClient/carla/util.py | 2 +- PythonClient/client_example.py | 2 +- PythonClient/manual_control.py | 2 +- PythonClient/run_benchmark.py | 2 +- PythonClient/test/console.py | 2 +- PythonClient/test/test_client.py | 2 +- PythonClient/test/test_suite.py | 2 +- PythonClient/test/unit_tests/Basic.py | 2 +- PythonClient/test/unit_tests/__init__.py | 2 +- Unreal/CarlaUE4/Config/DefaultGame.ini | 2 +- .../Carla/Source/Carla/AI/CarlaWheeledVehicleState.h | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.cpp | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.h | 2 +- .../Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp | 2 +- .../Plugins/Carla/Source/Carla/AI/TrafficLightBase.h | 2 +- .../Plugins/Carla/Source/Carla/AI/TrafficLightState.h | 2 +- .../Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp | 2 +- .../Plugins/Carla/Source/Carla/AI/TrafficSignBase.h | 2 +- .../Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp | 2 +- .../Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h | 2 +- .../Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp | 2 +- .../Plugins/Carla/Source/Carla/AI/WalkerAIController.h | 2 +- .../Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h | 2 +- .../Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp | 2 +- .../Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h | 2 +- .../Carla/Source/Carla/AI/WheeledVehicleAIController.cpp | 2 +- .../Carla/Source/Carla/AI/WheeledVehicleAIController.h | 2 +- .../Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp | 2 +- .../Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h | 2 +- .../Plugins/Carla/Source/Carla/CityMapGenerator.cpp | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h | 2 +- .../Plugins/Carla/Source/Carla/Game/CapturedImage.h | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameController.h | 2 +- .../Carla/Source/Carla/Game/CarlaGameControllerBase.h | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaGameState.h | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h | 2 +- .../Plugins/Carla/Source/Carla/Game/CarlaServer.cpp | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h | 2 +- .../Carla/Source/Carla/Game/CarlaVehicleController.cpp | 2 +- .../Carla/Source/Carla/Game/CarlaVehicleController.h | 2 +- .../Plugins/Carla/Source/Carla/Game/MockGameController.cpp | 2 +- .../Plugins/Carla/Source/Carla/Game/MockGameController.h | 2 +- .../Carla/Source/Carla/Game/MockGameControllerSettings.h | 2 +- .../Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp | 2 +- .../Plugins/Carla/Source/Carla/Game/TaggerDelegate.h | 2 +- .../Carla/Source/Carla/Game/WheeledVehicleController.cpp | 2 +- .../Carla/Source/Carla/Game/WheeledVehicleController.h | 2 +- .../Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h | 2 +- .../Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h | 2 +- .../Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp | 2 +- .../Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h | 2 +- .../Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp | 2 +- .../Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h | 2 +- .../Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp | 2 +- .../Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h | 2 +- .../Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp | 2 +- .../Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h | 2 +- .../Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp | 2 +- .../Plugins/Carla/Source/Carla/MapGen/GraphParser.h | 2 +- .../Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h | 2 +- .../Carla/Source/Carla/MapGen/RoadSegmentDescription.h | 2 +- .../Carla/Source/Carla/MapGen/StaticMeshCollection.cpp | 2 +- .../Carla/Source/Carla/MapGen/StaticMeshCollection.h | 2 +- .../Plugins/Carla/Source/Carla/RoadIntersection.cpp | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h | 2 +- .../Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp | 2 +- .../Plugins/Carla/Source/Carla/SceneCaptureCamera.h | 2 +- .../Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp | 2 +- .../Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h | 2 +- .../Plugins/Carla/Source/Carla/Settings/CameraDescription.h | 2 +- .../Source/Carla/Settings/CameraPostProcessParameters.h | 2 +- .../Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp | 2 +- .../Plugins/Carla/Source/Carla/Settings/CarlaSettings.h | 2 +- .../Carla/Source/Carla/Settings/PostProcessEffect.cpp | 2 +- .../Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h | 2 +- .../Carla/Source/Carla/Settings/WeatherDescription.cpp | 2 +- .../Carla/Source/Carla/Settings/WeatherDescription.h | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h | 2 +- .../Carla/Source/Carla/Util/ActorWithRandomEngine.cpp | 2 +- .../Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h | 2 +- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h | 2 +- .../Plugins/Carla/Source/Carla/Util/RandomEngine.cpp | 2 +- .../CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h | 2 +- Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp | 2 +- Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h | 2 +- Util/CarlaServer/include/carla/carla_server.h | 2 +- Util/CarlaServer/source/carla/ArrayView.h | 2 +- Util/CarlaServer/source/carla/Debug.h | 2 +- Util/CarlaServer/source/carla/Logging.h | 2 +- Util/CarlaServer/source/carla/NonCopyable.h | 2 +- Util/CarlaServer/source/carla/Profiler.h | 2 +- Util/CarlaServer/source/carla/StopWatch.h | 2 +- Util/CarlaServer/source/carla/server/AgentServer.cpp | 2 +- Util/CarlaServer/source/carla/server/AgentServer.h | 2 +- Util/CarlaServer/source/carla/server/AsyncServer.h | 2 +- Util/CarlaServer/source/carla/server/AsyncService.cpp | 2 +- Util/CarlaServer/source/carla/server/AsyncService.h | 2 +- Util/CarlaServer/source/carla/server/CarlaEncoder.cpp | 2 +- Util/CarlaServer/source/carla/server/CarlaEncoder.h | 2 +- Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp | 2 +- Util/CarlaServer/source/carla/server/CarlaMeasurements.h | 2 +- Util/CarlaServer/source/carla/server/CarlaServer.cpp | 2 +- Util/CarlaServer/source/carla/server/CarlaServer.h | 2 +- Util/CarlaServer/source/carla/server/CarlaServerAPI.h | 2 +- Util/CarlaServer/source/carla/server/DoubleBuffer.h | 2 +- Util/CarlaServer/source/carla/server/EncoderServer.h | 2 +- Util/CarlaServer/source/carla/server/Future.h | 2 +- Util/CarlaServer/source/carla/server/ImagesMessage.cpp | 2 +- Util/CarlaServer/source/carla/server/ImagesMessage.h | 2 +- Util/CarlaServer/source/carla/server/MeasurementsMessage.h | 2 +- Util/CarlaServer/source/carla/server/Protobuf.cpp | 2 +- Util/CarlaServer/source/carla/server/Protobuf.h | 2 +- Util/CarlaServer/source/carla/server/RequestNewEpisode.h | 2 +- Util/CarlaServer/source/carla/server/ServerTraits.h | 2 +- Util/CarlaServer/source/carla/server/TCPServer.cpp | 2 +- Util/CarlaServer/source/carla/server/TCPServer.h | 2 +- Util/CarlaServer/source/carla/server/Task.h | 2 +- Util/CarlaServer/source/carla/server/ThreadSafeQueue.h | 2 +- Util/CarlaServer/source/carla/server/WorldServer.cpp | 2 +- Util/CarlaServer/source/carla/server/WorldServer.h | 2 +- Util/ImageConverter/depth_pixel_converter.h | 2 +- Util/ImageConverter/image_converter.h | 2 +- Util/ImageConverter/image_converter_types.h | 2 +- Util/ImageConverter/image_io.h | 2 +- Util/ImageConverter/label_pixel_converter.h | 2 +- Util/ImageConverter/main.cpp | 2 +- Util/Proto/carla_server.proto | 2 +- Util/download_from_gdrive.py | 2 +- 165 files changed, 199 insertions(+), 158 deletions(-) diff --git a/LICENSE b/LICENSE index 1fdfb2a5e..fa5e6b50b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -Barcelona (UAB), and the INTEL Visual Computing Lab. +Barcelona (UAB). Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/PythonClient/carla/benchmarks/agent.py b/PythonClient/carla/benchmarks/agent.py index c71f4c1db..8f58ab372 100644 --- a/PythonClient/carla/benchmarks/agent.py +++ b/PythonClient/carla/benchmarks/agent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/benchmarks/benchmark.py b/PythonClient/carla/benchmarks/benchmark.py index 672e4f0f7..2e6f3a164 100644 --- a/PythonClient/carla/benchmarks/benchmark.py +++ b/PythonClient/carla/benchmarks/benchmark.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/benchmarks/corl_2017.py b/PythonClient/carla/benchmarks/corl_2017.py index cf2cf11c2..55a12b46c 100644 --- a/PythonClient/carla/benchmarks/corl_2017.py +++ b/PythonClient/carla/benchmarks/corl_2017.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/benchmarks/experiment.py b/PythonClient/carla/benchmarks/experiment.py index 8626dd797..95fda2972 100644 --- a/PythonClient/carla/benchmarks/experiment.py +++ b/PythonClient/carla/benchmarks/experiment.py @@ -1,3 +1,8 @@ +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB). +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . from carla.settings import CarlaSettings diff --git a/PythonClient/carla/benchmarks/metrics.py b/PythonClient/carla/benchmarks/metrics.py index dd47a5f52..e3ff22f29 100644 --- a/PythonClient/carla/benchmarks/metrics.py +++ b/PythonClient/carla/benchmarks/metrics.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/client.py b/PythonClient/carla/client.py index 1f969d3f0..77780812b 100644 --- a/PythonClient/carla/client.py +++ b/PythonClient/carla/client.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/image_converter.py b/PythonClient/carla/image_converter.py index 1a1c2e718..22935a1b6 100644 --- a/PythonClient/carla/image_converter.py +++ b/PythonClient/carla/image_converter.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/planner/astar.py b/PythonClient/carla/planner/astar.py index e322395ec..0d24a6090 100644 --- a/PythonClient/carla/planner/astar.py +++ b/PythonClient/carla/planner/astar.py @@ -1,3 +1,9 @@ +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB). +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . + import heapq diff --git a/PythonClient/carla/planner/city_track.py b/PythonClient/carla/planner/city_track.py index 4223426c8..2e9bf1bff 100644 --- a/PythonClient/carla/planner/city_track.py +++ b/PythonClient/carla/planner/city_track.py @@ -1,3 +1,9 @@ +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB). +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . + from carla.planner.graph import sldist from carla.planner.astar import AStar diff --git a/PythonClient/carla/planner/converter.py b/PythonClient/carla/planner/converter.py index f417f7610..e05a5b820 100644 --- a/PythonClient/carla/planner/converter.py +++ b/PythonClient/carla/planner/converter.py @@ -1,3 +1,9 @@ +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB). +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . + import math import numpy as np diff --git a/PythonClient/carla/planner/graph.py b/PythonClient/carla/planner/graph.py index 54913b00f..23f32d381 100644 --- a/PythonClient/carla/planner/graph.py +++ b/PythonClient/carla/planner/graph.py @@ -1,3 +1,9 @@ +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB). +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . + import math import numpy as np diff --git a/PythonClient/carla/planner/grid.py b/PythonClient/carla/planner/grid.py index 3e7d8bcf4..fe14115a6 100644 --- a/PythonClient/carla/planner/grid.py +++ b/PythonClient/carla/planner/grid.py @@ -1,3 +1,9 @@ +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB). +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . + import copy import numpy as np diff --git a/PythonClient/carla/planner/map.py b/PythonClient/carla/planner/map.py index f402b2650..7a9227952 100644 --- a/PythonClient/carla/planner/map.py +++ b/PythonClient/carla/planner/map.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/planner/planner.py b/PythonClient/carla/planner/planner.py index 20f84f981..93c22e8a5 100644 --- a/PythonClient/carla/planner/planner.py +++ b/PythonClient/carla/planner/planner.py @@ -1,3 +1,9 @@ +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB). +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . + import collections import math diff --git a/PythonClient/carla/sensor.py b/PythonClient/carla/sensor.py index f4e14333a..9710d95f4 100644 --- a/PythonClient/carla/sensor.py +++ b/PythonClient/carla/sensor.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/settings.py b/PythonClient/carla/settings.py index f0eb50218..bea024333 100644 --- a/PythonClient/carla/settings.py +++ b/PythonClient/carla/settings.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/tcp.py b/PythonClient/carla/tcp.py index fbf1b17f3..d6de55972 100644 --- a/PythonClient/carla/tcp.py +++ b/PythonClient/carla/tcp.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/carla/util.py b/PythonClient/carla/util.py index ce668235c..517576344 100644 --- a/PythonClient/carla/util.py +++ b/PythonClient/carla/util.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/client_example.py b/PythonClient/client_example.py index 2b687313d..4f513b09f 100755 --- a/PythonClient/client_example.py +++ b/PythonClient/client_example.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/manual_control.py b/PythonClient/manual_control.py index 9e3d9d69b..3074c709d 100755 --- a/PythonClient/manual_control.py +++ b/PythonClient/manual_control.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/run_benchmark.py b/PythonClient/run_benchmark.py index 384885ede..d3b6c5686 100755 --- a/PythonClient/run_benchmark.py +++ b/PythonClient/run_benchmark.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/test/console.py b/PythonClient/test/console.py index 48b7805ff..da1b73e60 100644 --- a/PythonClient/test/console.py +++ b/PythonClient/test/console.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/test/test_client.py b/PythonClient/test/test_client.py index 96d0d0340..cba555cc3 100755 --- a/PythonClient/test/test_client.py +++ b/PythonClient/test/test_client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/test/test_suite.py b/PythonClient/test/test_suite.py index b1efbd4d9..e4f822635 100755 --- a/PythonClient/test/test_suite.py +++ b/PythonClient/test/test_suite.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/test/unit_tests/Basic.py b/PythonClient/test/unit_tests/Basic.py index fc9e2323a..9197c1241 100644 --- a/PythonClient/test/unit_tests/Basic.py +++ b/PythonClient/test/unit_tests/Basic.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/PythonClient/test/unit_tests/__init__.py b/PythonClient/test/unit_tests/__init__.py index 45081b562..ddd0237e8 100644 --- a/PythonClient/test/unit_tests/__init__.py +++ b/PythonClient/test/unit_tests/__init__.py @@ -1,5 +1,5 @@ # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see . diff --git a/Unreal/CarlaUE4/Config/DefaultGame.ini b/Unreal/CarlaUE4/Config/DefaultGame.ini index 6b8758a26..8a71b87ee 100644 --- a/Unreal/CarlaUE4/Config/DefaultGame.ini +++ b/Unreal/CarlaUE4/Config/DefaultGame.ini @@ -2,7 +2,7 @@ ProjectID=675BF8694238308FA9368292CC440350 ProjectName=CARLA UE4 CompanyName=CVC -CopyrightNotice="Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonomade Barcelona (UAB), and the INTEL Visual Computing Lab.This work is licensed under the terms of the MIT license.For a copy, see ." +CopyrightNotice="Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de Barcelona (UAB). This work is licensed under the terms of the MIT license. For a copy, see ." ProjectVersion=0.7.0 [/Script/UnrealEd.ProjectPackagingSettings] diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h index 39e861b54..a2ffb78c6 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.cpp index c25b86905..906cfe698 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.h index 8a94d2c51..633887e54 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/RoutePlanner.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp index bc21f21f9..9a15ad2a5 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h index 2e8194388..b48e6c994 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h index 44cae4ab9..daba3d2e7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp index 9eb72fa70..59e954be4 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h index 48e87264e..8832dc7ed 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp index e8030de9a..198e7b199 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h index b1518c92d..b3fc2a623 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp index cc6b86bc6..a59e1d0e9 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h index 3159ef6c9..c4f59b672 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h index 7acdda9cc..5ea6cbc48 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp index 2e9e0e2cf..409a033a0 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h index ad077d234..0adb22b77 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp index ec9c7e5f7..795a656af 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h index c4e51c74f..02d9972f2 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp index 27ad8a495..c74aa981c 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h index ebfaee7f7..b2cdd2d36 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp index a8bb3e720..070dae978 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h index 44e440a7a..814d50d21 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp index 3241a645d..77c4175ce 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h index 94becc24a..83608c76d 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h index b4dbe2659..8ecc4b033 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp index 9d3d4894c..6c80d71d4 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h index c7f43d68d..e54849f60 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h index 007fadf86..cb895ca6f 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp index b9555f530..55ae20caf 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h index bb51daf14..896f5af7f 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp index 3352bafe8..71d326f6b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h index 5556fd53a..9dc4247a1 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp index be9d86e1a..3ce608ee1 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h index bae8545b0..b4c008be0 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp index 8b9a8b0d6..8b2753db4 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h index f6f5e7e64..761babefb 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp index a2f2df916..e72561aca 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h index 50cbf4679..fddbf0325 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp index 5e3f9d35e..a82cdf4ea 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h index 7e8ff7fad..f4ee095e2 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp index e1f7aa497..d2a29baa8 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h index a0ea4cf03..cbe7e0b7c 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp index edb367729..c57352758 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h index 8ef00a082..ff9712141 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h index 229485fd3..a32033f39 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp index 01d9225e0..97c0c44af 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h index 60fbbee23..80c17c057 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp index 07d0ca64b..359ff96b3 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h index 3be863c5d..690566a99 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h index 85496f2db..5302456f4 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h index 114096cb5..1b03db3e6 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp index 0d649a92b..47412f3fd 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h index 9cad7d854..f9eeb4ba2 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp index 80c99a4f7..1ee7916fb 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h index 49d627843..32354d2d7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp index 192f81209..58a2db67a 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h index e6af7ce57..ea83bf0aa 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp index f3af81d3b..4ecc46d78 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h index 79993f7b7..b36c32dac 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp index dc25d9a2b..624209441 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h index f556456af..e60405f0e 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp index 81f4e2bf0..9653d8078 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h index f332636a8..41d3662a4 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h index dbab62be8..d7e042443 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp index bf0badbb1..2994f8f75 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h index abd6ff57b..ceb9974b7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h index 5521c0b9e..de8afa1a2 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp index 97e65913c..28aaa8062 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h index 6eb007a2c..cc61ccb13 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp index ef7acda21..d05354c9f 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h index 96ea75446..ddfb852eb 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp index 32a974c71..f564996ea 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h index 80ab186e1..53a6e044a 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp index 0307eb634..a1fd1d1c2 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h index d4411bb7b..360bbebfd 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp index d5738a78c..223efffcc 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h index 1ab429a14..38698478b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h index 05240a86c..d10650fc8 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h index ee59dac02..07ebded37 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp index 74c7fbb11..905ee408e 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h index 37d130c32..d024870c3 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp index 5e30ff5b7..660bfac12 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h index 522d28647..3a6005485 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp index 394aa42b6..383c1edf7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h index edde82efb..67f5f074e 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp index 6d3639f68..9cf36179b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h index 58d88306e..97ee77ffe 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp index 31d994ab1..28c1dfd3f 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h index b9f54dbcb..58437e410 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h index e2bc20502..9e6e7276f 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h index 91adfd089..cd6ddf7e3 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp index 91f299282..a823cd793 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h index a124baf20..db786fade 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp index 99d14f44e..d593e9629 100644 --- a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp +++ b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h index 1a5eb380f..b3608a546 100644 --- a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h +++ b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/include/carla/carla_server.h b/Util/CarlaServer/include/carla/carla_server.h index 8df08944f..4ffb02f31 100644 --- a/Util/CarlaServer/include/carla/carla_server.h +++ b/Util/CarlaServer/include/carla/carla_server.h @@ -1,5 +1,5 @@ /* Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma - * de Barcelona (UAB), and the INTEL Visual Computing Lab. + * de Barcelona (UAB). * * This work is licensed under the terms of the MIT license. * For a copy, see . diff --git a/Util/CarlaServer/source/carla/ArrayView.h b/Util/CarlaServer/source/carla/ArrayView.h index edb94526e..21d5aea0c 100644 --- a/Util/CarlaServer/source/carla/ArrayView.h +++ b/Util/CarlaServer/source/carla/ArrayView.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/Debug.h b/Util/CarlaServer/source/carla/Debug.h index 00ccc37ba..c9cc82c0f 100644 --- a/Util/CarlaServer/source/carla/Debug.h +++ b/Util/CarlaServer/source/carla/Debug.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/Logging.h b/Util/CarlaServer/source/carla/Logging.h index e2d231fd9..684a0274d 100644 --- a/Util/CarlaServer/source/carla/Logging.h +++ b/Util/CarlaServer/source/carla/Logging.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/NonCopyable.h b/Util/CarlaServer/source/carla/NonCopyable.h index d6f577aab..41747bc41 100644 --- a/Util/CarlaServer/source/carla/NonCopyable.h +++ b/Util/CarlaServer/source/carla/NonCopyable.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/Profiler.h b/Util/CarlaServer/source/carla/Profiler.h index 6647ec03b..b070696eb 100644 --- a/Util/CarlaServer/source/carla/Profiler.h +++ b/Util/CarlaServer/source/carla/Profiler.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/StopWatch.h b/Util/CarlaServer/source/carla/StopWatch.h index 818a7e46c..b79d8b692 100644 --- a/Util/CarlaServer/source/carla/StopWatch.h +++ b/Util/CarlaServer/source/carla/StopWatch.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/AgentServer.cpp b/Util/CarlaServer/source/carla/server/AgentServer.cpp index 06390da48..6eac5bd94 100644 --- a/Util/CarlaServer/source/carla/server/AgentServer.cpp +++ b/Util/CarlaServer/source/carla/server/AgentServer.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/AgentServer.h b/Util/CarlaServer/source/carla/server/AgentServer.h index e02b956da..37494f387 100644 --- a/Util/CarlaServer/source/carla/server/AgentServer.h +++ b/Util/CarlaServer/source/carla/server/AgentServer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/AsyncServer.h b/Util/CarlaServer/source/carla/server/AsyncServer.h index ca21f3bc9..972edde8d 100644 --- a/Util/CarlaServer/source/carla/server/AsyncServer.h +++ b/Util/CarlaServer/source/carla/server/AsyncServer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/AsyncService.cpp b/Util/CarlaServer/source/carla/server/AsyncService.cpp index 967e018fa..a0aabeb11 100644 --- a/Util/CarlaServer/source/carla/server/AsyncService.cpp +++ b/Util/CarlaServer/source/carla/server/AsyncService.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/AsyncService.h b/Util/CarlaServer/source/carla/server/AsyncService.h index 7ff5b2799..aef601242 100644 --- a/Util/CarlaServer/source/carla/server/AsyncService.h +++ b/Util/CarlaServer/source/carla/server/AsyncService.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp b/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp index b90fbeca5..39cb2e654 100644 --- a/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp +++ b/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/CarlaEncoder.h b/Util/CarlaServer/source/carla/server/CarlaEncoder.h index c3b3525be..91732671c 100644 --- a/Util/CarlaServer/source/carla/server/CarlaEncoder.h +++ b/Util/CarlaServer/source/carla/server/CarlaEncoder.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp b/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp index 6a39cf821..081475495 100644 --- a/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp +++ b/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/CarlaMeasurements.h b/Util/CarlaServer/source/carla/server/CarlaMeasurements.h index b15f9a1f3..834511a3d 100644 --- a/Util/CarlaServer/source/carla/server/CarlaMeasurements.h +++ b/Util/CarlaServer/source/carla/server/CarlaMeasurements.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/CarlaServer.cpp b/Util/CarlaServer/source/carla/server/CarlaServer.cpp index 6bf81bfd4..7add00d05 100644 --- a/Util/CarlaServer/source/carla/server/CarlaServer.cpp +++ b/Util/CarlaServer/source/carla/server/CarlaServer.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/CarlaServer.h b/Util/CarlaServer/source/carla/server/CarlaServer.h index 8c1b2abc9..6e61b9346 100644 --- a/Util/CarlaServer/source/carla/server/CarlaServer.h +++ b/Util/CarlaServer/source/carla/server/CarlaServer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/CarlaServerAPI.h b/Util/CarlaServer/source/carla/server/CarlaServerAPI.h index 6755920d3..32ffa12f9 100644 --- a/Util/CarlaServer/source/carla/server/CarlaServerAPI.h +++ b/Util/CarlaServer/source/carla/server/CarlaServerAPI.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/DoubleBuffer.h b/Util/CarlaServer/source/carla/server/DoubleBuffer.h index 4cd42920f..a9172e823 100644 --- a/Util/CarlaServer/source/carla/server/DoubleBuffer.h +++ b/Util/CarlaServer/source/carla/server/DoubleBuffer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/EncoderServer.h b/Util/CarlaServer/source/carla/server/EncoderServer.h index 5a9657f1e..70067d7ff 100644 --- a/Util/CarlaServer/source/carla/server/EncoderServer.h +++ b/Util/CarlaServer/source/carla/server/EncoderServer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/Future.h b/Util/CarlaServer/source/carla/server/Future.h index f05509fe7..61c51acd0 100644 --- a/Util/CarlaServer/source/carla/server/Future.h +++ b/Util/CarlaServer/source/carla/server/Future.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/ImagesMessage.cpp b/Util/CarlaServer/source/carla/server/ImagesMessage.cpp index b681e474c..95499b032 100644 --- a/Util/CarlaServer/source/carla/server/ImagesMessage.cpp +++ b/Util/CarlaServer/source/carla/server/ImagesMessage.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/ImagesMessage.h b/Util/CarlaServer/source/carla/server/ImagesMessage.h index 0336d326f..58a6dfb29 100644 --- a/Util/CarlaServer/source/carla/server/ImagesMessage.h +++ b/Util/CarlaServer/source/carla/server/ImagesMessage.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/MeasurementsMessage.h b/Util/CarlaServer/source/carla/server/MeasurementsMessage.h index 4804c3eb6..bcffc829b 100644 --- a/Util/CarlaServer/source/carla/server/MeasurementsMessage.h +++ b/Util/CarlaServer/source/carla/server/MeasurementsMessage.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/Protobuf.cpp b/Util/CarlaServer/source/carla/server/Protobuf.cpp index 7d27cbffa..acf7549e3 100644 --- a/Util/CarlaServer/source/carla/server/Protobuf.cpp +++ b/Util/CarlaServer/source/carla/server/Protobuf.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/Protobuf.h b/Util/CarlaServer/source/carla/server/Protobuf.h index 4dac0125a..b04abd022 100644 --- a/Util/CarlaServer/source/carla/server/Protobuf.h +++ b/Util/CarlaServer/source/carla/server/Protobuf.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/RequestNewEpisode.h b/Util/CarlaServer/source/carla/server/RequestNewEpisode.h index dc0b20515..0e615ffbd 100644 --- a/Util/CarlaServer/source/carla/server/RequestNewEpisode.h +++ b/Util/CarlaServer/source/carla/server/RequestNewEpisode.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/ServerTraits.h b/Util/CarlaServer/source/carla/server/ServerTraits.h index 36d206846..49720a74b 100644 --- a/Util/CarlaServer/source/carla/server/ServerTraits.h +++ b/Util/CarlaServer/source/carla/server/ServerTraits.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/TCPServer.cpp b/Util/CarlaServer/source/carla/server/TCPServer.cpp index 6470ae23f..b99745001 100644 --- a/Util/CarlaServer/source/carla/server/TCPServer.cpp +++ b/Util/CarlaServer/source/carla/server/TCPServer.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/TCPServer.h b/Util/CarlaServer/source/carla/server/TCPServer.h index c1d5ebcd8..a0b580131 100644 --- a/Util/CarlaServer/source/carla/server/TCPServer.h +++ b/Util/CarlaServer/source/carla/server/TCPServer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/Task.h b/Util/CarlaServer/source/carla/server/Task.h index 6ec9a6caf..bdc51e0a9 100644 --- a/Util/CarlaServer/source/carla/server/Task.h +++ b/Util/CarlaServer/source/carla/server/Task.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h b/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h index d1550d2d0..3a72c6923 100644 --- a/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h +++ b/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/WorldServer.cpp b/Util/CarlaServer/source/carla/server/WorldServer.cpp index 3b7d974e8..55377af82 100644 --- a/Util/CarlaServer/source/carla/server/WorldServer.cpp +++ b/Util/CarlaServer/source/carla/server/WorldServer.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/CarlaServer/source/carla/server/WorldServer.h b/Util/CarlaServer/source/carla/server/WorldServer.h index 8f41abc51..87cfeb145 100644 --- a/Util/CarlaServer/source/carla/server/WorldServer.h +++ b/Util/CarlaServer/source/carla/server/WorldServer.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/ImageConverter/depth_pixel_converter.h b/Util/ImageConverter/depth_pixel_converter.h index 89abe99e8..b9f4d0eec 100644 --- a/Util/ImageConverter/depth_pixel_converter.h +++ b/Util/ImageConverter/depth_pixel_converter.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/ImageConverter/image_converter.h b/Util/ImageConverter/image_converter.h index ad2c28caf..9d8916d5f 100644 --- a/Util/ImageConverter/image_converter.h +++ b/Util/ImageConverter/image_converter.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/ImageConverter/image_converter_types.h b/Util/ImageConverter/image_converter_types.h index 0d41ab33b..6990bfecf 100644 --- a/Util/ImageConverter/image_converter_types.h +++ b/Util/ImageConverter/image_converter_types.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/ImageConverter/image_io.h b/Util/ImageConverter/image_io.h index fa0b9621c..31dcf128e 100644 --- a/Util/ImageConverter/image_io.h +++ b/Util/ImageConverter/image_io.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/ImageConverter/label_pixel_converter.h b/Util/ImageConverter/label_pixel_converter.h index 0aaef761f..9c922f87b 100644 --- a/Util/ImageConverter/label_pixel_converter.h +++ b/Util/ImageConverter/label_pixel_converter.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/ImageConverter/main.cpp b/Util/ImageConverter/main.cpp index b9b727377..c8ed147b5 100644 --- a/Util/ImageConverter/main.cpp +++ b/Util/ImageConverter/main.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/Proto/carla_server.proto b/Util/Proto/carla_server.proto index 876ed321f..1ce3a8296 100644 --- a/Util/Proto/carla_server.proto +++ b/Util/Proto/carla_server.proto @@ -1,5 +1,5 @@ // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma -// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . diff --git a/Util/download_from_gdrive.py b/Util/download_from_gdrive.py index 5d13f51f6..fa137a114 100755 --- a/Util/download_from_gdrive.py +++ b/Util/download_from_gdrive.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de -# Barcelona (UAB), and the INTEL Visual Computing Lab. +# Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see .