Index: third_party/grpc/examples/csharp/route_guide/RouteGuideServer/Properties/AssemblyInfo.cs |
diff --git a/tools/win/ChromeDebug/LowLevel/Properties/AssemblyInfo.cs b/third_party/grpc/examples/csharp/route_guide/RouteGuideServer/Properties/AssemblyInfo.cs |
similarity index 75% |
copy from tools/win/ChromeDebug/LowLevel/Properties/AssemblyInfo.cs |
copy to third_party/grpc/examples/csharp/route_guide/RouteGuideServer/Properties/AssemblyInfo.cs |
index 7a77cff6bf4ccc81b5a1a5f94673b81e00175bcf..a161b1d6027c75f3414d73194b689150c67a361a 100644 |
--- a/tools/win/ChromeDebug/LowLevel/Properties/AssemblyInfo.cs |
+++ b/third_party/grpc/examples/csharp/route_guide/RouteGuideServer/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("RouteGuideServer")] |
[assembly: AssemblyDescription("")] |
[assembly: AssemblyConfiguration("")] |
[assembly: AssemblyCompany("")] |
-[assembly: AssemblyProduct("LowLevel")] |
-[assembly: AssemblyCopyright("Copyright © 2013")] |
+[assembly: AssemblyProduct("RouteGuideServer")] |
+[assembly: AssemblyCopyright("Copyright © 2015")] |
[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("908bdeef-05cc-42bf-9498-c4c573df8925")] |
// Version information for an assembly consists of the following four values: |
// |