From 28eb21442e1bc6bd0b5e5e56aca9cdf8721d151e Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sat, 12 Dec 2015 08:57:16 +0000 Subject: [PATCH] Bump the copyright year in ``AssemblyInfo.cs.in``. Perhaps we should automatically generate this year during the configure step with a ``@COPYRIGHT_END_YEAR@`` substitution instead? --- src/api/dotnet/Properties/AssemblyInfo.cs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/dotnet/Properties/AssemblyInfo.cs.in b/src/api/dotnet/Properties/AssemblyInfo.cs.in index 4455415fb..e5a85f16f 100644 --- a/src/api/dotnet/Properties/AssemblyInfo.cs.in +++ b/src/api/dotnet/Properties/AssemblyInfo.cs.in @@ -12,7 +12,7 @@ using System.Security.Permissions; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Z3")] -[assembly: AssemblyCopyright("Copyright (C) 2006-2014 Microsoft Corporation")] +[assembly: AssemblyCopyright("Copyright (C) 2006-2015 Microsoft Corporation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]