From ce9395773773cb902560bae260661b7fd5114c49 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Fri, 21 Mar 2025 13:50:57 -0700 Subject: [PATCH 1/2] Set the NuGet package copyright text --- Directory.Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6500b3d2c..7bb4e5351 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,6 +6,7 @@ enable false 0.1.0-preview + Copyright (c) Anthropic and Contributors $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)')) trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx $(RepoRoot)/artifacts/TestResults @@ -15,4 +16,4 @@ true - \ No newline at end of file + From 8400861af4c26db32c4cb728e21f297dbaa1483b Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Fri, 21 Mar 2025 14:22:24 -0700 Subject: [PATCH 2/2] Temporarily set authors/copyright to Microsoft for publishing --- Directory.Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7bb4e5351..8746e9aad 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,8 @@ enable false 0.1.0-preview - Copyright (c) Anthropic and Contributors + Microsoft + © Microsoft Corporation. All rights reserved. $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)')) trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx $(RepoRoot)/artifacts/TestResults