nicko       2004/02/15 18:20:56

  Modified:    extensions/net/1.0/log4net.Ext.EventID/cs/src
                        AssemblyInfo.cs EventIDLogImpl.cs
                        EventIDLogManager.cs IEventIDLog.cs
               extensions/net/1.0/log4net.Ext.Trace/cs/src AssemblyInfo.cs
                        ITraceLog.cs TraceLogImpl.cs TraceLogManager.cs
  Log:
  Updated copyright
  
  Revision  Changes    Path
  1.2       +19 -12    
logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/AssemblyInfo.cs
  
  Index: AssemblyInfo.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/AssemblyInfo.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AssemblyInfo.cs   28 Jan 2004 20:03:04 -0000      1.1
  +++ AssemblyInfo.cs   16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  -//
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
  +//
   #endregion
   
   using System.Reflection;
  @@ -20,10 +27,10 @@
   [assembly: AssemblyTitle("log4net.Ext.EventID")]
   [assembly: AssemblyDescription("log4net EventID Extension")]
   [assembly: AssemblyConfiguration("")]
  -[assembly: AssemblyCompany("Neoworks Limited")]
  +[assembly: AssemblyCompany("The Apache Software Foundation")]
   [assembly: AssemblyProduct("log4net.Ext.EventID")]
  -[assembly: AssemblyCopyright("Copyright (C) 2001-2003 Neoworks Limited. All 
Rights Reserved.")]
  -[assembly: AssemblyTrademark("Copyright (C) 2001-2003 Neoworks Limited. All 
Rights Reserved.")]
  +[assembly: AssemblyCopyright("Copyright 2001-2004 The Apache Software 
Foundation.")]
  +[assembly: AssemblyTrademark("Copyright 2001-2004 The Apache Software 
Foundation.")]
   [assembly: AssemblyCulture("")]              
   
   //
  
  
  
  1.2       +15 -8     
logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/EventIDLogImpl.cs
  
  Index: EventIDLogImpl.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/EventIDLogImpl.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EventIDLogImpl.cs 28 Jan 2004 20:03:04 -0000      1.1
  +++ EventIDLogImpl.cs 16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
   //
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
   #endregion
   
   using log4net.Core;
  
  
  
  1.2       +15 -8     
logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/EventIDLogManager.cs
  
  Index: EventIDLogManager.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/EventIDLogManager.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EventIDLogManager.cs      28 Jan 2004 20:03:04 -0000      1.1
  +++ EventIDLogManager.cs      16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
   //
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
   #endregion
   
   using System;
  
  
  
  1.2       +15 -8     
logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/IEventIDLog.cs
  
  Index: IEventIDLog.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.EventID/cs/src/IEventIDLog.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IEventIDLog.cs    28 Jan 2004 20:03:04 -0000      1.1
  +++ IEventIDLog.cs    16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
   //
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
   #endregion
   
   /*
  
  
  
  1.2       +19 -12    
logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/AssemblyInfo.cs
  
  Index: AssemblyInfo.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/AssemblyInfo.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AssemblyInfo.cs   28 Jan 2004 20:03:04 -0000      1.1
  +++ AssemblyInfo.cs   16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  -//
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
  +//
   #endregion
   
   using System.Reflection;
  @@ -20,10 +27,10 @@
   [assembly: AssemblyTitle("log4net.Ext.Trace")]
   [assembly: AssemblyDescription("log4net Trace Extension")]
   [assembly: AssemblyConfiguration("")]
  -[assembly: AssemblyCompany("Neoworks Limited")]
  +[assembly: AssemblyCompany("The Apache Software Foundation")]
   [assembly: AssemblyProduct("log4net.Ext.Trace")]
  -[assembly: AssemblyCopyright("Copyright (C) 2001-2003 Neoworks Limited. All 
Rights Reserved.")]
  -[assembly: AssemblyTrademark("Copyright (C) 2001-2003 Neoworks Limited. All 
Rights Reserved.")]
  +[assembly: AssemblyCopyright("Copyright 2001-2004 The Apache Software 
Foundation.")]
  +[assembly: AssemblyTrademark("Copyright 2001-2004 The Apache Software 
Foundation.")]
   [assembly: AssemblyCulture("")]              
   
   //
  
  
  
  1.2       +15 -8     
logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/ITraceLog.cs
  
  Index: ITraceLog.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/ITraceLog.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ITraceLog.cs      28 Jan 2004 20:03:04 -0000      1.1
  +++ ITraceLog.cs      16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
   //
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
   #endregion
   
   using System;
  
  
  
  1.2       +15 -8     
logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/TraceLogImpl.cs
  
  Index: TraceLogImpl.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/TraceLogImpl.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TraceLogImpl.cs   28 Jan 2004 20:03:04 -0000      1.1
  +++ TraceLogImpl.cs   16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
   //
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
   #endregion
   
   using log4net.Core;
  
  
  
  1.2       +15 -8     
logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/TraceLogManager.cs
  
  Index: TraceLogManager.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/extensions/net/1.0/log4net.Ext.Trace/cs/src/TraceLogManager.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TraceLogManager.cs        28 Jan 2004 20:03:04 -0000      1.1
  +++ TraceLogManager.cs        16 Feb 2004 02:20:56 -0000      1.2
  @@ -1,12 +1,19 @@
  -#region Copyright
  -// 
  -// This framework is based on log4j see http://jakarta.apache.org/log4j
  -// Copyright (C) The Apache Software Foundation. All rights reserved.
  +#region Copyright & License
  +//
  +// Copyright 2001-2004 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
  +//
  +// http://www.apache.org/licenses/LICENSE-2.0
  +//
  +// Unless required by applicable law or agreed to in writing, software
  +// distributed under the License is distributed on an "AS IS" BASIS,
  +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +// See the License for the specific language governing permissions and
  +// limitations under the License.
   //
  -// This software is published under the terms of the Apache Software
  -// License version 1.1, a copy of which has been included with this
  -// distribution in the LICENSE.txt file.
  -// 
   #endregion
   
   using System;
  
  
  

Reply via email to