Browse Source

Coding standards: copyright

Signed-off-by: Adam Dąbrowski <[email protected]>
Adam Dąbrowski 3 years ago
parent
commit
0873e37a33

+ 7 - 0
Gems/ROS2/Code/Source/LidarRaycaster.cpp

@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) Contributors to the Open 3D Engine Project.
+ * For complete copyright and license terms please see the LICENSE at the root of this distribution.
+ *
+ * SPDX-License-Identifier: Apache-2.0 OR MIT
+ *
+ */
 #include "LidarRaycaster.h"
 #include "LidarRaycaster.h"
 #include <AzFramework/Physics/PhysicsScene.h>
 #include <AzFramework/Physics/PhysicsScene.h>
 #include <AzCore/Interface/Interface.h>
 #include <AzCore/Interface/Interface.h>

+ 7 - 0
Gems/ROS2/Code/Source/LidarRaycaster.h

@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) Contributors to the Open 3D Engine Project.
+ * For complete copyright and license terms please see the LICENSE at the root of this distribution.
+ *
+ * SPDX-License-Identifier: Apache-2.0 OR MIT
+ *
+ */
 #pragma once
 #pragma once
 #include <AzCore/Math/Vector3.h>
 #include <AzCore/Math/Vector3.h>
 #include <AzCore/std/containers/vector.h>
 #include <AzCore/std/containers/vector.h>

+ 7 - 0
Gems/ROS2/Code/Source/LidarTemplate.h

@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) Contributors to the Open 3D Engine Project.
+ * For complete copyright and license terms please see the LICENSE at the root of this distribution.
+ *
+ * SPDX-License-Identifier: Apache-2.0 OR MIT
+ *
+ */
 #pragma once
 #pragma once
 
 
 #include <map>
 #include <map>

+ 7 - 0
Gems/ROS2/Code/Source/ROS2LidarSensorComponent.cpp

@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) Contributors to the Open 3D Engine Project.
+ * For complete copyright and license terms please see the LICENSE at the root of this distribution.
+ *
+ * SPDX-License-Identifier: Apache-2.0 OR MIT
+ *
+ */
 #include "ROS2LidarSensorComponent.h"
 #include "ROS2LidarSensorComponent.h"
 #include "ROS2/ROS2Bus.h"
 #include "ROS2/ROS2Bus.h"
 
 

+ 7 - 0
Gems/ROS2/Code/Source/ROS2LidarSensorComponent.h

@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) Contributors to the Open 3D Engine Project.
+ * For complete copyright and license terms please see the LICENSE at the root of this distribution.
+ *
+ * SPDX-License-Identifier: Apache-2.0 OR MIT
+ *
+ */
 #pragma once
 #pragma once
 
 
 #include <AzCore/Component/Component.h>
 #include <AzCore/Component/Component.h>