diff options
Diffstat (limited to 'csharp/test')
-rw-r--r-- | csharp/test/Ice/hold/Timer.cs | 2 | ||||
-rw-r--r-- | csharp/test/IceDiscovery/simple/TestI.cs | 2 | ||||
-rw-r--r-- | csharp/test/TestCommon/Properties/AssemblyInfo.cs | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/csharp/test/Ice/hold/Timer.cs b/csharp/test/Ice/hold/Timer.cs index e8a2e5dd552..2bc1aadbc9e 100644 --- a/csharp/test/Ice/hold/Timer.cs +++ b/csharp/test/Ice/hold/Timer.cs @@ -127,4 +127,4 @@ public class Timer private System.Threading.Thread _t; private List<Entry> _tasks = new List<Entry>(); -}
\ No newline at end of file +} diff --git a/csharp/test/IceDiscovery/simple/TestI.cs b/csharp/test/IceDiscovery/simple/TestI.cs index 652aa334fdf..3d9b6cd2a52 100644 --- a/csharp/test/IceDiscovery/simple/TestI.cs +++ b/csharp/test/IceDiscovery/simple/TestI.cs @@ -66,4 +66,4 @@ public sealed class TestIntfI : Test.TestIntfDisp_ { return current.adapter.getCommunicator().getProperties().getProperty(current.adapter.getName() + ".AdapterId"); } -}
\ No newline at end of file +} diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index b6f0b191ea9..a8fcc8b051b 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-2015 ZeroC, Inc.")] +[assembly: AssemblyCopyright("© 2003-2016 ZeroC, Inc.")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible @@ -42,4 +42,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("3.6.1")] [assembly: AssemblyFileVersion("3.6.1")] -[assembly: System.CLSCompliant(true)]
\ No newline at end of file +[assembly: System.CLSCompliant(true)] |