Author: bodewig
Date: Sun Jan 1 11:25:43 2017
New Revision: 1776839
URL: http://svn.apache.org/viewvc?rev=1776839&view=rev
Log:
happy new year
Modified:
logging/log4net/trunk/NOTICE
logging/log4net/trunk/log4net.nuspec
logging/log4net/trunk/log4net.shfbproj
logging/log4net/trunk/netstandard/log4net/project.json
logging/log4net/trunk/src/AssemblyVersionInfo.cpp
logging/log4net/trunk/src/AssemblyVersionInfo.cs
logging/log4net/trunk/src/AssemblyVersionInfo.js
logging/log4net/trunk/src/AssemblyVersionInfo.vb
Modified: logging/log4net/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/NOTICE?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/NOTICE (original)
+++ logging/log4net/trunk/NOTICE Sun Jan 1 11:25:43 2017
@@ -1,5 +1,5 @@
Apache log4net
- Copyright 2004-2016 The Apache Software Foundation
+ Copyright 2004-2017 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified: logging/log4net/trunk/log4net.nuspec
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.nuspec?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.nuspec (original)
+++ logging/log4net/trunk/log4net.nuspec Sun Jan 1 11:25:43 2017
@@ -35,7 +35,7 @@ log4net is designed with two distinct go
<licenseUrl>http://logging.apache.org/log4net/license.html</licenseUrl>
<projectUrl>http://logging.apache.org/log4net/</projectUrl>
<iconUrl>https://www.apache.org/images/feather.png</iconUrl>
- <copyright>Copyright 2004-2016 The Apache Software Foundation</copyright>
+ <copyright>Copyright 2004-2017 The Apache Software Foundation</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>logging log tracing logfiles</tags>
<dependencies>
Modified: logging/log4net/trunk/log4net.shfbproj
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.shfbproj?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.shfbproj (original)
+++ logging/log4net/trunk/log4net.shfbproj Sun Jan 1 11:25:43 2017
@@ -42,7 +42,7 @@ limitations under the License.
<Preliminary>False</Preliminary>
<NamingMethod>MemberName</NamingMethod>
<HelpTitle>Apache log4net⢠SDK Documentation</HelpTitle>
- <CopyrightText>Copyright 2004-2016 The Apache Software
Foundation</CopyrightText>
+ <CopyrightText>Copyright 2004-2017 The Apache Software
Foundation</CopyrightText>
<CopyrightHref>http://logging.apache.org/log4net/</CopyrightHref>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<DocumentationSources>
Modified: logging/log4net/trunk/netstandard/log4net/project.json
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/netstandard/log4net/project.json?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/netstandard/log4net/project.json (original)
+++ logging/log4net/trunk/netstandard/log4net/project.json Sun Jan 1 11:25:43
2017
@@ -2,7 +2,7 @@
"name": "log4net",
"version": "2.0.7",
"title": "Apache log4net for .NET Core",
- "copyright": "Copyright 2004-2016 The Apache Software Foundation.",
+ "copyright": "Copyright 2004-2017 The Apache Software Foundation.",
"frameworks": {
"netstandard1.3": {
"buildOptions": {
Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cpp
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cpp?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cpp (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cpp Sun Jan 1 11:25:43 2017
@@ -45,5 +45,5 @@ using namespace System::Runtime::Compile
//
[assembly: AssemblyCompany("The Apache Software Foundation")];
-[assembly: AssemblyCopyright("Copyright 2004-2016 The Apache Software
Foundation.")];
+[assembly: AssemblyCopyright("Copyright 2004-2017 The Apache Software
Foundation.")];
[assembly: AssemblyTrademark("Apache and Apache log4net are trademarks of The
Apache Software Foundation")];
Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cs
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cs?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Sun Jan 1 11:25:43 2017
@@ -41,5 +41,5 @@
//
[assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")]
-[assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2016 The Apache
Software Foundation.")]
+[assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2017 The Apache
Software Foundation.")]
[assembly: System.Reflection.AssemblyTrademark("Apache and Apache log4net are
trademarks of The Apache Software Foundation")]
Modified: logging/log4net/trunk/src/AssemblyVersionInfo.js
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.js?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.js (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.js Sun Jan 1 11:25:43 2017
@@ -45,5 +45,5 @@ import System.Reflection;
//
[assembly: AssemblyCompany("The Apache Software Foundation")]
-[assembly: AssemblyCopyright("Copyright 2004-2016 The Apache Software
Foundation.")]
+[assembly: AssemblyCopyright("Copyright 2004-2017 The Apache Software
Foundation.")]
[assembly: AssemblyTrademark("Apache and Apache log4net are trademarks of The
Apache Software Foundation")]
Modified: logging/log4net/trunk/src/AssemblyVersionInfo.vb
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.vb?rev=1776839&r1=1776838&r2=1776839&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.vb (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.vb Sun Jan 1 11:25:43 2017
@@ -42,5 +42,5 @@
'
<Assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")>
-<Assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2016 The Apache
Software Foundation.")>
+<Assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2017 The Apache
Software Foundation.")>
<Assembly: System.Reflection.AssemblyTrademark("Apache and Apache log4net are
trademarks of The Apache Software Foundation")>