Editor/CoreAPI/AssemblyInfo.cs (6 lines of code) (raw):
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
using System.Runtime.CompilerServices;
[assembly: System.Reflection.AssemblyCompany("Amazon Web Services")]
[assembly: System.Reflection.AssemblyTitle("GameLift Plugin Editor")]
[assembly: System.Reflection.AssemblyCopyright("Copyright 2021.")]
[assembly: InternalsVisibleTo("AmazonGameLiftPlugin.Editor.UnitTests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]