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 bo...@apache.org on 2011/08/20 07:22:22 UTC

svn commit: r1159849 - in /logging/log4net/trunk/src: AssemblyInfo.cs AssemblyVersionInfo.cpp AssemblyVersionInfo.cs AssemblyVersionInfo.js AssemblyVersionInfo.vb

Author: bodewig
Date: Sat Aug 20 05:22:22 2011
New Revision: 1159849

URL: http://svn.apache.org/viewvc?rev=1159849&view=rev
Log:
brand management

Modified:
    logging/log4net/trunk/src/AssemblyInfo.cs
    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/src/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyInfo.cs?rev=1159849&r1=1159848&r2=1159849&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyInfo.cs Sat Aug 20 05:22:22 2011
@@ -46,35 +46,35 @@ using System.Runtime.CompilerServices;
 //
 
 #if (CLI_1_0)
-[assembly: AssemblyTitle("log4net for CLI 1.0 Compatible Frameworks")]
+[assembly: AssemblyTitle("Apache log4net for CLI 1.0 Compatible Frameworks")]
 #elif (NET_1_0)
-[assembly: AssemblyTitle("log4net for .NET Framework 1.0")]
+[assembly: AssemblyTitle("Apache log4net for .NET Framework 1.0")]
 #elif (NET_1_1)
-[assembly: AssemblyTitle("log4net for .NET Framework 1.1")]
+[assembly: AssemblyTitle("Apache log4net for .NET Framework 1.1")]
 #elif (NET_2_0)
-[assembly: AssemblyTitle("log4net for .NET Framework 2.0")]
+[assembly: AssemblyTitle("Apache log4net for .NET Framework 2.0")]
 #elif (NETCF_1_0)
-[assembly: AssemblyTitle("log4net for .NET Compact Framework 1.0")]
+[assembly: AssemblyTitle("Apache log4net for .NET Compact Framework 1.0")]
 #elif (NETCF_2_0)
-[assembly: AssemblyTitle("log4net for .NET Compact Framework 2.0")]
+[assembly: AssemblyTitle("Apache log4net for .NET Compact Framework 2.0")]
 #elif (MONO_1_0)
-[assembly: AssemblyTitle("log4net for Mono 1.0")]
+[assembly: AssemblyTitle("Apache log4net for Mono 1.0")]
 #elif (MONO_2_0)
-[assembly: AssemblyTitle("log4net for Mono 2.0")]
+[assembly: AssemblyTitle("Apache log4net for Mono 2.0")]
 #elif (SSCLI_1_0)
-[assembly: AssemblyTitle("log4net for Shared Source CLI 1.0")]
+[assembly: AssemblyTitle("Apache log4net for Shared Source CLI 1.0")]
 #elif (CLI_1_0)
-[assembly: AssemblyTitle("log4net for CLI Compatible Frameworks")]
+[assembly: AssemblyTitle("Apache log4net for CLI Compatible Frameworks")]
 #elif (NET)
-[assembly: AssemblyTitle("log4net for .NET Framework")]
+[assembly: AssemblyTitle("Apache log4net for .NET Framework")]
 #elif (NETCF)
-[assembly: AssemblyTitle("log4net for .NET Compact Framework")]
+[assembly: AssemblyTitle("Apache log4net for .NET Compact Framework")]
 #elif (MONO)
-[assembly: AssemblyTitle("log4net for Mono")]
+[assembly: AssemblyTitle("Apache log4net for Mono")]
 #elif (SSCLI)
-[assembly: AssemblyTitle("log4net for Shared Source CLI")]
+[assembly: AssemblyTitle("Apache log4net for Shared Source CLI")]
 #else
-[assembly: AssemblyTitle("log4net")]
+[assembly: AssemblyTitle("Apache log4net")]
 #endif
 
 #if DEBUG

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cpp
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cpp?rev=1159849&r1=1159848&r2=1159849&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cpp (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cpp Sat Aug 20 05:22:22 2011
@@ -46,4 +46,4 @@ using namespace System::Runtime::Compile
 
 [assembly: AssemblyCompany("The Apache Software Foundation")];
 [assembly: AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")];
-[assembly: AssemblyTrademark("Copyright 2004-2011 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=1159849&r1=1159848&r2=1159849&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Sat Aug 20 05:22:22 2011
@@ -43,4 +43,4 @@
 
 [assembly: System.Reflection.AssemblyCompany("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.")]
+[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=1159849&r1=1159848&r2=1159849&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.js (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.js Sat Aug 20 05:22:22 2011
@@ -46,4 +46,4 @@ import System.Reflection;
 
 [assembly: AssemblyCompany("The Apache Software Foundation")]
 [assembly: AssemblyCopyright("Copyright 2004-2011 The Apache Software Foundation.")]
-[assembly: AssemblyTrademark("Copyright 2004-2011 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=1159849&r1=1159848&r2=1159849&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.vb (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.vb Sat Aug 20 05:22:22 2011
@@ -43,4 +43,4 @@
 
 <Assembly: System.Reflection.AssemblyCompany("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.")> 
+<Assembly: System.Reflection.AssemblyTrademark("Apache and Apache log4net are trademarks of The Apache Software Foundation")>