diff options
author | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
commit | 7a7d495fb0c5a63e404eb62a0461bbafb06d6175 (patch) | |
tree | e0877720ce67950b8b0eaaef410631013c3cf2a4 /csharp/src/IceSSL/AssemblyInfo.cs | |
parent | Remove anonymous cipher usage in IceSSL/configuration (diff) | |
download | ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.bz2 ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.xz ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.zip |
Copyright header simplication
Diffstat (limited to 'csharp/src/IceSSL/AssemblyInfo.cs')
-rw-r--r-- | csharp/src/IceSSL/AssemblyInfo.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/csharp/src/IceSSL/AssemblyInfo.cs b/csharp/src/IceSSL/AssemblyInfo.cs index 981861aaa34..ea5037bcb34 100644 --- a/csharp/src/IceSSL/AssemblyInfo.cs +++ b/csharp/src/IceSSL/AssemblyInfo.cs @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** using System; using System.Reflection; @@ -16,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("ZeroC, Inc.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("Ice")] -[assembly: AssemblyCopyright("© 2003-present ZeroC, Inc.")] +[assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("3.7.2")] |