From a19fad65f3f62372170eeabcc23553f6b73b81e1 Mon Sep 17 00:00:00 2001 From: Alexis Christoforides Date: Tue, 20 Feb 2018 21:15:56 -0500 Subject: [PATCH] Fix copyright --- mcs/class/corlib/Test/System.Runtime.Remoting/RemotingServicesTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcs/class/corlib/Test/System.Runtime.Remoting/RemotingServicesTest.cs b/mcs/class/corlib/Test/System.Runtime.Remoting/RemotingServicesTest.cs index 9391a27a769..8f01385fab3 100644 --- a/mcs/class/corlib/Test/System.Runtime.Remoting/RemotingServicesTest.cs +++ b/mcs/class/corlib/Test/System.Runtime.Remoting/RemotingServicesTest.cs @@ -3,8 +3,8 @@ // // Author: Alexis Christoforides (alchri@microsoft.com) // -// 2018 (C) Copyright, Novell, Inc. -// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Reflection; -- 2.11.4.GIT