Prechádzať zdrojové kódy

Final update copyright headers to reference license files at the repo root (#23)

Signed-off-by: spham <[email protected]>
Steve Pham 4 rokov pred
rodič
commit
bb83e9c6c1
38 zmenil súbory, kde vykonal 39 pridanie a 39 odobranie
  1. 1 1
      CMakeLists.txt
  2. 1 1
      EngineFinder.cmake
  3. 1 1
      Gem/CMakeLists.txt
  4. 1 1
      Gem/Code/CMakeLists.txt
  5. 1 1
      Gem/Code/Platform/Android/multiplayersample_android_files.cmake
  6. 1 1
      Gem/Code/Platform/Linux/multiplayersample_linux_files.cmake
  7. 1 1
      Gem/Code/Platform/Mac/multiplayersample_mac_files.cmake
  8. 1 1
      Gem/Code/Platform/Windows/multiplayersample_windows_files.cmake
  9. 1 1
      Gem/Code/Platform/iOS/multiplayer_ios_files.cmake
  10. 1 1
      Gem/Code/Source/Components/AnimatedHitVolumesComponent.cpp
  11. 1 1
      Gem/Code/Source/Components/AnimatedHitVolumesComponent.h
  12. 1 1
      Gem/Code/Source/Components/CharacterComponent.cpp
  13. 1 1
      Gem/Code/Source/Components/CharacterComponent.h
  14. 1 1
      Gem/Code/Source/Components/NetworkAnimationComponent.cpp
  15. 1 1
      Gem/Code/Source/Components/NetworkAnimationComponent.h
  16. 1 1
      Gem/Code/Source/Components/NetworkPlayerSpawnerComponent.cpp
  17. 1 1
      Gem/Code/Source/Components/NetworkPlayerSpawnerComponent.h
  18. 1 1
      Gem/Code/Source/Components/NetworkRigidBodyComponent.cpp
  19. 1 1
      Gem/Code/Source/Components/NetworkRigidBodyComponent.h
  20. 1 1
      Gem/Code/Source/Components/SimplePlayerCameraComponent.cpp
  21. 1 1
      Gem/Code/Source/Components/SimplePlayerCameraComponent.h
  22. 1 1
      Gem/Code/Source/Components/WasdPlayerMovementComponent.cpp
  23. 1 1
      Gem/Code/Source/Components/WasdPlayerMovementComponent.h
  24. 1 1
      Gem/Code/Source/MultiplayerSampleModule.cpp
  25. 1 1
      Gem/Code/Source/MultiplayerSampleSystemComponent.cpp
  26. 1 1
      Gem/Code/Source/MultiplayerSampleSystemComponent.h
  27. 1 1
      Gem/Code/Source/MultiplayerSampleTypes.h
  28. 1 1
      Gem/Code/enabled_gems.cmake
  29. 1 1
      Gem/Code/multiplayersample_autogen_files.cmake
  30. 1 1
      Gem/Code/multiplayersample_files.cmake
  31. 1 1
      Gem/Code/multiplayersample_shared_files.cmake
  32. 1 1
      Materials/UVs.azsl
  33. 1 1
      ShaderLib/raytracingscenesrg.srgi
  34. 1 1
      ShaderLib/scenesrg.srgi
  35. 1 1
      ShaderLib/viewsrg.srgi
  36. 1 1
      Shaders/CommonVS.azsli
  37. 2 2
      generate_asset_cmake.bat
  38. 1 1
      multiplayersample_asset_files.cmake

+ 1 - 1
CMakeLists.txt

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
EngineFinder.cmake

@@ -1,6 +1,6 @@
 # {BEGIN_LICENSE}
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/CMakeLists.txt

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/Platform/Android/multiplayersample_android_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/Platform/Linux/multiplayersample_linux_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/Platform/Mac/multiplayersample_mac_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/Platform/Windows/multiplayersample_windows_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/Platform/iOS/multiplayer_ios_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/Source/Components/AnimatedHitVolumesComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/AnimatedHitVolumesComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/CharacterComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/CharacterComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/NetworkAnimationComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/NetworkAnimationComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/NetworkPlayerSpawnerComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/NetworkPlayerSpawnerComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/NetworkRigidBodyComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/NetworkRigidBodyComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/SimplePlayerCameraComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/SimplePlayerCameraComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/WasdPlayerMovementComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/Components/WasdPlayerMovementComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/MultiplayerSampleModule.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/MultiplayerSampleSystemComponent.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/MultiplayerSampleSystemComponent.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/Source/MultiplayerSampleTypes.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Gem/Code/enabled_gems.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/multiplayersample_autogen_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/multiplayersample_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Gem/Code/multiplayersample_shared_files.cmake

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #

+ 1 - 1
Materials/UVs.azsl

@@ -1,6 +1,6 @@
 
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
ShaderLib/raytracingscenesrg.srgi

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
ShaderLib/scenesrg.srgi

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
ShaderLib/viewsrg.srgi

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 1 - 1
Shaders/CommonVS.azsli

@@ -1,6 +1,6 @@
 
 /*
- * Copyright (c) Contributors to the Open 3D Engine Project
+ * 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
  *

+ 2 - 2
generate_asset_cmake.bat

@@ -1,5 +1,5 @@
 @ECHO off
-REM Copyright (c) Contributors to the Open 3D Engine Project
+REM 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.
 REM 
 REM SPDX-License-Identifier: Apache-2.0 OR MIT
 
@@ -16,7 +16,7 @@ set OUTPUT_FILE=multiplayersample_asset_files.cmake
 
 :: Write copyright header to top of file
 echo # > %OUTPUT_FILE%
-echo # Copyright (c) Contributors to the Open 3D Engine Project >> %OUTPUT_FILE%
+echo # 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. >> %OUTPUT_FILE%
 echo # >> %OUTPUT_FILE%
 echo # SPDX-License-Identifier: Apache-2.0 OR MIT >> %OUTPUT_FILE%
 echo # >> %OUTPUT_FILE%

+ 1 - 1
multiplayersample_asset_files.cmake

@@ -1,5 +1,5 @@
 # 
-# Copyright (c) Contributors to the Open 3D Engine Project
+# 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
 #