You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2006/02/21 13:26:24 UTC

svn commit: r379437 - /logging/log4net/trunk/src/AssemblyVersionInfo.cs

Author: nicko
Date: Tue Feb 21 04:26:20 2006
New Revision: 379437

URL: http://svn.apache.org/viewcvs?rev=379437&view=rev
Log:
Updated assembly version copyright year to 2006

Modified:
    logging/log4net/trunk/src/AssemblyVersionInfo.cs

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cs
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/AssemblyVersionInfo.cs?rev=379437&r1=379436&r2=379437&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Tue Feb 21 04:26:20 2006
@@ -1,6 +1,6 @@
 #region Copyright & License
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -41,5 +41,5 @@
 //
 
 [assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")]
-[assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2005 The Apache Software Foundation.")]
-[assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2005 The Apache Software Foundation.")]
+[assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2006 The Apache Software Foundation.")]
+[assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2006 The Apache Software Foundation.")]