From 96843bccab3325a36dff6451b7e46837a9e918de Mon Sep 17 00:00:00 2001
From: Brandon Hook <93558384+brhook-aws@users.noreply.github.com>
Date: Mon, 23 May 2022 16:39:58 -0700
Subject: [PATCH] Update Information to Allow Publishing into UE Marketplace
(#23)
* Update Information to Allow Publishing into UE Marketplace
* Include License and other legal for distribution
---
Ambit/Ambit.uplugin | 14 +-
Ambit/Config/FilterPlugin.ini | 6 +-
Ambit/LICENSE | 201 ++++++++++++++
Ambit/NOTICE.md | 4 +
.../Source/AWSUE4Module/AWSUE4Module.Build.cs | 2 +-
.../AWSUE4Module/Private/AWSHelpers.cpp | 2 +-
.../AWSUE4Module/Private/AWSUE4Module.cpp | 2 +-
.../AWSUE4Module/Private/AWSUEStringUtils.cpp | 2 +-
.../AWSUE4Module/Private/AWSUEStringUtils.h | 2 +-
.../Private/FirehoseUE4Client.cpp | 2 +-
.../AWSUE4Module/Private/S3UEClient.cpp | 2 +-
.../AWSUE4Module/Private/S3UEClient.spec.cpp | 2 +-
Ambit/Source/AWSUE4Module/Public/AWSHelpers.h | 2 +-
.../Source/AWSUE4Module/Public/AWSUE4Module.h | 2 +-
.../AWSUE4Module/Public/FirehoseUE4Client.h | 2 +-
Ambit/Source/AWSUE4Module/Public/S3UEClient.h | 2 +-
.../Actors/EditorDetails/SpawnerDetails.cpp | 2 +-
.../Actors/EditorDetails/SpawnerDetails.h | 2 +-
.../SpawnedObjectConfig.cpp | 2 +-
.../SpawnedObjectConfig.h | 2 +-
.../SpawnedObjectConfig.spec.cpp | 2 +-
.../SpawnedVehiclePathConfig.cpp | 2 +-
.../SpawnedVehiclePathConfig.h | 2 +-
.../SpawnedVehiclePathConfig.spec.cpp | 2 +-
.../SpawnerConfigs/SpawnInVolume.spec.cpp | 2 +-
.../SpawnerConfigs/SpawnInVolumeConfig.cpp | 2 +-
.../SpawnerConfigs/SpawnInVolumeConfig.h | 2 +-
.../SpawnerConfigs/SpawnOnPathConfig.cpp | 2 +-
.../Actors/SpawnerConfigs/SpawnOnPathConfig.h | 2 +-
.../SpawnerConfigs/SpawnOnPathConfig.spec.cpp | 2 +-
.../SpawnerConfigs/SpawnVehiclePathConfig.cpp | 2 +-
.../SpawnerConfigs/SpawnVehiclePathConfig.h | 2 +-
.../SpawnerConfigs/SpawnWithHoudiniConfig.cpp | 2 +-
.../SpawnerConfigs/SpawnWithHoudiniConfig.h | 2 +-
.../SpawnerConfigs/SpawnerBaseConfig.cpp | 2 +-
.../Actors/SpawnerConfigs/SpawnerBaseConfig.h | 2 +-
.../SpawnerConfigs/SpawnerBaseConfig.spec.cpp | 2 +-
.../Ambit/Actors/Spawners/AmbitSpawner.h | 2 +-
.../Ambit/Actors/Spawners/SpawnInVolume.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnInVolume.h | 2 +-
.../Actors/Spawners/SpawnInVolume.spec.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnOnPath.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnOnPath.h | 2 +-
.../Actors/Spawners/SpawnOnPath.spec.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnOnSurface.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnOnSurface.h | 2 +-
.../Actors/Spawners/SpawnOnSurface.spec.cpp | 2 +-
.../Actors/Spawners/SpawnVehiclePath.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnVehiclePath.h | 2 +-
.../Actors/Spawners/SpawnWithHoudini.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnWithHoudini.h | 2 +-
.../Actors/Spawners/SpawnWithHoudini.spec.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnerBase.cpp | 2 +-
.../Ambit/Actors/Spawners/SpawnerBase.h | 2 +-
.../Spawners/TestClasses/MockableSpawner.h | 2 +-
Ambit/Source/Ambit/Ambit.Build.cs | 2 +-
Ambit/Source/Ambit/AmbitModule.cpp | 2 +-
Ambit/Source/Ambit/AmbitModule.h | 2 +-
.../Ambit/Mode/AWSRegionDropdownMenu.cpp | 2 +-
.../Source/Ambit/Mode/AWSRegionDropdownMenu.h | 2 +-
.../Ambit/Mode/AmbitDetailCustomization.cpp | 2 +-
.../Ambit/Mode/AmbitDetailCustomization.h | 2 +-
Ambit/Source/Ambit/Mode/AmbitMode.cpp | 2 +-
Ambit/Source/Ambit/Mode/AmbitMode.h | 2 +-
Ambit/Source/Ambit/Mode/AmbitObject.h | 2 +-
Ambit/Source/Ambit/Mode/AmbitWeather.cpp | 2 +-
Ambit/Source/Ambit/Mode/AmbitWeather.h | 2 +-
.../Ambit/Mode/AmbitWeatherParameters.cpp | 2 +-
.../Ambit/Mode/AmbitWeatherParameters.h | 2 +-
.../Mode/AmbitWeatherParameters.spec.cpp | 2 +-
Ambit/Source/Ambit/Mode/AmbitWidget.cpp | 2 +-
Ambit/Source/Ambit/Mode/AmbitWidget.h | 2 +-
.../Ambit/Mode/BulkScenarioConfiguration.cpp | 2 +-
.../Ambit/Mode/BulkScenarioConfiguration.h | 2 +-
.../Mode/BulkScenarioConfiguration.spec.cpp | 2 +-
.../Source/Ambit/Mode/ConfigImportExport.cpp | 2 +-
Ambit/Source/Ambit/Mode/ConfigImportExport.h | 2 +-
.../Ambit/Mode/ConfigImportExport.spec.cpp | 2 +-
.../Ambit/Mode/ConfigImportExportInterface.h | 2 +-
Ambit/Source/Ambit/Mode/Constant.h | 2 +-
Ambit/Source/Ambit/Mode/DropdownMenuBase.h | 2 +-
Ambit/Source/Ambit/Mode/ExportPlatforms.cpp | 2 +-
Ambit/Source/Ambit/Mode/ExportPlatforms.h | 2 +-
Ambit/Source/Ambit/Mode/GltfExport.cpp | 2 +-
Ambit/Source/Ambit/Mode/GltfExport.h | 2 +-
Ambit/Source/Ambit/Mode/GltfExport.spec.cpp | 2 +-
Ambit/Source/Ambit/Mode/GltfExportInterface.h | 2 +-
.../Ambit/Mode/GltfExporterExternal.cpp | 2 +-
.../Source/Ambit/Mode/GltfExporterExternal.h | 2 +-
.../Mode/GltfExporterExternalInterface.h | 2 +-
.../Ambit/Mode/GltfFileTypeDropdownMenu.cpp | 2 +-
.../Ambit/Mode/GltfFileTypeDropdownMenu.h | 2 +-
Ambit/Source/Ambit/Mode/IScenarioParameter.h | 2 +-
Ambit/Source/Ambit/Mode/PedestrianTraffic.cpp | 2 +-
Ambit/Source/Ambit/Mode/PedestrianTraffic.h | 2 +-
.../Source/Ambit/Mode/ScenarioDefinition.cpp | 2 +-
Ambit/Source/Ambit/Mode/ScenarioDefinition.h | 2 +-
.../Ambit/Mode/StringDropdownMenuBase.h | 2 +-
.../Mode/TestClasses/ConfigImportExportMock.h | 2 +-
.../Ambit/Mode/TestClasses/GltfExportMock.h | 2 +-
.../TestClasses/GltfExporterExternalMock.h | 2 +-
.../Ambit/Mode/TimeOfDayDropdownMenu.cpp | 2 +-
.../Source/Ambit/Mode/TimeOfDayDropdownMenu.h | 2 +-
Ambit/Source/Ambit/Mode/TimeOfDayTypes.cpp | 2 +-
Ambit/Source/Ambit/Mode/TimeOfDayTypes.h | 2 +-
Ambit/Source/Ambit/Mode/VehicleTraffic.cpp | 2 +-
Ambit/Source/Ambit/Mode/VehicleTraffic.h | 2 +-
.../Source/Ambit/Mode/WeatherDropdownMenu.cpp | 2 +-
Ambit/Source/Ambit/Mode/WeatherDropdownMenu.h | 2 +-
Ambit/Source/Ambit/Mode/WeatherTypes.cpp | 2 +-
Ambit/Source/Ambit/Mode/WeatherTypes.h | 2 +-
Ambit/Source/Ambit/Utils/AWSWrapper.cpp | 2 +-
Ambit/Source/Ambit/Utils/AWSWrapper.h | 2 +-
Ambit/Source/Ambit/Utils/AmbitFileHelpers.cpp | 2 +-
Ambit/Source/Ambit/Utils/AmbitFileHelpers.h | 2 +-
.../Utils/AmbitSpawnerCollisionHelpers.cpp | 2 +-
.../Utils/AmbitSpawnerCollisionHelpers.h | 2 +-
.../AmbitSpawnerCollisionHelpers.spec.cpp | 2 +-
.../Source/Ambit/Utils/AmbitWorldHelpers.cpp | 2 +-
Ambit/Source/Ambit/Utils/AmbitWorldHelpers.h | 2 +-
.../Ambit/Utils/AmbitWorldHelpers.spec.cpp | 2 +-
Ambit/Source/Ambit/Utils/MatchBy.h | 2 +-
.../Ambit/Utils/UserMetricsSubsystem.cpp | 2 +-
.../Source/Ambit/Utils/UserMetricsSubsystem.h | 2 +-
.../Ambit/Vehicle/AmbitVehicleHelpers.cpp | 2 +-
.../Ambit/Vehicle/AmbitVehicleHelpers.h | 2 +-
.../Vehicle/AmbitVehiclePIDController.cpp | 2 +-
.../Ambit/Vehicle/AmbitVehiclePIDController.h | 2 +-
.../AmbitVehiclePIDController.spec.cpp | 2 +-
.../AmbitWheeledVehicleAIController.cpp | 2 +-
.../Vehicle/AmbitWheeledVehicleAIController.h | 2 +-
Ambit/Source/Ambit/Vehicle/Constant.h | 2 +-
Ambit/Source/AmbitUtils/AmbitUtils.Build.cs | 2 +-
Ambit/Source/AmbitUtils/AmbitUtilsModule.cpp | 2 +-
Ambit/Source/AmbitUtils/AmbitUtilsModule.h | 2 +-
.../Source/AmbitUtils/ConfigJsonSerializer.h | 2 +-
Ambit/Source/AmbitUtils/JsonHelpers.cpp | 2 +-
Ambit/Source/AmbitUtils/JsonHelpers.h | 2 +-
Ambit/Source/AmbitUtils/MathHelpers.cpp | 2 +-
Ambit/Source/AmbitUtils/MathHelpers.h | 2 +-
Ambit/Source/AmbitUtils/MathHelpers.spec.cpp | 2 +-
Ambit/Source/AmbitUtils/MenuHelpers.cpp | 2 +-
Ambit/Source/AmbitUtils/MenuHelpers.h | 2 +-
Ambit/THIRD_PARTY_LICENSES.md | 255 ++++++++++++++++++
config/Ambit_Resharper.DotSettings | 3 +-
145 files changed, 615 insertions(+), 146 deletions(-)
create mode 100644 Ambit/LICENSE
create mode 100644 Ambit/NOTICE.md
create mode 100644 Ambit/THIRD_PARTY_LICENSES.md
diff --git a/Ambit/Ambit.uplugin b/Ambit/Ambit.uplugin
index 22f0a26..dd43ea1 100644
--- a/Ambit/Ambit.uplugin
+++ b/Ambit/Ambit.uplugin
@@ -1,14 +1,14 @@
{
"FileVersion": 3,
"Version": 1,
- "VersionName": "v1.0.0",
+ "VersionName": "v1.0.1",
"FriendlyName": "AWS Ambit Scenario Designer for Unreal Engine 4",
"Description": "AWS Ambit Scenario Designer for Unreal Engine 4 (Ambit) is a suite of tools to streamline content creation at scale for autonomous vehicle and robotics simulation applications.",
"Category": "Other",
"CreatedBy": "Amazon Web Services, Inc",
"CreatedByURL": "https://aws.amazon.com/",
"DocsURL": "https://aws-samples.github.io/aws-ambit-scenario-designer-ue4/",
- "MarketplaceURL": "",
+ "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/cb1034a325c94e52b3ed08f6eb9ae4a0",
"SupportURL": "https://github.com/aws-samples/aws-ambit-scenario-designer-ue4/issues",
"EngineVersion": "4.27.0",
"CanContainContent": true,
@@ -19,12 +19,18 @@
{
"Name": "Ambit",
"Type": "Editor",
- "LoadingPhase": "PostEngineInit"
+ "LoadingPhase": "PostEngineInit",
+ "WhitelistPlatforms": [
+ "Win64"
+ ]
},
{
"Name": "AmbitUtils",
"Type": "Editor",
- "LoadingPhase": "Default"
+ "LoadingPhase": "Default",
+ "WhitelistPlatforms": [
+ "Win64"
+ ]
},
{
"Name": "AWSUE4Module",
diff --git a/Ambit/Config/FilterPlugin.ini b/Ambit/Config/FilterPlugin.ini
index d17dca6..4b09403 100644
--- a/Ambit/Config/FilterPlugin.ini
+++ b/Ambit/Config/FilterPlugin.ini
@@ -6,4 +6,8 @@
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll
-AWSAmbit.hda
\ No newline at end of file
+AWSAmbit.hda
+/Config/*
+LICENSE
+NOTICE.md
+THIRD_PARTY_LICENSES.md
\ No newline at end of file
diff --git a/Ambit/LICENSE b/Ambit/LICENSE
new file mode 100644
index 0000000..f49a4e1
--- /dev/null
+++ b/Ambit/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/Ambit/NOTICE.md b/Ambit/NOTICE.md
new file mode 100644
index 0000000..4bd8bf9
--- /dev/null
+++ b/Ambit/NOTICE.md
@@ -0,0 +1,4 @@
+### AWS Ambit Scenario Designer for Unreal Engine 4
+
+Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+
diff --git a/Ambit/Source/AWSUE4Module/AWSUE4Module.Build.cs b/Ambit/Source/AWSUE4Module/AWSUE4Module.Build.cs
index 6284318..e3df014 100644
--- a/Ambit/Source/AWSUE4Module/AWSUE4Module.Build.cs
+++ b/Ambit/Source/AWSUE4Module/AWSUE4Module.Build.cs
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Private/AWSHelpers.cpp b/Ambit/Source/AWSUE4Module/Private/AWSHelpers.cpp
index 7806f0f..7be0ff0 100644
--- a/Ambit/Source/AWSUE4Module/Private/AWSHelpers.cpp
+++ b/Ambit/Source/AWSUE4Module/Private/AWSHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Private/AWSUE4Module.cpp b/Ambit/Source/AWSUE4Module/Private/AWSUE4Module.cpp
index c6a8470..f924d7b 100644
--- a/Ambit/Source/AWSUE4Module/Private/AWSUE4Module.cpp
+++ b/Ambit/Source/AWSUE4Module/Private/AWSUE4Module.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.cpp b/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.cpp
index 9c994dc..192c0d3 100644
--- a/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.cpp
+++ b/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.h b/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.h
index 232c101..8138423 100644
--- a/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.h
+++ b/Ambit/Source/AWSUE4Module/Private/AWSUEStringUtils.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Private/FirehoseUE4Client.cpp b/Ambit/Source/AWSUE4Module/Private/FirehoseUE4Client.cpp
index b48d409..b5ffe64 100644
--- a/Ambit/Source/AWSUE4Module/Private/FirehoseUE4Client.cpp
+++ b/Ambit/Source/AWSUE4Module/Private/FirehoseUE4Client.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Private/S3UEClient.cpp b/Ambit/Source/AWSUE4Module/Private/S3UEClient.cpp
index 188570f..eae49ea 100644
--- a/Ambit/Source/AWSUE4Module/Private/S3UEClient.cpp
+++ b/Ambit/Source/AWSUE4Module/Private/S3UEClient.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Private/S3UEClient.spec.cpp b/Ambit/Source/AWSUE4Module/Private/S3UEClient.spec.cpp
index 0f1f7db..afa42b5 100644
--- a/Ambit/Source/AWSUE4Module/Private/S3UEClient.spec.cpp
+++ b/Ambit/Source/AWSUE4Module/Private/S3UEClient.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Public/AWSHelpers.h b/Ambit/Source/AWSUE4Module/Public/AWSHelpers.h
index 29fffd7..46dc2b9 100644
--- a/Ambit/Source/AWSUE4Module/Public/AWSHelpers.h
+++ b/Ambit/Source/AWSUE4Module/Public/AWSHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Public/AWSUE4Module.h b/Ambit/Source/AWSUE4Module/Public/AWSUE4Module.h
index 2a6cdad..3f42ca9 100644
--- a/Ambit/Source/AWSUE4Module/Public/AWSUE4Module.h
+++ b/Ambit/Source/AWSUE4Module/Public/AWSUE4Module.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Public/FirehoseUE4Client.h b/Ambit/Source/AWSUE4Module/Public/FirehoseUE4Client.h
index 69c9a47..62d0967 100644
--- a/Ambit/Source/AWSUE4Module/Public/FirehoseUE4Client.h
+++ b/Ambit/Source/AWSUE4Module/Public/FirehoseUE4Client.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AWSUE4Module/Public/S3UEClient.h b/Ambit/Source/AWSUE4Module/Public/S3UEClient.h
index bd40fd2..6f0bfd1 100644
--- a/Ambit/Source/AWSUE4Module/Public/S3UEClient.h
+++ b/Ambit/Source/AWSUE4Module/Public/S3UEClient.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.cpp b/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.cpp
index 650659c..f25d732 100644
--- a/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.cpp
+++ b/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.h b/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.h
index ced3af6..0f7a1f3 100644
--- a/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.h
+++ b/Ambit/Source/Ambit/Actors/EditorDetails/SpawnerDetails.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.cpp b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.cpp
index 84f62a2..699f96b 100644
--- a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.h b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.h
index d3bc957..b2950b0 100644
--- a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.h
+++ b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.spec.cpp b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.spec.cpp
index dad4f5d..7160fea 100644
--- a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedObjectConfig.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.cpp b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.cpp
index fafa0ad..7804516 100644
--- a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.h b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.h
index bfcb2ca..9aeb901 100644
--- a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.h
+++ b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.spec.cpp b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.spec.cpp
index 6fd81fc..5193be0 100644
--- a/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnedObjectConfigs/SpawnedVehiclePathConfig.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolume.spec.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolume.spec.cpp
index 1384aa4..869a26e 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolume.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolume.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.cpp
index 1ea7a31..040bd5f 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.h b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.h
index 3b71b55..81e59ca 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.h
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnInVolumeConfig.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.cpp
index 078ec61..a718a4c 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.h b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.h
index 8f723a4..49bae2a 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.h
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.spec.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.spec.cpp
index c6f82df..1960a4a 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnOnPathConfig.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.cpp
index 8b45a02..20eb178 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.h b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.h
index 9772fc2..29b6cc8 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.h
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnVehiclePathConfig.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.cpp
index 15517cb..3e37247 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.h b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.h
index e8b925a..d687a25 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.h
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnWithHoudiniConfig.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.cpp
index 6501ffd..d592d69 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.h b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.h
index 0d87a20..540fc0b 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.h
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.spec.cpp b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.spec.cpp
index fa4e066..01bdaf7 100644
--- a/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/SpawnerConfigs/SpawnerBaseConfig.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/AmbitSpawner.h b/Ambit/Source/Ambit/Actors/Spawners/AmbitSpawner.h
index 2ea486c..c2b0832 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/AmbitSpawner.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/AmbitSpawner.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.cpp
index 0a13ee9..4563f51 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.h b/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.h
index 5468746..c6e9d35 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.spec.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.spec.cpp
index f33d063..11d4490 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnInVolume.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.cpp
index 5088806..1f1f3f2 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.h b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.h
index 5ca4890..4eeeca1 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.spec.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.spec.cpp
index c66ccd3..55a5b54 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnPath.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.cpp
index c43ad14..2fdacee 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.h b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.h
index 2e1fccd..f1a790f 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.spec.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.spec.cpp
index 3e2c4cd..7a6204e 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnOnSurface.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.cpp
index b6fb5ad..600e6b5 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.h b/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.h
index d4e8d1c..4ee055e 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnVehiclePath.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.cpp
index eabf0a3..4faae89 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.h b/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.h
index f770ae1..59b4f35 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.spec.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.spec.cpp
index 329aeb4..59b0b42 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.spec.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnWithHoudini.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.cpp b/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.cpp
index e993ca5..b354b82 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.cpp
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.h b/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.h
index f03ed6b..5199129 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/SpawnerBase.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Actors/Spawners/TestClasses/MockableSpawner.h b/Ambit/Source/Ambit/Actors/Spawners/TestClasses/MockableSpawner.h
index 2fd0e6e..516e446 100644
--- a/Ambit/Source/Ambit/Actors/Spawners/TestClasses/MockableSpawner.h
+++ b/Ambit/Source/Ambit/Actors/Spawners/TestClasses/MockableSpawner.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Ambit.Build.cs b/Ambit/Source/Ambit/Ambit.Build.cs
index 2acf263..818fe2a 100644
--- a/Ambit/Source/Ambit/Ambit.Build.cs
+++ b/Ambit/Source/Ambit/Ambit.Build.cs
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/AmbitModule.cpp b/Ambit/Source/Ambit/AmbitModule.cpp
index 77b84b7..01da289 100644
--- a/Ambit/Source/Ambit/AmbitModule.cpp
+++ b/Ambit/Source/Ambit/AmbitModule.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/AmbitModule.h b/Ambit/Source/Ambit/AmbitModule.h
index 1646df2..a1c7d83 100644
--- a/Ambit/Source/Ambit/AmbitModule.h
+++ b/Ambit/Source/Ambit/AmbitModule.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.cpp b/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.cpp
index e0c0ed0..13f93a7 100644
--- a/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.cpp
+++ b/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.h b/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.h
index 4425115..7632610 100644
--- a/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.h
+++ b/Ambit/Source/Ambit/Mode/AWSRegionDropdownMenu.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.cpp b/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.cpp
index 32de3cf..cb7f679 100644
--- a/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.cpp
+++ b/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.h b/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.h
index 682a036..f747214 100644
--- a/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.h
+++ b/Ambit/Source/Ambit/Mode/AmbitDetailCustomization.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitMode.cpp b/Ambit/Source/Ambit/Mode/AmbitMode.cpp
index 08058c9..84b1e8d 100644
--- a/Ambit/Source/Ambit/Mode/AmbitMode.cpp
+++ b/Ambit/Source/Ambit/Mode/AmbitMode.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitMode.h b/Ambit/Source/Ambit/Mode/AmbitMode.h
index 5838c4c..f489919 100644
--- a/Ambit/Source/Ambit/Mode/AmbitMode.h
+++ b/Ambit/Source/Ambit/Mode/AmbitMode.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitObject.h b/Ambit/Source/Ambit/Mode/AmbitObject.h
index 3d93f6e..f5a7117 100644
--- a/Ambit/Source/Ambit/Mode/AmbitObject.h
+++ b/Ambit/Source/Ambit/Mode/AmbitObject.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitWeather.cpp b/Ambit/Source/Ambit/Mode/AmbitWeather.cpp
index 8a6bee4..112b279 100644
--- a/Ambit/Source/Ambit/Mode/AmbitWeather.cpp
+++ b/Ambit/Source/Ambit/Mode/AmbitWeather.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitWeather.h b/Ambit/Source/Ambit/Mode/AmbitWeather.h
index dc01e55..7efba1d 100644
--- a/Ambit/Source/Ambit/Mode/AmbitWeather.h
+++ b/Ambit/Source/Ambit/Mode/AmbitWeather.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.cpp b/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.cpp
index d973558..9ea9d74 100644
--- a/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.cpp
+++ b/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.h b/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.h
index 8876dd6..ebedca8 100644
--- a/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.h
+++ b/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.spec.cpp b/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.spec.cpp
index 5f343a1..272c61c 100644
--- a/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.spec.cpp
+++ b/Ambit/Source/Ambit/Mode/AmbitWeatherParameters.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitWidget.cpp b/Ambit/Source/Ambit/Mode/AmbitWidget.cpp
index 0d54db9..c5b2eb2 100644
--- a/Ambit/Source/Ambit/Mode/AmbitWidget.cpp
+++ b/Ambit/Source/Ambit/Mode/AmbitWidget.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/AmbitWidget.h b/Ambit/Source/Ambit/Mode/AmbitWidget.h
index 5354ad7..6a620ad 100644
--- a/Ambit/Source/Ambit/Mode/AmbitWidget.h
+++ b/Ambit/Source/Ambit/Mode/AmbitWidget.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.cpp b/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.cpp
index 9e56a11..82722f2 100644
--- a/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.cpp
+++ b/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.h b/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.h
index f5f168a..a3ac0db 100644
--- a/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.h
+++ b/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.spec.cpp b/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.spec.cpp
index 344f6ea..f09ccdb 100644
--- a/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.spec.cpp
+++ b/Ambit/Source/Ambit/Mode/BulkScenarioConfiguration.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ConfigImportExport.cpp b/Ambit/Source/Ambit/Mode/ConfigImportExport.cpp
index 52542b6..c47a871 100644
--- a/Ambit/Source/Ambit/Mode/ConfigImportExport.cpp
+++ b/Ambit/Source/Ambit/Mode/ConfigImportExport.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ConfigImportExport.h b/Ambit/Source/Ambit/Mode/ConfigImportExport.h
index e527bfe..a4a174d 100644
--- a/Ambit/Source/Ambit/Mode/ConfigImportExport.h
+++ b/Ambit/Source/Ambit/Mode/ConfigImportExport.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ConfigImportExport.spec.cpp b/Ambit/Source/Ambit/Mode/ConfigImportExport.spec.cpp
index 0da4f26..0b4ad4c 100644
--- a/Ambit/Source/Ambit/Mode/ConfigImportExport.spec.cpp
+++ b/Ambit/Source/Ambit/Mode/ConfigImportExport.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ConfigImportExportInterface.h b/Ambit/Source/Ambit/Mode/ConfigImportExportInterface.h
index aeca5a3..3ada1b1 100644
--- a/Ambit/Source/Ambit/Mode/ConfigImportExportInterface.h
+++ b/Ambit/Source/Ambit/Mode/ConfigImportExportInterface.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/Constant.h b/Ambit/Source/Ambit/Mode/Constant.h
index 85762c6..af98e5e 100644
--- a/Ambit/Source/Ambit/Mode/Constant.h
+++ b/Ambit/Source/Ambit/Mode/Constant.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/DropdownMenuBase.h b/Ambit/Source/Ambit/Mode/DropdownMenuBase.h
index 8dc7816..0f1b151 100644
--- a/Ambit/Source/Ambit/Mode/DropdownMenuBase.h
+++ b/Ambit/Source/Ambit/Mode/DropdownMenuBase.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ExportPlatforms.cpp b/Ambit/Source/Ambit/Mode/ExportPlatforms.cpp
index b5704d8..6dda099 100644
--- a/Ambit/Source/Ambit/Mode/ExportPlatforms.cpp
+++ b/Ambit/Source/Ambit/Mode/ExportPlatforms.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ExportPlatforms.h b/Ambit/Source/Ambit/Mode/ExportPlatforms.h
index a1379c6..114881f 100644
--- a/Ambit/Source/Ambit/Mode/ExportPlatforms.h
+++ b/Ambit/Source/Ambit/Mode/ExportPlatforms.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfExport.cpp b/Ambit/Source/Ambit/Mode/GltfExport.cpp
index 3f3101a..ff5ad45 100644
--- a/Ambit/Source/Ambit/Mode/GltfExport.cpp
+++ b/Ambit/Source/Ambit/Mode/GltfExport.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfExport.h b/Ambit/Source/Ambit/Mode/GltfExport.h
index 6b73780..ce0feae 100644
--- a/Ambit/Source/Ambit/Mode/GltfExport.h
+++ b/Ambit/Source/Ambit/Mode/GltfExport.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfExport.spec.cpp b/Ambit/Source/Ambit/Mode/GltfExport.spec.cpp
index 35f583f..57c5984 100644
--- a/Ambit/Source/Ambit/Mode/GltfExport.spec.cpp
+++ b/Ambit/Source/Ambit/Mode/GltfExport.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfExportInterface.h b/Ambit/Source/Ambit/Mode/GltfExportInterface.h
index 70689ed..4d3862f 100644
--- a/Ambit/Source/Ambit/Mode/GltfExportInterface.h
+++ b/Ambit/Source/Ambit/Mode/GltfExportInterface.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfExporterExternal.cpp b/Ambit/Source/Ambit/Mode/GltfExporterExternal.cpp
index c4dcf5f..784c867 100644
--- a/Ambit/Source/Ambit/Mode/GltfExporterExternal.cpp
+++ b/Ambit/Source/Ambit/Mode/GltfExporterExternal.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfExporterExternal.h b/Ambit/Source/Ambit/Mode/GltfExporterExternal.h
index 42d03ef..56c0532 100644
--- a/Ambit/Source/Ambit/Mode/GltfExporterExternal.h
+++ b/Ambit/Source/Ambit/Mode/GltfExporterExternal.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfExporterExternalInterface.h b/Ambit/Source/Ambit/Mode/GltfExporterExternalInterface.h
index 92c74b9..f2b5790 100644
--- a/Ambit/Source/Ambit/Mode/GltfExporterExternalInterface.h
+++ b/Ambit/Source/Ambit/Mode/GltfExporterExternalInterface.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.cpp b/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.cpp
index b8d490f..9cd16ab 100644
--- a/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.cpp
+++ b/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.h b/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.h
index e463ade..2f4979c 100644
--- a/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.h
+++ b/Ambit/Source/Ambit/Mode/GltfFileTypeDropdownMenu.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/IScenarioParameter.h b/Ambit/Source/Ambit/Mode/IScenarioParameter.h
index ae44e58..e685f09 100644
--- a/Ambit/Source/Ambit/Mode/IScenarioParameter.h
+++ b/Ambit/Source/Ambit/Mode/IScenarioParameter.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/PedestrianTraffic.cpp b/Ambit/Source/Ambit/Mode/PedestrianTraffic.cpp
index fd66e0b..e67c1fb 100644
--- a/Ambit/Source/Ambit/Mode/PedestrianTraffic.cpp
+++ b/Ambit/Source/Ambit/Mode/PedestrianTraffic.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/PedestrianTraffic.h b/Ambit/Source/Ambit/Mode/PedestrianTraffic.h
index c1e4592..d97b7ab 100644
--- a/Ambit/Source/Ambit/Mode/PedestrianTraffic.h
+++ b/Ambit/Source/Ambit/Mode/PedestrianTraffic.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ScenarioDefinition.cpp b/Ambit/Source/Ambit/Mode/ScenarioDefinition.cpp
index d8dd192..5d6cfa2 100644
--- a/Ambit/Source/Ambit/Mode/ScenarioDefinition.cpp
+++ b/Ambit/Source/Ambit/Mode/ScenarioDefinition.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/ScenarioDefinition.h b/Ambit/Source/Ambit/Mode/ScenarioDefinition.h
index f3bedc2..028bdc1 100644
--- a/Ambit/Source/Ambit/Mode/ScenarioDefinition.h
+++ b/Ambit/Source/Ambit/Mode/ScenarioDefinition.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/StringDropdownMenuBase.h b/Ambit/Source/Ambit/Mode/StringDropdownMenuBase.h
index d13e15b..8d18fee 100644
--- a/Ambit/Source/Ambit/Mode/StringDropdownMenuBase.h
+++ b/Ambit/Source/Ambit/Mode/StringDropdownMenuBase.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/TestClasses/ConfigImportExportMock.h b/Ambit/Source/Ambit/Mode/TestClasses/ConfigImportExportMock.h
index 7ec2a09..c95ea3c 100644
--- a/Ambit/Source/Ambit/Mode/TestClasses/ConfigImportExportMock.h
+++ b/Ambit/Source/Ambit/Mode/TestClasses/ConfigImportExportMock.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/TestClasses/GltfExportMock.h b/Ambit/Source/Ambit/Mode/TestClasses/GltfExportMock.h
index c2cdd71..8076836 100644
--- a/Ambit/Source/Ambit/Mode/TestClasses/GltfExportMock.h
+++ b/Ambit/Source/Ambit/Mode/TestClasses/GltfExportMock.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/TestClasses/GltfExporterExternalMock.h b/Ambit/Source/Ambit/Mode/TestClasses/GltfExporterExternalMock.h
index fcf9260..1d2f979 100644
--- a/Ambit/Source/Ambit/Mode/TestClasses/GltfExporterExternalMock.h
+++ b/Ambit/Source/Ambit/Mode/TestClasses/GltfExporterExternalMock.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.cpp b/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.cpp
index 9e5b6f0..e5c09f3 100644
--- a/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.cpp
+++ b/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.h b/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.h
index 162c11b..9ff3c1a 100644
--- a/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.h
+++ b/Ambit/Source/Ambit/Mode/TimeOfDayDropdownMenu.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/TimeOfDayTypes.cpp b/Ambit/Source/Ambit/Mode/TimeOfDayTypes.cpp
index 56959bc..c27579b 100644
--- a/Ambit/Source/Ambit/Mode/TimeOfDayTypes.cpp
+++ b/Ambit/Source/Ambit/Mode/TimeOfDayTypes.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/TimeOfDayTypes.h b/Ambit/Source/Ambit/Mode/TimeOfDayTypes.h
index 109fac7..df8729d 100644
--- a/Ambit/Source/Ambit/Mode/TimeOfDayTypes.h
+++ b/Ambit/Source/Ambit/Mode/TimeOfDayTypes.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/VehicleTraffic.cpp b/Ambit/Source/Ambit/Mode/VehicleTraffic.cpp
index 977ea51..1209370 100644
--- a/Ambit/Source/Ambit/Mode/VehicleTraffic.cpp
+++ b/Ambit/Source/Ambit/Mode/VehicleTraffic.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/VehicleTraffic.h b/Ambit/Source/Ambit/Mode/VehicleTraffic.h
index 09ae252..43fa226 100644
--- a/Ambit/Source/Ambit/Mode/VehicleTraffic.h
+++ b/Ambit/Source/Ambit/Mode/VehicleTraffic.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.cpp b/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.cpp
index aa73ba3..a8d5bab 100644
--- a/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.cpp
+++ b/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.h b/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.h
index 965174b..35c9207 100644
--- a/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.h
+++ b/Ambit/Source/Ambit/Mode/WeatherDropdownMenu.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/WeatherTypes.cpp b/Ambit/Source/Ambit/Mode/WeatherTypes.cpp
index bb4c45f..c71c9ef 100644
--- a/Ambit/Source/Ambit/Mode/WeatherTypes.cpp
+++ b/Ambit/Source/Ambit/Mode/WeatherTypes.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Mode/WeatherTypes.h b/Ambit/Source/Ambit/Mode/WeatherTypes.h
index fcd4288..2283cb6 100644
--- a/Ambit/Source/Ambit/Mode/WeatherTypes.h
+++ b/Ambit/Source/Ambit/Mode/WeatherTypes.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AWSWrapper.cpp b/Ambit/Source/Ambit/Utils/AWSWrapper.cpp
index 097eaf7..f13a76d 100644
--- a/Ambit/Source/Ambit/Utils/AWSWrapper.cpp
+++ b/Ambit/Source/Ambit/Utils/AWSWrapper.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AWSWrapper.h b/Ambit/Source/Ambit/Utils/AWSWrapper.h
index 8ac2f8f..9f3b182 100644
--- a/Ambit/Source/Ambit/Utils/AWSWrapper.h
+++ b/Ambit/Source/Ambit/Utils/AWSWrapper.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitFileHelpers.cpp b/Ambit/Source/Ambit/Utils/AmbitFileHelpers.cpp
index a921bb1..5eae64f 100644
--- a/Ambit/Source/Ambit/Utils/AmbitFileHelpers.cpp
+++ b/Ambit/Source/Ambit/Utils/AmbitFileHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitFileHelpers.h b/Ambit/Source/Ambit/Utils/AmbitFileHelpers.h
index c6db136..59e4639 100644
--- a/Ambit/Source/Ambit/Utils/AmbitFileHelpers.h
+++ b/Ambit/Source/Ambit/Utils/AmbitFileHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.cpp b/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.cpp
index 4eca9b9..0965549 100644
--- a/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.cpp
+++ b/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.h b/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.h
index 8b36a05..24ec043 100644
--- a/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.h
+++ b/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.spec.cpp b/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.spec.cpp
index 4329957..dafaec1 100644
--- a/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.spec.cpp
+++ b/Ambit/Source/Ambit/Utils/AmbitSpawnerCollisionHelpers.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.cpp b/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.cpp
index ecc3f3b..fe5cf11 100644
--- a/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.cpp
+++ b/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.h b/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.h
index e882385..f6621a3 100644
--- a/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.h
+++ b/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.spec.cpp b/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.spec.cpp
index 5be4215..a411906 100644
--- a/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.spec.cpp
+++ b/Ambit/Source/Ambit/Utils/AmbitWorldHelpers.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/MatchBy.h b/Ambit/Source/Ambit/Utils/MatchBy.h
index c64661b..b4cf048 100644
--- a/Ambit/Source/Ambit/Utils/MatchBy.h
+++ b/Ambit/Source/Ambit/Utils/MatchBy.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.cpp b/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.cpp
index fd44ad8..6c0bb1a 100644
--- a/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.cpp
+++ b/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.h b/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.h
index e0253ee..fc54345 100644
--- a/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.h
+++ b/Ambit/Source/Ambit/Utils/UserMetricsSubsystem.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.cpp b/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.cpp
index e95be81..90906ca 100644
--- a/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.cpp
+++ b/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.h b/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.h
index b74a893..408b252 100644
--- a/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.h
+++ b/Ambit/Source/Ambit/Vehicle/AmbitVehicleHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.cpp b/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.cpp
index 37ba6f8..f6a95d0 100644
--- a/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.cpp
+++ b/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.h b/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.h
index 774884b..e93cfc5 100644
--- a/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.h
+++ b/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.spec.cpp b/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.spec.cpp
index 5fafdef..db052af 100644
--- a/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.spec.cpp
+++ b/Ambit/Source/Ambit/Vehicle/AmbitVehiclePIDController.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.cpp b/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.cpp
index ab17bed..6549223 100644
--- a/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.cpp
+++ b/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.h b/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.h
index be52df1..78a241a 100644
--- a/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.h
+++ b/Ambit/Source/Ambit/Vehicle/AmbitWheeledVehicleAIController.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/Ambit/Vehicle/Constant.h b/Ambit/Source/Ambit/Vehicle/Constant.h
index 713514b..9082a00 100644
--- a/Ambit/Source/Ambit/Vehicle/Constant.h
+++ b/Ambit/Source/Ambit/Vehicle/Constant.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/AmbitUtils.Build.cs b/Ambit/Source/AmbitUtils/AmbitUtils.Build.cs
index 5b23ae4..879169f 100644
--- a/Ambit/Source/AmbitUtils/AmbitUtils.Build.cs
+++ b/Ambit/Source/AmbitUtils/AmbitUtils.Build.cs
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/AmbitUtilsModule.cpp b/Ambit/Source/AmbitUtils/AmbitUtilsModule.cpp
index 66d656b..ea4943c 100644
--- a/Ambit/Source/AmbitUtils/AmbitUtilsModule.cpp
+++ b/Ambit/Source/AmbitUtils/AmbitUtilsModule.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/AmbitUtilsModule.h b/Ambit/Source/AmbitUtils/AmbitUtilsModule.h
index 7897f54..d2b0314 100644
--- a/Ambit/Source/AmbitUtils/AmbitUtilsModule.h
+++ b/Ambit/Source/AmbitUtils/AmbitUtilsModule.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/ConfigJsonSerializer.h b/Ambit/Source/AmbitUtils/ConfigJsonSerializer.h
index 1032655..0c2d8b9 100644
--- a/Ambit/Source/AmbitUtils/ConfigJsonSerializer.h
+++ b/Ambit/Source/AmbitUtils/ConfigJsonSerializer.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/JsonHelpers.cpp b/Ambit/Source/AmbitUtils/JsonHelpers.cpp
index 32818b0..ae0564f 100644
--- a/Ambit/Source/AmbitUtils/JsonHelpers.cpp
+++ b/Ambit/Source/AmbitUtils/JsonHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/JsonHelpers.h b/Ambit/Source/AmbitUtils/JsonHelpers.h
index 9ffe4cf..521fd21 100644
--- a/Ambit/Source/AmbitUtils/JsonHelpers.h
+++ b/Ambit/Source/AmbitUtils/JsonHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/MathHelpers.cpp b/Ambit/Source/AmbitUtils/MathHelpers.cpp
index 9c88946..5b04367 100644
--- a/Ambit/Source/AmbitUtils/MathHelpers.cpp
+++ b/Ambit/Source/AmbitUtils/MathHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/MathHelpers.h b/Ambit/Source/AmbitUtils/MathHelpers.h
index 8a5d138..69ca58a 100644
--- a/Ambit/Source/AmbitUtils/MathHelpers.h
+++ b/Ambit/Source/AmbitUtils/MathHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/MathHelpers.spec.cpp b/Ambit/Source/AmbitUtils/MathHelpers.spec.cpp
index 4d2b87e..8dd0fb5 100644
--- a/Ambit/Source/AmbitUtils/MathHelpers.spec.cpp
+++ b/Ambit/Source/AmbitUtils/MathHelpers.spec.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/MenuHelpers.cpp b/Ambit/Source/AmbitUtils/MenuHelpers.cpp
index bf01f7d..1dbc504 100644
--- a/Ambit/Source/AmbitUtils/MenuHelpers.cpp
+++ b/Ambit/Source/AmbitUtils/MenuHelpers.cpp
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/Source/AmbitUtils/MenuHelpers.h b/Ambit/Source/AmbitUtils/MenuHelpers.h
index feac259..8d91469 100644
--- a/Ambit/Source/AmbitUtils/MenuHelpers.h
+++ b/Ambit/Source/AmbitUtils/MenuHelpers.h
@@ -1,4 +1,4 @@
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
diff --git a/Ambit/THIRD_PARTY_LICENSES.md b/Ambit/THIRD_PARTY_LICENSES.md
new file mode 100644
index 0000000..98fbd3a
--- /dev/null
+++ b/Ambit/THIRD_PARTY_LICENSES.md
@@ -0,0 +1,255 @@
+AWS Ambit Scenario Designer for Unreal Engine 4 version 1.0 uses the Unreal® Engine. Unreal® is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere
+
+Unreal® Engine, Copyright 1998 – 2021, Epic Games, Inc. All rights reserved.
+
+------
+
+Contains texture assets from [ambientCG.com](https://ambientcg.com/), licensed under [CC0 1.0 Universal](https://creativecommons.org/share-your-work/public-domain/cc0/). Thank you, AmbientCG! These include:
+
+- Asphalt 014
+- Concrete 010
+- Concrete 017
+- Concrete 020
+- Concrete 037
+- Grass 004
+- Ground 029
+- Wood 027
+
+------
+AWS Ambit Scenario Designer for Unreal Engine 4 version 1.0 includes the following third-party software/licensing:
+
+** aws-sdk-cpp; version 1.9.113 -- https://github.com/aws/aws-sdk-cpp
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "{}"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright {yyyy} {name of copyright owner}
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+* For aws-sdk-cpp see also this required NOTICE:
+ AWS SDK for C++
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+
+ This product includes software developed by
+ Amazon Technologies, Inc (http://www.amazon.com/).
+
+------
+
+** Houdini Engine for Unreal - Version 2; version 2.0.4 -- https://github.com/sideeffects/HoudiniEngineForUnreal-v2
+Copyright (c) 2021 Side Effects Software Inc. All rights reserved.
+
+Copyright (c) 2021 Side Effects Software Inc. All rights reserved.
+Redistribution and use of in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this list
+of conditions and the following disclaimer.
+
+The names Side Effects Software and SideFX may not be used to endorse or promote
+products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY SIDE EFFECTS SOFTWARE `AS IS' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
+SHALL SIDE EFFECTS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+OF SUCH DAMAGE.
diff --git a/config/Ambit_Resharper.DotSettings b/config/Ambit_Resharper.DotSettings
index 581f764..4bcf40b 100644
--- a/config/Ambit_Resharper.DotSettings
+++ b/config/Ambit_Resharper.DotSettings
@@ -36,8 +36,7 @@
6
False
True
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
-
+ Copyright $CURRENT_YEAR$ Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
You may obtain a copy of the License at