diff options
author | Jose <jose@zeroc.com> | 2017-06-13 11:26:20 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-06-13 11:26:20 +0200 |
commit | 71d87f6dc7294a5746f7fe0cf152d5526245d15a (patch) | |
tree | 21c375e015cd9f4f35c098bd4308c96cfe3952cd /csharp/test | |
parent | Fix for ICE-8015 - clear ACM monitor connections from the timer thread (diff) | |
download | ice-71d87f6dc7294a5746f7fe0cf152d5526245d15a.tar.bz2 ice-71d87f6dc7294a5746f7fe0cf152d5526245d15a.tar.xz ice-71d87f6dc7294a5746f7fe0cf152d5526245d15a.zip |
Fix copyright headers
Diffstat (limited to 'csharp/test')
-rw-r--r-- | csharp/test/TestCommon/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index c7a7373f856..aaa8e623b89 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -19,7 +19,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ZeroC, Inc.")] [assembly: AssemblyProduct("Ice")] -[assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] +[assembly: AssemblyCopyright("© 2003-2017 ZeroC, Inc.")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible |