O3DE Copyright Updates for Linux Foundation (#1504)
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
"""
|
||||
All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
||||
its licensors.
|
||||
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 (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.
|
||||
SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
"""
|
||||
|
||||
from argparse import ArgumentParser
|
||||
@@ -18,7 +13,7 @@ import sys
|
||||
|
||||
|
||||
__version__ = '0.1.0'
|
||||
__copyright__ = 'Copyright (c) Amazon.com, Inc.'
|
||||
__copyright__ = 'Copyright (c) Contributors to the Open 3D Engine Project.'
|
||||
|
||||
|
||||
all_events = set()
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"""
|
||||
All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
||||
its licensors.
|
||||
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 (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.
|
||||
SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
"""
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
"""
|
||||
All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
||||
its licensors.
|
||||
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 (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.
|
||||
SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
"""
|
||||
|
||||
from argparse import ArgumentParser
|
||||
@@ -18,7 +13,7 @@ from xml.etree import ElementTree
|
||||
|
||||
|
||||
__version__ = '0.1.0'
|
||||
__copyright__ = 'Copyright (c) Amazon.com, Inc.'
|
||||
__copyright__ = 'Copyright (c) Contributors to the Open 3D Engine Project.'
|
||||
|
||||
metadata_file_extension = '.bankdeps'
|
||||
metadata_version = '1.0'
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
"""
|
||||
All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
||||
its licensors.
|
||||
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 (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.
|
||||
SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
"""
|
||||
|
||||
from argparse import ArgumentParser
|
||||
@@ -19,7 +14,7 @@ import sys
|
||||
|
||||
|
||||
__version__ = '0.1.0'
|
||||
__copyright__ = 'Copyright (c) Amazon.com, Inc.'
|
||||
__copyright__ = 'Copyright (c) Contributors to the Open 3D Engine Project.'
|
||||
|
||||
wwise_versions = dict()
|
||||
project_platforms = dict()
|
||||
|
||||
Reference in New Issue
Block a user