瀏覽代碼

Added copyright notice to sources

Signed-off-by: Jason Dela Cruz <[email protected]>
Jason Dela Cruz 2 年之前
父節點
當前提交
72d79b6550
共有 100 個文件被更改,包括 759 次插入1 次删除
  1. 7 0
      Gems/O3DE/GeomNodes/CMakeLists.txt
  2. 7 0
      Gems/O3DE/GeomNodes/Code/CMakeLists.txt
  3. 7 0
      Gems/O3DE/GeomNodes/Code/Include/GeomNodes/GeomNodesBus.h
  4. 7 0
      Gems/O3DE/GeomNodes/Code/Include/GeomNodes/GeomNodesTypeIds.h
  5. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Android/PAL_android.cmake
  6. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Android/geomnodes_api_files.cmake
  7. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Android/geomnodes_private_files.cmake
  8. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Android/geomnodes_shared_files.cmake
  9. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Linux/PAL_linux.cmake
  10. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_api_files.cmake
  11. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_editor_api_files.cmake
  12. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_private_files.cmake
  13. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_shared_files.cmake
  14. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Mac/PAL_mac.cmake
  15. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_api_files.cmake
  16. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_editor_api_files.cmake
  17. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_private_files.cmake
  18. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_shared_files.cmake
  19. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Windows/PAL_windows.cmake
  20. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_api_files.cmake
  21. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_editor_api_files.cmake
  22. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_private_files.cmake
  23. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_shared_files.cmake
  24. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/iOS/PAL_ios.cmake
  25. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/iOS/geomnodes_api_files.cmake
  26. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/iOS/geomnodes_private_files.cmake
  27. 7 0
      Gems/O3DE/GeomNodes/Code/Platform/iOS/geomnodes_shared_files.cmake
  28. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNAPI.cpp
  29. 7 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNAPI.h
  30. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNConstants.h
  31. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNEvents.h
  32. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Commons.h
  33. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesComponent.cpp
  34. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesComponent.h
  35. 7 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesSystemComponent.cpp
  36. 7 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesSystemComponent.h
  37. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNConfiguration.cpp
  38. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNConfiguration.h
  39. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNEditorSettingsRegistryManager.cpp
  40. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNEditorSettingsRegistryManager.h
  41. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNSettingsRegistryManager.cpp
  42. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNSettingsRegistryManager.h
  43. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/EditorGeomNodesComponentBus.h
  44. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/GeomNodesBus.h
  45. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/IpcHandlerBus.h
  46. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/ValidatorBus.h
  47. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Math/MathHelper.cpp
  48. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Math/MathHelper.h
  49. 7 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Modules/GeomNodesEditorModule.cpp
  50. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/Atom/GNAttributeBuffer.h
  51. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/Atom/GNBuffer.h
  52. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshController.cpp
  53. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshController.h
  54. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshData.cpp
  55. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshData.h
  56. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNModelData.cpp
  57. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNModelData.h
  58. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNRenderMesh.cpp
  59. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNRenderMesh.h
  60. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNRenderMeshInterface.h
  61. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNInstance.cpp
  62. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNInstance.h
  63. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNParamContext.cpp
  64. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNParamContext.h
  65. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNProperty.cpp
  66. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNProperty.h
  67. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNSystemInterface.cpp
  68. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNSystemInterface.h
  69. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GeomNodesSystem.cpp
  70. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GeomNodesSystem.h
  71. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ConfigurationWidget.cpp
  72. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ConfigurationWidget.h
  73. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/EditorWindow.cpp
  74. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/EditorWindow.h
  75. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/FunctorValidator.cpp
  76. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/FunctorValidator.h
  77. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/GeomNodesValidator.cpp
  78. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/GeomNodesValidator.h
  79. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/PropertyFileSelect.cpp
  80. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/PropertyFileSelect.h
  81. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/PropertyFuncValBrowseEdit.h
  82. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/SettingsWidget.cpp
  83. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/SettingsWidget.h
  84. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/UI_common.h
  85. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Utils.cpp
  86. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Utils.h
  87. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ValidationHandler.cpp
  88. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ValidationHandler.h
  89. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Validators.cpp
  90. 8 0
      Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Validators.h
  91. 7 0
      Gems/O3DE/GeomNodes/Code/Source/GeomNodes/Components/GeomNodesSystemComponent.cpp
  92. 7 0
      Gems/O3DE/GeomNodes/Code/Source/GeomNodes/Components/GeomNodesSystemComponent.h
  93. 7 0
      Gems/O3DE/GeomNodes/Code/Source/GeomNodes/Modules/GeomNodesModule.cpp
  94. 7 0
      Gems/O3DE/GeomNodes/Code/Source/GeomNodesModuleInterface.cpp
  95. 7 0
      Gems/O3DE/GeomNodes/Code/Source/GeomNodesModuleInterface.h
  96. 7 0
      Gems/O3DE/GeomNodes/Code/Tests/Clients/GeomNodesTest.cpp
  97. 7 0
      Gems/O3DE/GeomNodes/Code/Tests/Tools/GeomNodesEditorTest.cpp
  98. 7 0
      Gems/O3DE/GeomNodes/Code/geomnodes_api_files.cmake
  99. 7 1
      Gems/O3DE/GeomNodes/Code/geomnodes_editor_api_files.cmake
  100. 7 0
      Gems/O3DE/GeomNodes/Code/geomnodes_editor_private_files.cmake

+ 7 - 0
Gems/O3DE/GeomNodes/CMakeLists.txt

@@ -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
+#
+#
 
 # Query the gem name from the gem.json file if possible
 # otherwise fallback to using GeomNodes

+ 7 - 0
Gems/O3DE/GeomNodes/Code/CMakeLists.txt

@@ -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
+#
+#
 
 # 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
Gems/O3DE/GeomNodes/Code/Include/GeomNodes/GeomNodesBus.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
Gems/O3DE/GeomNodes/Code/Include/GeomNodes/GeomNodesTypeIds.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
Gems/O3DE/GeomNodes/Code/Platform/Android/PAL_android.cmake

@@ -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
+#
+#
 
 set(PAL_TRAIT_GEOMNODES_SUPPORTED TRUE)
 set(PAL_TRAIT_GEOMNODES_TEST_SUPPORTED FALSE)

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Android/geomnodes_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Android/geomnodes_private_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Android
 # i.e. ../Source/Android/GeomNodesAndroid.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Android/geomnodes_shared_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Android
 # i.e. ../Source/Android/GeomNodesAndroid.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Linux/PAL_linux.cmake

@@ -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
+#
+#
 
 set(PAL_TRAIT_GEOMNODES_SUPPORTED TRUE)
 set(PAL_TRAIT_GEOMNODES_TEST_SUPPORTED FALSE)

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_editor_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_private_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Linux
 # i.e. ../Source/Linux/GeomNodesLinux.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Linux/geomnodes_shared_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Linux
 # i.e. ../Source/Linux/GeomNodesLinux.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Mac/PAL_mac.cmake

@@ -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
+#
+#
 
 set(PAL_TRAIT_GEOMNODES_SUPPORTED TRUE)
 set(PAL_TRAIT_GEOMNODES_TEST_SUPPORTED FALSE)

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_editor_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_private_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Mac
 # i.e. ../Source/Mac/GeomNodesMac.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Mac/geomnodes_shared_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Mac
 # i.e. ../Source/Mac/GeomNodesMac.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Windows/PAL_windows.cmake

@@ -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
+#
+#
 
 set(PAL_TRAIT_GEOMNODES_SUPPORTED TRUE)
 set(PAL_TRAIT_GEOMNODES_TEST_SUPPORTED FALSE)

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_editor_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_private_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Windows
 # i.e. ../Source/Windows/GeomNodesWindows.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/Windows/geomnodes_shared_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for Windows
 # i.e. ../Source/Windows/GeomNodesWindows.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/iOS/PAL_ios.cmake

