diff options
Diffstat (limited to 'cs/demo/Ice/wpf/Properties/AssemblyInfo.cs')
-rw-r--r-- | cs/demo/Ice/wpf/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/demo/Ice/wpf/Properties/AssemblyInfo.cs b/cs/demo/Ice/wpf/Properties/AssemblyInfo.cs index d353507a120..c77ed00df13 100644 --- a/cs/demo/Ice/wpf/Properties/AssemblyInfo.cs +++ b/cs/demo/Ice/wpf/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. @@ -21,7 +21,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ZeroC, Inc.")] [assembly: AssemblyProduct("Ice.wpf.client")] -[assembly: AssemblyCopyright("Copyright (c) 2003-2014 ZeroC, Inc.")] +[assembly: AssemblyCopyright("Copyright (c) 2003-2015 ZeroC, Inc.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |