| Index: third_party/grpc/test/distrib/csharp/DistribTest/Properties/AssemblyInfo.cs
|
| diff --git a/tools/win/ChromeDebug/LowLevel/Properties/AssemblyInfo.cs b/third_party/grpc/test/distrib/csharp/DistribTest/Properties/AssemblyInfo.cs
|
| similarity index 75%
|
| copy from tools/win/ChromeDebug/LowLevel/Properties/AssemblyInfo.cs
|
| copy to third_party/grpc/test/distrib/csharp/DistribTest/Properties/AssemblyInfo.cs
|
| index 7a77cff6bf4ccc81b5a1a5f94673b81e00175bcf..bc25b263cad146291bb6a20e52ef7a4a2e9cd44d 100644
|
| --- a/tools/win/ChromeDebug/LowLevel/Properties/AssemblyInfo.cs
|
| +++ b/third_party/grpc/test/distrib/csharp/DistribTest/Properties/AssemblyInfo.cs
|
| @@ -1,20 +1,16 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -using System.Reflection;
|
| +using System.Reflection;
|
| using System.Runtime.CompilerServices;
|
| using System.Runtime.InteropServices;
|
|
|
| // General Information about an assembly is controlled through the following
|
| // set of attributes. Change these attribute values to modify the information
|
| // associated with an assembly.
|
| -[assembly: AssemblyTitle("LowLevel")]
|
| +[assembly: AssemblyTitle("DistribTest")]
|
| [assembly: AssemblyDescription("")]
|
| [assembly: AssemblyConfiguration("")]
|
| [assembly: AssemblyCompany("")]
|
| -[assembly: AssemblyProduct("LowLevel")]
|
| -[assembly: AssemblyCopyright("Copyright © 2013")]
|
| +[assembly: AssemblyProduct("DistribTest")]
|
| +[assembly: AssemblyCopyright("Copyright © 2016")]
|
| [assembly: AssemblyTrademark("")]
|
| [assembly: AssemblyCulture("")]
|
|
|
| @@ -24,7 +20,7 @@ using System.Runtime.InteropServices;
|
| [assembly: ComVisible(false)]
|
|
|
| // The following GUID is for the ID of the typelib if this project is exposed to COM
|
| -[assembly: Guid("5bfd12c9-dfa1-4994-b31d-755f3e064640")]
|
| +[assembly: Guid("68755789-f103-4134-9027-b80a2fc9e21a")]
|
|
|
| // Version information for an assembly consists of the following four values:
|
| //
|
|
|