summaryrefslogtreecommitdiff
path: root/cs/test/IceSSL/configuration/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/IceSSL/configuration/Server.cs')
-rw-r--r--cs/test/IceSSL/configuration/Server.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cs/test/IceSSL/configuration/Server.cs b/cs/test/IceSSL/configuration/Server.cs
index b1061b81815..1acc8ddd4a8 100644
--- a/cs/test/IceSSL/configuration/Server.cs
+++ b/cs/test/IceSSL/configuration/Server.cs
@@ -9,6 +9,13 @@
using System;
using System.Diagnostics;
+using System.Reflection;
+
+[assembly: CLSCompliant(true)]
+
+[assembly: AssemblyTitle("IceTest")]
+[assembly: AssemblyDescription("Ice test")]
+[assembly: AssemblyCompany("ZeroC, Inc.")]
public class Server
{