Bläddra i källkod

Adding in copyright. Using --keep-license-text parameter when using o3de.bat create-gem

Signed-off-by: Gene Walters <[email protected]>
Gene Walters 2 år sedan
förälder
incheckning
eb6b83bc6d
42 ändrade filer med 230 tillägg och 0 borttagningar
  1. 5 0
      MPSGameLift/Code/CMakeLists.txt
  2. 7 0
      MPSGameLift/Code/Include/MPSGameLift/MPSGameLiftBus.h
  3. 5 0
      MPSGameLift/Code/Platform/Android/PAL_android.cmake
  4. 5 0
      MPSGameLift/Code/Platform/Android/mpsgamelift_api_files.cmake
  5. 5 0
      MPSGameLift/Code/Platform/Android/mpsgamelift_private_files.cmake
  6. 5 0
      MPSGameLift/Code/Platform/Android/mpsgamelift_shared_files.cmake
  7. 5 0
      MPSGameLift/Code/Platform/Linux/PAL_linux.cmake
  8. 5 0
      MPSGameLift/Code/Platform/Linux/mpsgamelift_api_files.cmake
  9. 5 0
      MPSGameLift/Code/Platform/Linux/mpsgamelift_editor_api_files.cmake
  10. 5 0
      MPSGameLift/Code/Platform/Linux/mpsgamelift_private_files.cmake
  11. 5 0
      MPSGameLift/Code/Platform/Linux/mpsgamelift_shared_files.cmake
  12. 5 0
      MPSGameLift/Code/Platform/Mac/PAL_mac.cmake
  13. 5 0
      MPSGameLift/Code/Platform/Mac/mpsgamelift_api_files.cmake
  14. 5 0
      MPSGameLift/Code/Platform/Mac/mpsgamelift_editor_api_files.cmake
  15. 5 0
      MPSGameLift/Code/Platform/Mac/mpsgamelift_private_files.cmake
  16. 5 0
      MPSGameLift/Code/Platform/Mac/mpsgamelift_shared_files.cmake
  17. 5 0
      MPSGameLift/Code/Platform/Windows/PAL_windows.cmake
  18. 5 0
      MPSGameLift/Code/Platform/Windows/mpsgamelift_api_files.cmake
  19. 5 0
      MPSGameLift/Code/Platform/Windows/mpsgamelift_editor_api_files.cmake
  20. 5 0
      MPSGameLift/Code/Platform/Windows/mpsgamelift_private_files.cmake
  21. 5 0
      MPSGameLift/Code/Platform/Windows/mpsgamelift_shared_files.cmake
  22. 5 0
      MPSGameLift/Code/Platform/iOS/PAL_ios.cmake
  23. 5 0
      MPSGameLift/Code/Platform/iOS/mpsgamelift_api_files.cmake
  24. 5 0
      MPSGameLift/Code/Platform/iOS/mpsgamelift_private_files.cmake
  25. 5 0
      MPSGameLift/Code/Platform/iOS/mpsgamelift_shared_files.cmake
  26. 7 0
      MPSGameLift/Code/Source/MPSGameLiftModuleInterface.h
  27. 7 0
      MPSGameLift/Code/Source/Tools/MPSGameLiftEditorModule.cpp
  28. 7 0
      MPSGameLift/Code/Source/Tools/MPSGameLiftEditorSystemComponent.cpp
  29. 7 0
      MPSGameLift/Code/Source/Tools/MPSGameLiftEditorSystemComponent.h
  30. 7 0
      MPSGameLift/Code/Source/Unified/MPSGameLiftModule.cpp
  31. 7 0
      MPSGameLift/Code/Source/Unified/MPSGameLiftSystemComponent.cpp
  32. 7 0
      MPSGameLift/Code/Source/Unified/MPSGameLiftSystemComponent.h
  33. 7 0
      MPSGameLift/Code/Tests/Tools/MPSGameLiftEditorTest.cpp
  34. 7 0
      MPSGameLift/Code/Tests/Unified/MPSGameLiftTest.cpp
  35. 5 0
      MPSGameLift/Code/mpsgamelift_api_files.cmake
  36. 5 0
      MPSGameLift/Code/mpsgamelift_editor_api_files.cmake
  37. 5 0
      MPSGameLift/Code/mpsgamelift_editor_private_files.cmake
  38. 5 0
      MPSGameLift/Code/mpsgamelift_editor_shared_files.cmake
  39. 5 0
      MPSGameLift/Code/mpsgamelift_editor_tests_files.cmake
  40. 5 0
      MPSGameLift/Code/mpsgamelift_private_files.cmake
  41. 5 0
      MPSGameLift/Code/mpsgamelift_shared_files.cmake
  42. 5 0
      MPSGameLift/Code/mpsgamelift_tests_files.cmake

+ 5 - 0
MPSGameLift/Code/CMakeLists.txt

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Currently we are in the Code folder: ${CMAKE_CURRENT_LIST_DIR}
 # Get the platform specific folder ${pal_dir} for the current folder: ${CMAKE_CURRENT_LIST_DIR}/Platform/${PAL_PLATFORM_NAME}

+ 7 - 0
MPSGameLift/Code/Include/MPSGameLift/MPSGameLiftBus.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
 

+ 5 - 0
MPSGameLift/Code/Platform/Android/PAL_android.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(PAL_TRAIT_MPSGAMELIFT_SUPPORTED TRUE)
 set(PAL_TRAIT_MPSGAMELIFT_TEST_SUPPORTED FALSE)

+ 5 - 0
MPSGameLift/Code/Platform/Android/mpsgamelift_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/Android/mpsgamelift_private_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Android
 # i.e. ../Source/Android/MPSGameLiftAndroid.cpp

+ 5 - 0
MPSGameLift/Code/Platform/Android/mpsgamelift_shared_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Android
 # i.e. ../Source/Android/MPSGameLiftAndroid.cpp

+ 5 - 0
MPSGameLift/Code/Platform/Linux/PAL_linux.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(PAL_TRAIT_MPSGAMELIFT_SUPPORTED TRUE)
 set(PAL_TRAIT_MPSGAMELIFT_TEST_SUPPORTED FALSE)

+ 5 - 0
MPSGameLift/Code/Platform/Linux/mpsgamelift_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/Linux/mpsgamelift_editor_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/Linux/mpsgamelift_private_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Linux
 # i.e. ../Source/Linux/MPSGameLiftLinux.cpp

+ 5 - 0
MPSGameLift/Code/Platform/Linux/mpsgamelift_shared_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Linux
 # i.e. ../Source/Linux/MPSGameLiftLinux.cpp

+ 5 - 0
MPSGameLift/Code/Platform/Mac/PAL_mac.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(PAL_TRAIT_MPSGAMELIFT_SUPPORTED TRUE)
 set(PAL_TRAIT_MPSGAMELIFT_TEST_SUPPORTED FALSE)

+ 5 - 0
MPSGameLift/Code/Platform/Mac/mpsgamelift_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/Mac/mpsgamelift_editor_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/Mac/mpsgamelift_private_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Mac
 # i.e. ../Source/Mac/MPSGameLiftMac.cpp

+ 5 - 0
MPSGameLift/Code/Platform/Mac/mpsgamelift_shared_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Mac
 # i.e. ../Source/Mac/MPSGameLiftMac.cpp

+ 5 - 0
MPSGameLift/Code/Platform/Windows/PAL_windows.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(PAL_TRAIT_MPSGAMELIFT_SUPPORTED TRUE)
 set(PAL_TRAIT_MPSGAMELIFT_TEST_SUPPORTED FALSE)

+ 5 - 0
MPSGameLift/Code/Platform/Windows/mpsgamelift_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/Windows/mpsgamelift_editor_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/Windows/mpsgamelift_private_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Windows
 # i.e. ../Source/Windows/MPSGameLiftWindows.cpp

+ 5 - 0
MPSGameLift/Code/Platform/Windows/mpsgamelift_shared_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for Windows
 # i.e. ../Source/Windows/MPSGameLiftWindows.cpp

+ 5 - 0
MPSGameLift/Code/Platform/iOS/PAL_ios.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(PAL_TRAIT_MPSGAMELIFT_SUPPORTED TRUE)
 set(PAL_TRAIT_MPSGAMELIFT_TEST_SUPPORTED FALSE)

+ 5 - 0
MPSGameLift/Code/Platform/iOS/mpsgamelift_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
 )

+ 5 - 0
MPSGameLift/Code/Platform/iOS/mpsgamelift_private_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for iOS
 # i.e. ../Source/iOS/MPSGameLiftiOS.cpp

+ 5 - 0
MPSGameLift/Code/Platform/iOS/mpsgamelift_shared_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 # Platform specific files for iOS
 # i.e. ../Source/iOS/MPSGameLiftiOS.cpp

+ 7 - 0
MPSGameLift/Code/Source/MPSGameLiftModuleInterface.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
+ *
+ */
 
 #include <AzCore/Memory/SystemAllocator.h>
 #include <AzCore/Module/Module.h>

+ 7 - 0
MPSGameLift/Code/Source/Tools/MPSGameLiftEditorModule.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 <MPSGameLiftModuleInterface.h>
 #include "MPSGameLiftEditorSystemComponent.h"

+ 7 - 0
MPSGameLift/Code/Source/Tools/MPSGameLiftEditorSystemComponent.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 <AzCore/Serialization/SerializeContext.h>
 #include "MPSGameLiftEditorSystemComponent.h"

+ 7 - 0
MPSGameLift/Code/Source/Tools/MPSGameLiftEditorSystemComponent.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
 

+ 7 - 0
MPSGameLift/Code/Source/Unified/MPSGameLiftModule.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 <MPSGameLiftModuleInterface.h>

+ 7 - 0
MPSGameLift/Code/Source/Unified/MPSGameLiftSystemComponent.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 "MPSGameLiftSystemComponent.h"
 

+ 7 - 0
MPSGameLift/Code/Source/Unified/MPSGameLiftSystemComponent.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
 

+ 7 - 0
MPSGameLift/Code/Tests/Tools/MPSGameLiftEditorTest.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 <AzTest/AzTest.h>
 

+ 7 - 0
MPSGameLift/Code/Tests/Unified/MPSGameLiftTest.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 <AzTest/AzTest.h>
 

+ 5 - 0
MPSGameLift/Code/mpsgamelift_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
     Include/MPSGameLift/MPSGameLiftBus.h

+ 5 - 0
MPSGameLift/Code/mpsgamelift_editor_api_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 
 set(FILES

+ 5 - 0
MPSGameLift/Code/mpsgamelift_editor_private_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
     Source/Tools/MPSGameLiftEditorSystemComponent.cpp

+ 5 - 0
MPSGameLift/Code/mpsgamelift_editor_shared_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
     Source/Tools/MPSGameLiftEditorModule.cpp

+ 5 - 0
MPSGameLift/Code/mpsgamelift_editor_tests_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
     Tests/Tools/MPSGameLiftEditorTest.cpp

+ 5 - 0
MPSGameLift/Code/mpsgamelift_private_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
     Source/MPSGameLiftModuleInterface.h

+ 5 - 0
MPSGameLift/Code/mpsgamelift_shared_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
     Source/Unified/MPSGameLiftModule.cpp

+ 5 - 0
MPSGameLift/Code/mpsgamelift_tests_files.cmake

@@ -1,3 +1,8 @@
+# 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
+#
 
 set(FILES
     Tests/Unified/MPSGameLiftTest.cpp