diff options
Diffstat (limited to 'csharp/test/TestCommon/Properties/AssemblyInfo.cs')
-rw-r--r-- | csharp/test/TestCommon/Properties/AssemblyInfo.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index a415e57f52c..c74d5290b65 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -18,9 +18,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ZeroC, Inc.")] -[assembly: AssemblyProduct("TestCommon")] -[assembly: AssemblyCopyright("Copyright © ZeroC 2012-2013")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyProduct("Ice")] +[assembly: AssemblyCopyright("© 2003-2015 ZeroC, Inc.")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible |