Author: bodewig Date: Fri Aug 19 12:04:03 2011 New Revision: 1159605 URL: http://svn.apache.org/viewvc?rev=1159605&view=rev Log: log4net enetered incubation in 2004
Modified: logging/log4net/trunk/NOTICE logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/cs/src/AssemblyVersionInfo.cs logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/vb/src/AssemblyVersionInfo.vb logging/log4net/trunk/log4net-sdk.ndoc logging/log4net/trunk/log4net.build logging/log4net/trunk/src/AssemblyVersionInfo.cpp logging/log4net/trunk/src/AssemblyVersionInfo.cs logging/log4net/trunk/src/AssemblyVersionInfo.js logging/log4net/trunk/src/AssemblyVersionInfo.vb logging/log4net/trunk/src/Core/TimeEvaluator.cs logging/log4net/trunk/xdocs/src/license.xml Modified: logging/log4net/trunk/NOTICE URL: http://svn.apache.org/viewvc/logging/log4net/trunk/NOTICE?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/NOTICE (original) +++ logging/log4net/trunk/NOTICE Fri Aug 19 12:04:03 2011 @@ -7,7 +7,7 @@ distribution. Apache log4net - Copyright 2001-2011 The Apache Software Foundation + Copyright 2004-2011 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Modified: logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/cs/src/AssemblyVersionInfo.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/cs/src/AssemblyVersionInfo.cs?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/cs/src/AssemblyVersionInfo.cs (original) +++ logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/cs/src/AssemblyVersionInfo.cs Fri Aug 19 12:04:03 2011 @@ -32,5 +32,5 @@ [assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")] -[assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2007 The Apache Software Foundation.")] -[assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2007 The Apache Software Foundation.")] +[assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")] +[assembly: System.Reflection.AssemblyTrademark("Copyright 2004-2011 The Apache Software Foundation.")] Modified: logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/vb/src/AssemblyVersionInfo.vb URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/vb/src/AssemblyVersionInfo.vb?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/vb/src/AssemblyVersionInfo.vb (original) +++ logging/log4net/trunk/examples/net/2.0/Tutorials/WebApp/vb/src/AssemblyVersionInfo.vb Fri Aug 19 12:04:03 2011 @@ -32,5 +32,5 @@ <Assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")> -<Assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2007 The Apache Software Foundation.")> -<Assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2007 The Apache Software Foundation.")> +<Assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")> +<Assembly: System.Reflection.AssemblyTrademark("Copyright 2004-2011 The Apache Software Foundation.")> Modified: logging/log4net/trunk/log4net-sdk.ndoc URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net-sdk.ndoc?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/log4net-sdk.ndoc (original) +++ logging/log4net/trunk/log4net-sdk.ndoc Fri Aug 19 12:04:03 2011 @@ -70,7 +70,7 @@ <property name="ShowMissingReturns" value="True" /> <property name="ShowMissingValues" value="True" /> <property name="AssemblyVersionInfo" value="AssemblyVersion" /> - <property name="CopyrightText" value="Copyright 2001-2007 The Apache Software Foundation." /> + <property name="CopyrightText" value="Copyright 2004-2011 The Apache Software Foundation." /> <property name="CopyrightHref" value="http://logging.apache.org/log4net" /> <property name="StaticMembersDefaultToSafe" value="False" /> <property name="CleanIntermediates" value="True" /> Modified: logging/log4net/trunk/log4net.build URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/log4net.build (original) +++ logging/log4net/trunk/log4net.build Fri Aug 19 12:04:03 2011 @@ -1105,7 +1105,7 @@ limitations under the License. <property name="AutoDocumentConstructors" value="true" /> <property name="GetExternalSummaries" value="true" /> <property name="IncludeAssemblyVersion" value="false" /> - <property name="CopyrightText" value="Copyright 2001-2007 The Apache Software Foundation." /> + <property name="CopyrightText" value="Copyright 2004-2011 The Apache Software Foundation." /> <property name="CopyrightHref" value="http://logging.apache.org/log4net" /> </documenter> </documenters> Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cpp URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cpp?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/src/AssemblyVersionInfo.cpp (original) +++ logging/log4net/trunk/src/AssemblyVersionInfo.cpp Fri Aug 19 12:04:03 2011 @@ -45,5 +45,5 @@ using namespace System::Runtime::Compile // [assembly: AssemblyCompany("The Apache Software Foundation")]; -[assembly: AssemblyCopyright("Copyright 2001-2011 The Apache Software Foundation.")]; -[assembly: AssemblyTrademark("Copyright 2001-2011 The Apache Software Foundation.")]; +[assembly: AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")]; +[assembly: AssemblyTrademark("Copyright 2004-2011 The Apache Software Foundation.")]; Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cs?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original) +++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Fri Aug 19 12:04:03 2011 @@ -42,5 +42,5 @@ // [assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")] -[assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2011 The Apache Software Foundation.")] -[assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2011 The Apache Software Foundation.")] +[assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")] +[assembly: System.Reflection.AssemblyTrademark("Copyright 2004-2011 The Apache Software Foundation.")] Modified: logging/log4net/trunk/src/AssemblyVersionInfo.js URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.js?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/src/AssemblyVersionInfo.js (original) +++ logging/log4net/trunk/src/AssemblyVersionInfo.js Fri Aug 19 12:04:03 2011 @@ -45,5 +45,5 @@ import System.Reflection; // [assembly: AssemblyCompany("The Apache Software Foundation")] -[assembly: AssemblyCopyright("Copyright 2001-2011 The Apache Software Foundation.")] -[assembly: AssemblyTrademark("Copyright 2001-2011 The Apache Software Foundation.")] +[assembly: AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")] +[assembly: AssemblyTrademark("Copyright 2004-2011 The Apache Software Foundation.")] Modified: logging/log4net/trunk/src/AssemblyVersionInfo.vb URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.vb?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/src/AssemblyVersionInfo.vb (original) +++ logging/log4net/trunk/src/AssemblyVersionInfo.vb Fri Aug 19 12:04:03 2011 @@ -42,5 +42,5 @@ ' <Assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")> -<Assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2011 The Apache Software Foundation.")> -<Assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2011 The Apache Software Foundation.")> +<Assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")> +<Assembly: System.Reflection.AssemblyTrademark("Copyright 2004-2011 The Apache Software Foundation.")> Modified: logging/log4net/trunk/src/Core/TimeEvaluator.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Core/TimeEvaluator.cs?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/src/Core/TimeEvaluator.cs (original) +++ logging/log4net/trunk/src/Core/TimeEvaluator.cs Fri Aug 19 12:04:03 2011 @@ -1,10 +1,11 @@ #region Copyright & License // -// Copyright 2001-2005 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. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one or more +// contributor license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright ownership. +// The ASF licenses this file to you under the Apache License, Version 2.0 +// (the "License"); you may not use this file except in compliance with +// the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // Modified: logging/log4net/trunk/xdocs/src/license.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/xdocs/src/license.xml?rev=1159605&r1=1159604&r2=1159605&view=diff ============================================================================== --- logging/log4net/trunk/xdocs/src/license.xml (original) +++ logging/log4net/trunk/xdocs/src/license.xml Fri Aug 19 12:04:03 2011 @@ -252,7 +252,7 @@ limitations under the License. distribution. Apache log4net - Copyright 2001-2007 The Apache Software Foundation + Copyright 2004-2011 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).