@@ -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
+#
+#
 
 set(PAL_TRAIT_GEOMNODES_SUPPORTED TRUE)
 set(PAL_TRAIT_GEOMNODES_TEST_SUPPORTED FALSE)

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/iOS/geomnodes_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
 )

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/iOS/geomnodes_private_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for iOS
 # i.e. ../Source/iOS/GeomNodesiOS.cpp

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Platform/iOS/geomnodes_shared_files.cmake

@@ -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
+#
+#
 
 # Platform specific files for iOS
 # i.e. ../Source/iOS/GeomNodesiOS.cpp

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNAPI.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Common/GNAPI.h>
 
 namespace GeomNodes

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNAPI.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
 #define USE_BRIDGE

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNConstants.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 namespace GeomNodes

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Common/GNEvents.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 #include <AzCore/EBus/Event.h>
 

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Commons.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/Math/Crc.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesComponent.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Components/EditorGeomNodesComponent.h>
 #include <Editor/UI/UI_common.h>
 #include <Editor/UI/Validators.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesComponent.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzToolsFramework/ToolsComponents/EditorComponentBase.h>

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesSystemComponent.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 <Editor/Systems/GeomNodesSystem.h>

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Components/EditorGeomNodesSystemComponent.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
 

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNConfiguration.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Configuration/GNConfiguration.h>
 
 #include <AzCore/Memory/SystemAllocator.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNConfiguration.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/std/string/string.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNEditorSettingsRegistryManager.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Configuration/GNEditorSettingsRegistryManager.h>
 
 #include <AzCore/IO/SystemFile.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNEditorSettingsRegistryManager.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <Editor/Configuration/GNSettingsRegistryManager.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNSettingsRegistryManager.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Configuration/GNSettingsRegistryManager.h>
 
 #include <AzCore/Settings/SettingsRegistry.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Configuration/GNSettingsRegistryManager.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 #include <AzCore/std/optional.h>
 #include <Editor/Configuration/GNConfiguration.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/EditorGeomNodesComponentBus.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/Component/ComponentBus.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/GeomNodesBus.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/EBus/EBus.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/IpcHandlerBus.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/EBus/EBus.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/EBus/ValidatorBus.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include "Editor/UI/FunctorValidator.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Math/MathHelper.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Math/MathHelper.h>
 
 namespace GeomNodes

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Math/MathHelper.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/Math/Transform.h>

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Modules/GeomNodesEditorModule.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 <GeomNodes/GeomNodesTypeIds.h>
 #include <GeomNodesModuleInterface.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/Atom/GNAttributeBuffer.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include "GNBuffer.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/Atom/GNBuffer.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include "Editor/Math/MathHelper.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshController.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Rendering/GNMeshController.h>
 #include <Editor/Rendering/GNRenderMesh.h>
 #include <Editor/UI/Utils.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshController.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 #include <AzFramework/Visibility/BoundsBus.h>
 #include <AzFramework/Asset/AssetCatalogBus.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshData.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Rendering/GNMeshData.h>
 #include <AzCore/std/containers/unordered_map.h>
 

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNMeshData.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <Editor/Common/GNConstants.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNModelData.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Rendering/GNModelData.h>
 #include <Editor/Systems/GNParamContext.h>
 #include <AzCore/std/containers/set.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNModelData.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <Editor/Rendering/GNMeshData.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNRenderMesh.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "GNRenderMesh.h"
 
 #include <Atom/RPI.Public/Model/Model.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNRenderMesh.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 #include <AzCore/Component/TickBus.h>
 

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Rendering/GNRenderMeshInterface.h

@@ -1,3 +1,11 @@
+/*
+ * 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/Component/Component.h>
 #include <GeomNodes/GeomNodesTypeIds.h>
 

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNInstance.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "GNInstance.h"
 #include <Editor/Common/GNAPI.h>
 #include <Editor/Systems/GeomNodesSystem.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNInstance.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include "Editor/Commons.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNParamContext.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "GNParamContext.h"
 
 #include <AzCore/Serialization/EditContext.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNParamContext.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/RTTI/ReflectContext.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNProperty.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "GNProperty.h"
 
 namespace GeomNodes

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNProperty.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/Memory/SystemAllocator.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNSystemInterface.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/Systems/GNSystemInterface.h>
 
 namespace GeomNodes

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GNSystemInterface.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/EBus/Event.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GeomNodesSystem.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "GeomNodesSystem.h"
 #include "Editor/UI/PropertyFileSelect.h"
 #include "Editor/UI/ValidationHandler.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/Systems/GeomNodesSystem.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/Interface/Interface.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ConfigurationWidget.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <AzFramework/Physics/SystemBus.h>
 #include <AzFramework/Physics/Collision/CollisionGroups.h>
 #include <AzFramework/Physics/Collision/CollisionLayers.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ConfigurationWidget.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #if !defined(Q_MOC_RUN)

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/EditorWindow.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 <Editor/UI/ui_EditorWindow.h>
 #include <Editor/UI/EditorWindow.h>
 #include <Editor/UI/ConfigurationWidget.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/EditorWindow.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #if !defined(Q_MOC_RUN)

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/FunctorValidator.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "FunctorValidator.h"
 
 namespace GeomNodes

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/FunctorValidator.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #if !defined(Q_MOC_RUN)

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/GeomNodesValidator.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "GeomNodesValidator.h"
 
 #include "Validators.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/GeomNodesValidator.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include "FunctorValidator.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/PropertyFileSelect.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "PropertyFileSelect.h"
 
 #include "UI_common.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/PropertyFileSelect.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #if !defined(Q_MOC_RUN)

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/PropertyFuncValBrowseEdit.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #if !defined(Q_MOC_RUN)

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/SettingsWidget.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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/Component/ComponentApplicationBus.h>
 #include <AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.hxx>
 #include <AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/SettingsWidget.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #if !defined(Q_MOC_RUN)

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/UI_common.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include "Editor/Commons.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Utils.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "Utils.h"
 
 #include <AzCore/IO/SystemFile.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Utils.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/std/string/string.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ValidationHandler.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "ValidationHandler.h"
 
 //#include "PropertyFuncValLineEdit.h"

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/ValidationHandler.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include <AzCore/std/containers/vector.h>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Validators.cpp

@@ -1,3 +1,11 @@
+/*
+ * 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 "Validators.h"
 
 #include <QDir>

+ 8 - 0
Gems/O3DE/GeomNodes/Code/Source/Editor/UI/Validators.h

@@ -1,3 +1,11 @@
+/*
+ * 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
 
 #include "FunctorValidator.h"

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/GeomNodes/Components/GeomNodesSystemComponent.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 "GeomNodesSystemComponent.h"
 

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/GeomNodes/Components/GeomNodesSystemComponent.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
Gems/O3DE/GeomNodes/Code/Source/GeomNodes/Modules/GeomNodesModule.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 <GeomNodes/GeomNodesTypeIds.h>
 #include <GeomNodesModuleInterface.h>

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/GeomNodesModuleInterface.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 "GeomNodesModuleInterface.h"
 #include <AzCore/Memory/Memory.h>

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Source/GeomNodesModuleInterface.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/Memory_fwd.h>
 #include <AzCore/Module/Module.h>

+ 7 - 0
Gems/O3DE/GeomNodes/Code/Tests/Clients/GeomNodesTest.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
Gems/O3DE/GeomNodes/Code/Tests/Tools/GeomNodesEditorTest.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
Gems/O3DE/GeomNodes/Code/geomnodes_api_files.cmake

@@ -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
+#
+#
 
 set(FILES
     Include/GeomNodes/GeomNodesBus.h

+ 7 - 1
Gems/O3DE/GeomNodes/Code/geomnodes_editor_api_files.cmake

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

+ 7 - 0
Gems/O3DE/GeomNodes/Code/geomnodes_editor_private_files.cmake

@@ -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
+#
+#
 
 set(FILES
     Source/Editor/Commons.h

Some files were not shown because too many files changed in this diff