Adding missing o3de copyright headers
Signed-off-by: Gene Walters <genewalt@amazon.com>monroegm-disable-blank-issue-2
parent
6fb2558e44
commit
9814e9dc6c
@ -0,0 +1,68 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
set(ENABLED_GEMS
|
||||||
|
ImGui
|
||||||
|
ScriptEvents
|
||||||
|
ExpressionEvaluation
|
||||||
|
Gestures
|
||||||
|
CertificateManager
|
||||||
|
DebugDraw
|
||||||
|
SceneProcessing
|
||||||
|
GraphCanvas
|
||||||
|
InAppPurchases
|
||||||
|
AutomatedTesting
|
||||||
|
EditorPythonBindings
|
||||||
|
QtForPython
|
||||||
|
PythonAssetBuilder
|
||||||
|
Metastream
|
||||||
|
AudioSystem
|
||||||
|
Camera
|
||||||
|
EMotionFX
|
||||||
|
PhysX
|
||||||
|
CameraFramework
|
||||||
|
StartingPointMovement
|
||||||
|
StartingPointCamera
|
||||||
|
ScriptCanvas
|
||||||
|
ScriptCanvasPhysics
|
||||||
|
ScriptCanvasTesting
|
||||||
|
LyShineExamples
|
||||||
|
StartingPointInput
|
||||||
|
PhysXDebug
|
||||||
|
WhiteBox
|
||||||
|
FastNoise
|
||||||
|
SurfaceData
|
||||||
|
GradientSignal
|
||||||
|
Vegetation
|
||||||
|
GraphModel
|
||||||
|
LandscapeCanvas
|
||||||
|
NvCloth
|
||||||
|
Blast
|
||||||
|
Maestro
|
||||||
|
TextureAtlas
|
||||||
|
LmbrCentral
|
||||||
|
LyShine
|
||||||
|
HttpRequestor
|
||||||
|
Atom_AtomBridge
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
AWSCore
|
||||||
|
AWSClientAuth
|
||||||
|
AWSMetrics
|
||||||
|
PythonCoverage
|
||||||
|
>>>>>>> upstream/development
|
||||||
|
)
|
||||||
|
|
||||||
|
# TODO remove conditional add once AWSNativeSDK libs are fixed for Android and Linux Monolithic release.
|
||||||
|
set(aws_excluded_platforms Linux Android)
|
||||||
|
if (NOT (LY_MONOLITHIC_GAME AND ${PAL_PLATFORM_NAME} IN_LIST aws_excluded_platforms))
|
||||||
|
list(APPEND ENABLED_GEMS
|
||||||
|
AWSCore
|
||||||
|
AWSClientAuth
|
||||||
|
AWSMetrics
|
||||||
|
)
|
||||||
|
endif()
|
||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
add_subdirectory(Code)
|
add_subdirectory(Code)
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED TRUE)
|
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED TRUE)
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
set(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED FALSE)
|
||||||
|
|||||||
@ -1,10 +1,5 @@
|
|||||||
"""
|
"""
|
||||||
All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
its licensors.
|
|
||||||
|
|
||||||
For complete copyright and license terms please see the LICENSE at the root of this
|
SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
"""
|
"""
|
||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set(LY_COMPILE_OPTIONS PUBLIC -fexceptions)
|
set(LY_COMPILE_OPTIONS PUBLIC -fexceptions)
|
||||||
|
|||||||
@ -1,12 +1,8 @@
|
|||||||
#
|
#
|
||||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||||
# its licensors.
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
#
|
#
|
||||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
||||||
# distribution (the "License"). All use of this software is governed by the License,
|
|
||||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
||||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set(LY_COMPILE_OPTIONS PUBLIC /EHsc)
|
set(LY_COMPILE_OPTIONS PUBLIC /EHsc)
|
||||||
|
|||||||
Loading…
Reference in New Issue