3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

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?
This commit is contained in:
Dan Liew 2015-12-12 08:57:16 +00:00
parent 288fb3b7c1
commit 28eb21442e

View file

@ -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("")]