From 0aec1f18335d30dd7d3398562034cfce8574a81d Mon Sep 17 00:00:00 2001 From: nsubiron Date: Thu, 2 Nov 2017 14:17:52 +0100 Subject: [PATCH] Add license --- Unreal/CarlaUE4/Config/DefaultGame.ini | 3 +- .../Carla/AI/CarlaWheeledVehicleState.h | 6 +- .../Source/Carla/AI/TrafficLightBase.cpp | 6 +- .../Carla/Source/Carla/AI/TrafficLightBase.h | 6 +- .../Carla/Source/Carla/AI/TrafficLightState.h | 6 +- .../Carla/Source/Carla/AI/TrafficSignBase.cpp | 6 +- .../Carla/Source/Carla/AI/TrafficSignBase.h | 6 +- .../Source/Carla/AI/VehicleSpawnerBase.cpp | 6 +- .../Source/Carla/AI/VehicleSpawnerBase.h | 6 +- .../Source/Carla/AI/WalkerAIController.cpp | 6 +- .../Source/Carla/AI/WalkerAIController.h | 6 +- .../Carla/Source/Carla/AI/WalkerSpawnPoint.h | 6 +- .../Source/Carla/AI/WalkerSpawnerBase.cpp | 6 +- .../Carla/Source/Carla/AI/WalkerSpawnerBase.h | 6 +- .../Carla/AI/WheeledVehicleAIController.cpp | 6 +- .../Carla/AI/WheeledVehicleAIController.h | 6 +- .../Source/Carla/CarlaWheeledVehicle.cpp | 6 +- .../Carla/Source/Carla/CarlaWheeledVehicle.h | 6 +- .../Carla/Source/Carla/CityMapGenerator.cpp | 6 +- .../Carla/Source/Carla/CityMapGenerator.h | 6 +- .../Carla/Source/Carla/DynamicWeather.cpp | 6 +- .../Carla/Source/Carla/DynamicWeather.h | 6 +- .../Carla/Source/Carla/Game/CapturedImage.h | 6 +- .../Source/Carla/Game/CarlaGameController.cpp | 10 ++-- .../Source/Carla/Game/CarlaGameController.h | 6 +- .../Carla/Game/CarlaGameControllerBase.h | 6 +- .../Source/Carla/Game/CarlaGameInstance.cpp | 6 +- .../Source/Carla/Game/CarlaGameInstance.h | 6 +- .../Source/Carla/Game/CarlaGameModeBase.cpp | 6 +- .../Source/Carla/Game/CarlaGameModeBase.h | 6 +- .../Source/Carla/Game/CarlaGameState.cpp | 6 +- .../Carla/Source/Carla/Game/CarlaGameState.h | 6 +- .../Carla/Source/Carla/Game/CarlaHUD.cpp | 6 +- .../Carla/Source/Carla/Game/CarlaHUD.h | 6 +- .../Source/Carla/Game/CarlaPlayerState.cpp | 6 +- .../Source/Carla/Game/CarlaPlayerState.h | 6 +- .../Carla/Source/Carla/Game/CarlaServer.cpp | 6 +- .../Carla/Source/Carla/Game/CarlaServer.h | 6 +- .../Carla/Game/CarlaVehicleController.cpp | 6 +- .../Carla/Game/CarlaVehicleController.h | 6 +- .../Source/Carla/Game/MockGameController.cpp | 6 +- .../Source/Carla/Game/MockGameController.h | 6 +- .../Carla/Game/MockGameControllerSettings.h | 6 +- .../Source/Carla/Game/TaggerDelegate.cpp | 6 +- .../Carla/Source/Carla/Game/TaggerDelegate.h | 6 +- .../Carla/Game/WheeledVehicleController.cpp | 6 +- .../Carla/Game/WheeledVehicleController.h | 6 +- .../Source/Carla/MapGen/CityAreaDescription.h | 6 +- .../Source/Carla/MapGen/CityMapDefinitions.h | 6 +- .../Source/Carla/MapGen/CityMapMeshHolder.cpp | 6 +- .../Source/Carla/MapGen/CityMapMeshHolder.h | 6 +- .../Source/Carla/MapGen/CityMapMeshTag.cpp | 6 +- .../Source/Carla/MapGen/CityMapMeshTag.h | 6 +- .../Carla/MapGen/DoublyConnectedEdgeList.cpp | 6 +- .../Carla/MapGen/DoublyConnectedEdgeList.h | 6 +- .../Source/Carla/MapGen/GraphGenerator.cpp | 6 +- .../Source/Carla/MapGen/GraphGenerator.h | 6 +- .../Carla/Source/Carla/MapGen/GraphParser.cpp | 6 +- .../Carla/Source/Carla/MapGen/GraphParser.h | 6 +- .../Carla/Source/Carla/MapGen/GraphTypes.cpp | 6 +- .../Carla/Source/Carla/MapGen/GraphTypes.h | 6 +- .../Carla/MapGen/IntersectionEntrance.cpp | 56 ++++++++++--------- .../Carla/MapGen/IntersectionEntrance.h | 48 ++++++++-------- .../Carla/Source/Carla/MapGen/Position.h | 6 +- .../Carla/Source/Carla/MapGen/RoadMap.cpp | 6 +- .../Carla/Source/Carla/MapGen/RoadMap.h | 6 +- .../Carla/MapGen/RoadSegmentDescription.h | 6 +- .../Carla/MapGen/StaticMeshCollection.cpp | 6 +- .../Carla/MapGen/StaticMeshCollection.h | 6 +- .../Carla/Source/Carla/RoadIntersection.cpp | 6 +- .../Carla/Source/Carla/RoadIntersection.h | 6 +- .../Carla/Source/Carla/RoadSegment.cpp | 6 +- .../Plugins/Carla/Source/Carla/RoadSegment.h | 6 +- .../Carla/Source/Carla/SceneCaptureCamera.cpp | 6 +- .../Carla/Source/Carla/SceneCaptureCamera.h | 6 +- .../Source/Carla/SceneCaptureToDiskCamera.cpp | 6 +- .../Source/Carla/SceneCaptureToDiskCamera.h | 6 +- .../Source/Carla/Settings/CameraDescription.h | 6 +- .../Settings/CameraPostProcessParameters.h | 6 +- .../Source/Carla/Settings/CarlaSettings.cpp | 6 +- .../Source/Carla/Settings/CarlaSettings.h | 6 +- .../Carla/Settings/PostProcessEffect.cpp | 6 +- .../Source/Carla/Settings/PostProcessEffect.h | 6 +- .../Carla/Settings/WeatherDescription.cpp | 6 +- .../Carla/Settings/WeatherDescription.h | 6 +- .../Plugins/Carla/Source/Carla/Tagger.cpp | 6 +- .../Plugins/Carla/Source/Carla/Tagger.h | 6 +- .../Carla/Util/ActorWithRandomEngine.cpp | 6 +- .../Source/Carla/Util/ActorWithRandomEngine.h | 6 +- .../Plugins/Carla/Source/Carla/Util/IniFile.h | 6 +- .../Carla/Source/Carla/Util/ListView.h | 6 +- .../Carla/Source/Carla/Util/RandomEngine.cpp | 6 +- .../Carla/Source/Carla/Util/RandomEngine.h | 6 +- .../Source/CarlaUE4/CarlaMapGenerator.cpp | 6 +- .../Source/CarlaUE4/CarlaMapGenerator.h | 6 +- Util/CarlaServer/include/carla/carla_server.h | 7 ++- Util/CarlaServer/source/carla/ArrayView.h | 6 +- Util/CarlaServer/source/carla/Debug.h | 6 +- Util/CarlaServer/source/carla/Logging.h | 6 +- Util/CarlaServer/source/carla/NonCopyable.h | 6 +- Util/CarlaServer/source/carla/Profiler.h | 6 +- Util/CarlaServer/source/carla/StopWatch.h | 6 +- .../source/carla/server/AgentServer.cpp | 6 +- .../source/carla/server/AgentServer.h | 6 +- .../source/carla/server/AsyncServer.h | 6 +- .../source/carla/server/AsyncService.cpp | 6 +- .../source/carla/server/AsyncService.h | 6 +- .../source/carla/server/CarlaEncoder.cpp | 6 +- .../source/carla/server/CarlaEncoder.h | 6 +- .../source/carla/server/CarlaMeasurements.cpp | 6 +- .../source/carla/server/CarlaMeasurements.h | 6 +- .../source/carla/server/CarlaServer.cpp | 6 +- .../source/carla/server/CarlaServer.h | 6 +- .../source/carla/server/CarlaServerAPI.h | 6 +- .../source/carla/server/DoubleBuffer.h | 6 +- .../source/carla/server/EncoderServer.h | 6 +- Util/CarlaServer/source/carla/server/Future.h | 6 +- .../source/carla/server/ImagesMessage.cpp | 6 +- .../source/carla/server/ImagesMessage.h | 6 +- .../source/carla/server/MeasurementsMessage.h | 6 +- .../source/carla/server/Protobuf.cpp | 6 +- .../source/carla/server/Protobuf.h | 6 +- .../source/carla/server/RequestNewEpisode.h | 6 +- .../source/carla/server/ServerTraits.h | 6 +- .../source/carla/server/TCPServer.cpp | 6 +- .../source/carla/server/TCPServer.h | 6 +- Util/CarlaServer/source/carla/server/Task.h | 6 +- .../source/carla/server/ThreadSafeQueue.h | 6 +- .../source/carla/server/WorldServer.cpp | 6 +- .../source/carla/server/WorldServer.h | 6 +- Util/ImageConverter/depth_pixel_converter.h | 7 ++- Util/ImageConverter/image_converter.h | 7 ++- Util/ImageConverter/image_converter_types.h | 7 ++- Util/ImageConverter/image_io.h | 7 ++- Util/ImageConverter/label_pixel_converter.h | 7 ++- Util/ImageConverter/main.cpp | 7 ++- Util/Proto/carla_server.proto | 6 ++ Util/download_from_gdrive.py | 6 ++ 138 files changed, 735 insertions(+), 193 deletions(-) diff --git a/Unreal/CarlaUE4/Config/DefaultGame.ini b/Unreal/CarlaUE4/Config/DefaultGame.ini index 358b2e8e5..1ec833530 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=CARLA, Copyright (C) 2017 Computer Vision Center (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 ." ProjectVersion=0.5.4 [/Script/UnrealEd.ProjectPackagingSettings] @@ -36,4 +36,3 @@ bSkipEditorContent=False bNativizeBlueprintAssets=False bNativizeOnlySelectedBlueprints=False - diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h index 48e43cfc4..39e861b54 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/CarlaWheeledVehicleState.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp index 4ffafb2bf..bc21f21f9 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "TrafficLightBase.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h index c0dd659dd..2e8194388 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightBase.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h index 29a2dc9cf..44cae4ab9 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficLightState.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp index 9d00107d2..9eb72fa70 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "TrafficSignBase.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h index 845bcd670..48e87264e 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/TrafficSignBase.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp index 083e7d461..e8030de9a 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "VehicleSpawnerBase.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h index 4adfbfbdf..b1518c92d 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/VehicleSpawnerBase.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp index 3887253e5..cc6b86bc6 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "WalkerAIController.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h index 67b181bc2..3159ef6c9 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerAIController.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h index ecf8401df..7acdda9cc 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnPoint.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp index 019f4c653..2e9e0e2cf 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "WalkerSpawnerBase.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h index 8b54b6e4d..ad077d234 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WalkerSpawnerBase.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp index 51477c99f..f055eaa0d 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "WheeledVehicleAIController.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h index f702d1601..7cbad0556 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/AI/WheeledVehicleAIController.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp index 8fe9d3cb3..27ad8a495 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaWheeledVehicle.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h index 74142aae5..ebfaee7f7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CarlaWheeledVehicle.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp index 5a6c8e515..a8bb3e720 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CityMapGenerator.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h index 55fac69ff..44e440a7a 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/CityMapGenerator.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp index ba7bf8120..3241a645d 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "DynamicWeather.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h index 182ae6d6c..94becc24a 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/DynamicWeather.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h index 8748581bc..b4dbe2659 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CapturedImage.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp index 0d05bb47a..9d3d4894c 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.cpp @@ -1,13 +1,13 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaGameController.h" -// #include "GameFramework/PlayerStart.h" - -// #include "CarlaPlayerState.h" #include "CarlaVehicleController.h" -// #include "SceneCaptureCamera.h" #include "Settings/CarlaSettings.h" #include "CarlaServer.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h index 1ba2f6496..c7f43d68d 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameController.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h index c4ffbed80..007fadf86 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameControllerBase.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp index e666503fb..b9555f530 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaGameInstance.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h index 9a45a7e9b..bb51daf14 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameInstance.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp index 878fd3578..3352bafe8 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaGameModeBase.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h index 60f310f12..5556fd53a 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp index 1e84695c4..be9d86e1a 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaGameState.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h index 390029f28..bae8545b0 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameState.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp index fcb430dc9..8b9a8b0d6 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaHUD.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h index 5df9b36f9..f6f5e7e64 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaHUD.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp index 41a6acf75..a2f2df916 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaPlayerState.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h index ff3b6a90d..50cbf4679 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaPlayerState.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp index 006f0dded..4f273633d 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaServer.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h index 2a7497a86..7e8ff7fad 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaServer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp index 9dddfdcb4..92db0f3b6 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CarlaVehicleController.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h index b81ff4555..a0ea4cf03 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaVehicleController.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp index 864ca1b04..edb367729 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "MockGameController.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h index e86b65fc9..8ef00a082 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameController.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h index f7c403ce0..229485fd3 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/MockGameControllerSettings.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp index eb97482b3..01d9225e0 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "TaggerDelegate.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h index 36540e061..60fbbee23 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/TaggerDelegate.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp index c2f14565a..07d0ca64b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "WheeledVehicleController.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h index 78b529b66..3be863c5d 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/WheeledVehicleController.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h index 816283636..85496f2db 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityAreaDescription.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h index c60944df0..114096cb5 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapDefinitions.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp index 0d6d53150..0d649a92b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CityMapMeshHolder.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h index 334072e35..ea646cf55 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp index 459ddc749..80c99a4f7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "CityMapMeshTag.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h index 12d69b8b3..49d627843 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshTag.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp index 39b3ad309..192f81209 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "DoublyConnectedEdgeList.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h index 2902a45c8..e6af7ce57 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/DoublyConnectedEdgeList.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp index 598775923..f3af81d3b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.cpp @@ -1,5 +1,9 @@ -//// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. // +// This work is licensed under the terms of the MIT license. +// For a copy, see . + #include "Carla.h" #include "GraphGenerator.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h index f0cd0b30f..79993f7b7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphGenerator.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp index 73f5e72e8..dc25d9a2b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "GraphParser.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h index 6b0fc3f4b..f556456af 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphParser.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp index ac38fabcc..81f4e2bf0 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "GraphTypes.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h index c9237bbbc..f332636a8 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/GraphTypes.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.cpp index 522641369..025b22d2f 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "IntersectionEntrance.h" @@ -7,34 +11,34 @@ // Sets default values AIntersectionEntrance::AIntersectionEntrance(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { - // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. - PrimaryActorTick.bCanEverTick = true; + // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. + PrimaryActorTick.bCanEverTick = true; } // Called when the game starts or when spawned void AIntersectionEntrance::BeginPlay() { - Super::BeginPlay(); - + Super::BeginPlay(); + } // Called every frame void AIntersectionEntrance::Tick(float DeltaTime) { - Super::Tick(DeltaTime); + Super::Tick(DeltaTime); } TArray AIntersectionEntrance::GetRoute(int it) { - TArray points = Routes[it].points; - TArray route; + TArray points = Routes[it].points; + TArray route; - for (int i = 0; i < points.Num(); ++i){ - route.Add(points[i]->GetActorLocation()); - } + for (int i = 0; i < points.Num(); ++i){ + route.Add(points[i]->GetActorLocation()); + } - return route; + return route; } float AIntersectionEntrance::GetProbability(int it) @@ -50,20 +54,20 @@ void AIntersectionEntrance::PostEditChangeProperty(FPropertyChangedEvent& Proper Super::PostEditChangeProperty(PropertyChangedEvent); if (PropertyChangedEvent.Property) { if (bCreateRoutes && (GetWorld() != nullptr)) { - //ClearRoutes(); - for (int i = 0; i < Routes.Num(); ++i){ - for(int e = 0; e < Routes[i].points.Num(); ++e){ - AActor* actor= GetWorld()->SpawnActor();//USphereComponent* createdComp = NewObject(this);//CreateDefaultSubobject(TEXT("Sphere")); - USceneComponent* SphereMesh = NewObject(actor); - SphereMesh->AttachToComponent(RootComponent,FAttachmentTransformRules::KeepWorldTransform); - if(actor) - { - actor->RegisterAllComponents(); - Routes[i].points[e] = actor; - //Routes[i].points[e].position = createdComp->GetRelativeTransform().GetLocation(); - } - } - } + //ClearRoutes(); + for (int i = 0; i < Routes.Num(); ++i){ + for(int e = 0; e < Routes[i].points.Num(); ++e){ + AActor* actor= GetWorld()->SpawnActor();//USphereComponent* createdComp = NewObject(this);//CreateDefaultSubobject(TEXT("Sphere")); + USceneComponent* SphereMesh = NewObject(actor); + SphereMesh->AttachToComponent(RootComponent,FAttachmentTransformRules::KeepWorldTransform); + if(actor) + { + actor->RegisterAllComponents(); + Routes[i].points[e] = actor; + //Routes[i].points[e].position = createdComp->GetRelativeTransform().GetLocation(); + } + } + } } } bCreateRoutes = false; diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.h index 858999f5c..ca5cdf6bf 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/IntersectionEntrance.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once @@ -8,32 +12,32 @@ USTRUCT(BlueprintType) struct FRoute { - GENERATED_BODY() + GENERATED_BODY() - UPROPERTY(BlueprintReadWrite, Category=TrafficRoutes, EditAnywhere) - TArray < AActor *> points; - - UPROPERTY(BlueprintReadWrite, Category=TrafficRoutes, EditAnywhere) - float probability = 0.0f; + UPROPERTY(BlueprintReadWrite, Category=TrafficRoutes, EditAnywhere) + TArray < AActor *> points; + + UPROPERTY(BlueprintReadWrite, Category=TrafficRoutes, EditAnywhere) + float probability = 0.0f; }; UCLASS(BlueprintType) class CARLA_API AIntersectionEntrance : public AActor { - GENERATED_BODY() - -public: - // Sets default values for this actor's properties - AIntersectionEntrance(const FObjectInitializer& ObjectInitializer); + GENERATED_BODY() + +public: + // Sets default values for this actor's properties + AIntersectionEntrance(const FObjectInitializer& ObjectInitializer); protected: - // Called when the game starts or when spawned - virtual void BeginPlay() override; + // Called when the game starts or when spawned + virtual void BeginPlay() override; -public: - // Called every frame - virtual void Tick(float DeltaTime) override; +public: + // Called every frame + virtual void Tick(float DeltaTime) override; protected: @@ -49,11 +53,11 @@ UFUNCTION(BlueprintCallable, Category="Trigger") */ public: - UPROPERTY(Category = "Routes", EditAnywhere) - bool bCreateRoutes = false; + UPROPERTY(Category = "Routes", EditAnywhere) + bool bCreateRoutes = false; - UPROPERTY(BlueprintReadWrite, Category=TrafficRoutes, EditAnywhere) - TArray< FRoute > Routes; - + UPROPERTY(BlueprintReadWrite, Category=TrafficRoutes, EditAnywhere) + TArray< FRoute > Routes; + }; diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h index 2f24e1746..dbab62be8 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/Position.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp index c088f0668..bf0badbb1 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "RoadMap.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h index 0edd0ba85..abd6ff57b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadMap.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h index 8d09b9b80..5521c0b9e 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/RoadSegmentDescription.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp index e611ce0b4..97e65913c 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "StaticMeshCollection.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h index 0de08a561..6eb007a2c 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/StaticMeshCollection.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp index 717558273..ef7acda21 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "RoadIntersection.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h index de4720390..96ea75446 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadIntersection.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp index c9d6be44e..32a974c71 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "RoadSegment.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h index 4b75b1b62..80ab186e1 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/RoadSegment.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp index 12e7e6ddd..0307eb634 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "SceneCaptureCamera.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h index 90e227153..d4411bb7b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureCamera.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp index 69cf28f15..d5738a78c 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "SceneCaptureToDiskCamera.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h index 575119066..1ab429a14 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/SceneCaptureToDiskCamera.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h index 490258bcf..05240a86c 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraDescription.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h index b697edbcd..ee59dac02 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CameraPostProcessParameters.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp index fb311dcf3..881d5f1d5 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h index f58b83965..8ce73bb0b 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/CarlaSettings.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp index 295136d06..5e30ff5b7 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "PostProcessEffect.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h index 28c19329d..522d28647 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/PostProcessEffect.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp index 5706a95ea..394aa42b6 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "WeatherDescription.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h index acb58c2b7..edde82efb 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Settings/WeatherDescription.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp index 18fce00b4..6d3639f68 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "Tagger.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h index 7deeb4aad..58d88306e 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Tagger.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp index c0fc9b914..31d994ab1 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "ActorWithRandomEngine.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h index 4e626b5a1..b9f54dbcb 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ActorWithRandomEngine.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h index 5b197226e..e2bc20502 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/IniFile.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h index 889abe1bc..91adfd089 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp index e2e252d63..91f299282 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "Carla.h" #include "RandomEngine.h" diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h index 0e089427a..a124baf20 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/RandomEngine.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp index a03300529..99d14f44e 100644 --- a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp +++ b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "CarlaUE4.h" #include "CarlaMapGenerator.h" diff --git a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h index 40fb484cd..1a5eb380f 100644 --- a/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h +++ b/Unreal/CarlaUE4/Source/CarlaUE4/CarlaMapGenerator.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/include/carla/carla_server.h b/Util/CarlaServer/include/carla/carla_server.h index 1986e051d..307a7b8ac 100644 --- a/Util/CarlaServer/include/carla/carla_server.h +++ b/Util/CarlaServer/include/carla/carla_server.h @@ -1,4 +1,9 @@ -/* CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. */ +/* Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma + * de Barcelona (UAB), and the INTEL Visual Computing Lab. + * + * This work is licensed under the terms of the MIT license. + * For a copy, see . + */ #ifndef CARLA_CARLASERVER_H #define CARLA_CARLASERVER_H diff --git a/Util/CarlaServer/source/carla/ArrayView.h b/Util/CarlaServer/source/carla/ArrayView.h index 3373002f2..edb94526e 100644 --- a/Util/CarlaServer/source/carla/ArrayView.h +++ b/Util/CarlaServer/source/carla/ArrayView.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/Debug.h b/Util/CarlaServer/source/carla/Debug.h index 3fd2229b8..00ccc37ba 100644 --- a/Util/CarlaServer/source/carla/Debug.h +++ b/Util/CarlaServer/source/carla/Debug.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/Logging.h b/Util/CarlaServer/source/carla/Logging.h index 97b4a7696..e2d231fd9 100644 --- a/Util/CarlaServer/source/carla/Logging.h +++ b/Util/CarlaServer/source/carla/Logging.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/NonCopyable.h b/Util/CarlaServer/source/carla/NonCopyable.h index 5dc45f97f..d6f577aab 100644 --- a/Util/CarlaServer/source/carla/NonCopyable.h +++ b/Util/CarlaServer/source/carla/NonCopyable.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/Profiler.h b/Util/CarlaServer/source/carla/Profiler.h index f68cab2b5..6647ec03b 100644 --- a/Util/CarlaServer/source/carla/Profiler.h +++ b/Util/CarlaServer/source/carla/Profiler.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/StopWatch.h b/Util/CarlaServer/source/carla/StopWatch.h index 9b78f8550..818a7e46c 100644 --- a/Util/CarlaServer/source/carla/StopWatch.h +++ b/Util/CarlaServer/source/carla/StopWatch.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/AgentServer.cpp b/Util/CarlaServer/source/carla/server/AgentServer.cpp index c7bdf913c..06390da48 100644 --- a/Util/CarlaServer/source/carla/server/AgentServer.cpp +++ b/Util/CarlaServer/source/carla/server/AgentServer.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/server/AgentServer.h" diff --git a/Util/CarlaServer/source/carla/server/AgentServer.h b/Util/CarlaServer/source/carla/server/AgentServer.h index 46d434c78..e02b956da 100644 --- a/Util/CarlaServer/source/carla/server/AgentServer.h +++ b/Util/CarlaServer/source/carla/server/AgentServer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/AsyncServer.h b/Util/CarlaServer/source/carla/server/AsyncServer.h index 075eb8917..ca21f3bc9 100644 --- a/Util/CarlaServer/source/carla/server/AsyncServer.h +++ b/Util/CarlaServer/source/carla/server/AsyncServer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/AsyncService.cpp b/Util/CarlaServer/source/carla/server/AsyncService.cpp index a71c52ce4..967e018fa 100644 --- a/Util/CarlaServer/source/carla/server/AsyncService.cpp +++ b/Util/CarlaServer/source/carla/server/AsyncService.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/Logging.h" #include "carla/server/AsyncService.h" diff --git a/Util/CarlaServer/source/carla/server/AsyncService.h b/Util/CarlaServer/source/carla/server/AsyncService.h index 89e9e93d4..7ff5b2799 100644 --- a/Util/CarlaServer/source/carla/server/AsyncService.h +++ b/Util/CarlaServer/source/carla/server/AsyncService.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp b/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp index 5e1d464e2..33954ff5a 100644 --- a/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp +++ b/Util/CarlaServer/source/carla/server/CarlaEncoder.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/server/CarlaEncoder.h" diff --git a/Util/CarlaServer/source/carla/server/CarlaEncoder.h b/Util/CarlaServer/source/carla/server/CarlaEncoder.h index 1f10f53ef..c3b3525be 100644 --- a/Util/CarlaServer/source/carla/server/CarlaEncoder.h +++ b/Util/CarlaServer/source/carla/server/CarlaEncoder.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp b/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp index 4ddc4f5c9..6a39cf821 100644 --- a/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp +++ b/Util/CarlaServer/source/carla/server/CarlaMeasurements.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/server/CarlaMeasurements.h" diff --git a/Util/CarlaServer/source/carla/server/CarlaMeasurements.h b/Util/CarlaServer/source/carla/server/CarlaMeasurements.h index 91f2b9e9f..b15f9a1f3 100644 --- a/Util/CarlaServer/source/carla/server/CarlaMeasurements.h +++ b/Util/CarlaServer/source/carla/server/CarlaMeasurements.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/CarlaServer.cpp b/Util/CarlaServer/source/carla/server/CarlaServer.cpp index 409e42c7b..6bf81bfd4 100644 --- a/Util/CarlaServer/source/carla/server/CarlaServer.cpp +++ b/Util/CarlaServer/source/carla/server/CarlaServer.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/Debug.h" #include "carla/Logging.h" diff --git a/Util/CarlaServer/source/carla/server/CarlaServer.h b/Util/CarlaServer/source/carla/server/CarlaServer.h index d3c6d2d56..8c1b2abc9 100644 --- a/Util/CarlaServer/source/carla/server/CarlaServer.h +++ b/Util/CarlaServer/source/carla/server/CarlaServer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/CarlaServerAPI.h b/Util/CarlaServer/source/carla/server/CarlaServerAPI.h index 18a05b329..6755920d3 100644 --- a/Util/CarlaServer/source/carla/server/CarlaServerAPI.h +++ b/Util/CarlaServer/source/carla/server/CarlaServerAPI.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/DoubleBuffer.h b/Util/CarlaServer/source/carla/server/DoubleBuffer.h index f79814780..4cd42920f 100644 --- a/Util/CarlaServer/source/carla/server/DoubleBuffer.h +++ b/Util/CarlaServer/source/carla/server/DoubleBuffer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/EncoderServer.h b/Util/CarlaServer/source/carla/server/EncoderServer.h index 38c53957d..5a9657f1e 100644 --- a/Util/CarlaServer/source/carla/server/EncoderServer.h +++ b/Util/CarlaServer/source/carla/server/EncoderServer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/Future.h b/Util/CarlaServer/source/carla/server/Future.h index 3bb35f3ac..f05509fe7 100644 --- a/Util/CarlaServer/source/carla/server/Future.h +++ b/Util/CarlaServer/source/carla/server/Future.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/ImagesMessage.cpp b/Util/CarlaServer/source/carla/server/ImagesMessage.cpp index d2952551a..b681e474c 100644 --- a/Util/CarlaServer/source/carla/server/ImagesMessage.cpp +++ b/Util/CarlaServer/source/carla/server/ImagesMessage.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/server/ImagesMessage.h" diff --git a/Util/CarlaServer/source/carla/server/ImagesMessage.h b/Util/CarlaServer/source/carla/server/ImagesMessage.h index 144ec28ad..0336d326f 100644 --- a/Util/CarlaServer/source/carla/server/ImagesMessage.h +++ b/Util/CarlaServer/source/carla/server/ImagesMessage.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/MeasurementsMessage.h b/Util/CarlaServer/source/carla/server/MeasurementsMessage.h index f524b669c..4804c3eb6 100644 --- a/Util/CarlaServer/source/carla/server/MeasurementsMessage.h +++ b/Util/CarlaServer/source/carla/server/MeasurementsMessage.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/Protobuf.cpp b/Util/CarlaServer/source/carla/server/Protobuf.cpp index 7191230f9..7d27cbffa 100644 --- a/Util/CarlaServer/source/carla/server/Protobuf.cpp +++ b/Util/CarlaServer/source/carla/server/Protobuf.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/server/Protobuf.h" diff --git a/Util/CarlaServer/source/carla/server/Protobuf.h b/Util/CarlaServer/source/carla/server/Protobuf.h index bf3428c42..4dac0125a 100644 --- a/Util/CarlaServer/source/carla/server/Protobuf.h +++ b/Util/CarlaServer/source/carla/server/Protobuf.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/RequestNewEpisode.h b/Util/CarlaServer/source/carla/server/RequestNewEpisode.h index b2fbbe720..dc0b20515 100644 --- a/Util/CarlaServer/source/carla/server/RequestNewEpisode.h +++ b/Util/CarlaServer/source/carla/server/RequestNewEpisode.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/ServerTraits.h b/Util/CarlaServer/source/carla/server/ServerTraits.h index e649b3d1b..36d206846 100644 --- a/Util/CarlaServer/source/carla/server/ServerTraits.h +++ b/Util/CarlaServer/source/carla/server/ServerTraits.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/TCPServer.cpp b/Util/CarlaServer/source/carla/server/TCPServer.cpp index e7383db92..6470ae23f 100644 --- a/Util/CarlaServer/source/carla/server/TCPServer.cpp +++ b/Util/CarlaServer/source/carla/server/TCPServer.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . // // This is a modification of boost example, blocking_tcp_client.cpp // diff --git a/Util/CarlaServer/source/carla/server/TCPServer.h b/Util/CarlaServer/source/carla/server/TCPServer.h index 82f22a18c..c1d5ebcd8 100644 --- a/Util/CarlaServer/source/carla/server/TCPServer.h +++ b/Util/CarlaServer/source/carla/server/TCPServer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/Task.h b/Util/CarlaServer/source/carla/server/Task.h index 768bedf0e..6ec9a6caf 100644 --- a/Util/CarlaServer/source/carla/server/Task.h +++ b/Util/CarlaServer/source/carla/server/Task.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h b/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h index fc5ec75e5..d1550d2d0 100644 --- a/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h +++ b/Util/CarlaServer/source/carla/server/ThreadSafeQueue.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/CarlaServer/source/carla/server/WorldServer.cpp b/Util/CarlaServer/source/carla/server/WorldServer.cpp index 562df8f32..3b7d974e8 100644 --- a/Util/CarlaServer/source/carla/server/WorldServer.cpp +++ b/Util/CarlaServer/source/carla/server/WorldServer.cpp @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include "carla/server/WorldServer.h" diff --git a/Util/CarlaServer/source/carla/server/WorldServer.h b/Util/CarlaServer/source/carla/server/WorldServer.h index 1e460236f..8f41abc51 100644 --- a/Util/CarlaServer/source/carla/server/WorldServer.h +++ b/Util/CarlaServer/source/carla/server/WorldServer.h @@ -1,4 +1,8 @@ -// CARLA, Copyright (C) 2017 Computer Vision Center (CVC) Project Settings. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/ImageConverter/depth_pixel_converter.h b/Util/ImageConverter/depth_pixel_converter.h index 06a09b2c2..89abe99e8 100644 --- a/Util/ImageConverter/depth_pixel_converter.h +++ b/Util/ImageConverter/depth_pixel_converter.h @@ -1,5 +1,8 @@ -// MIT License. Copyright (c) 2017 Computer Vision Center (CVC) at the -// Universitat Autonoma de Barcelona (UAB), and the INTEL Visual Computing Lab. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/ImageConverter/image_converter.h b/Util/ImageConverter/image_converter.h index cca50bb9d..ad2c28caf 100644 --- a/Util/ImageConverter/image_converter.h +++ b/Util/ImageConverter/image_converter.h @@ -1,5 +1,8 @@ -// MIT License. Copyright (c) 2017 Computer Vision Center (CVC) at the -// Universitat Autonoma de Barcelona (UAB), and the INTEL Visual Computing Lab. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/ImageConverter/image_converter_types.h b/Util/ImageConverter/image_converter_types.h index 03cda3fd6..0d41ab33b 100644 --- a/Util/ImageConverter/image_converter_types.h +++ b/Util/ImageConverter/image_converter_types.h @@ -1,5 +1,8 @@ -// MIT License. Copyright (c) 2017 Computer Vision Center (CVC) at the -// Universitat Autonoma de Barcelona (UAB), and the INTEL Visual Computing Lab. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/ImageConverter/image_io.h b/Util/ImageConverter/image_io.h index 93b2759cf..fa0b9621c 100644 --- a/Util/ImageConverter/image_io.h +++ b/Util/ImageConverter/image_io.h @@ -1,5 +1,8 @@ -// MIT License. Copyright (c) 2017 Computer Vision Center (CVC) at the -// Universitat Autonoma de Barcelona (UAB), and the INTEL Visual Computing Lab. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/ImageConverter/label_pixel_converter.h b/Util/ImageConverter/label_pixel_converter.h index 3677906fc..0aaef761f 100644 --- a/Util/ImageConverter/label_pixel_converter.h +++ b/Util/ImageConverter/label_pixel_converter.h @@ -1,5 +1,8 @@ -// MIT License. Copyright (c) 2017 Computer Vision Center (CVC) at the -// Universitat Autonoma de Barcelona (UAB), and the INTEL Visual Computing Lab. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #pragma once diff --git a/Util/ImageConverter/main.cpp b/Util/ImageConverter/main.cpp index 8f02cde40..b9b727377 100644 --- a/Util/ImageConverter/main.cpp +++ b/Util/ImageConverter/main.cpp @@ -1,5 +1,8 @@ -// MIT License. Copyright (c) 2017 Computer Vision Center (CVC) at the -// Universitat Autonoma de Barcelona (UAB), and the INTEL Visual Computing Lab. +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . #include #include diff --git a/Util/Proto/carla_server.proto b/Util/Proto/carla_server.proto index 24d386a26..45a60fe4e 100644 --- a/Util/Proto/carla_server.proto +++ b/Util/Proto/carla_server.proto @@ -1,3 +1,9 @@ +// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma +// de Barcelona (UAB), and the INTEL Visual Computing Lab. +// +// This work is licensed under the terms of the MIT license. +// For a copy, see . + syntax = "proto3"; package carla_server; diff --git a/Util/download_from_gdrive.py b/Util/download_from_gdrive.py index f9d15ceee..5d13f51f6 100755 --- a/Util/download_from_gdrive.py +++ b/Util/download_from_gdrive.py @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de +# Barcelona (UAB), and the INTEL Visual Computing Lab. +# +# This work is licensed under the terms of the MIT license. +# For a copy, see . + """Download big files from Google Drive.""" import argparse