nicko 2005/01/17 13:40:52
Modified: tests/src AssemblyInfo.cs Utils.cs
tests/src/Appender CountingAppender.cs
EventLogAppenderTest.cs RemotingAppenderTest.cs
RollingFileAppenderTest.cs StringAppender.cs
tests/src/Core ShutdownTest.cs
tests/src/Hierarchy Logger.cs
tests/src/Layout PatternLayoutTest.cs
tests/src/Util CyclicBufferTest.cs
PropertiesDictionaryTest.cs
RandomStringPatternConverterTest.cs
SystemInfoTest.cs
Log:
Updated copyright to 2005
Revision Changes Path
1.2 +1 -4 logging-log4net/tests/src/AssemblyInfo.cs
Index: AssemblyInfo.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/AssemblyInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AssemblyInfo.cs 16 Feb 2004 16:30:04 -0000 1.1
+++ AssemblyInfo.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
@@ -29,10 +29,7 @@
[assembly: AssemblyDescription("Unit Tests for log4net")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("The Apache Software Foundation")]
[assembly: AssemblyProduct("log4net")]
-[assembly: AssemblyCopyright("Copyright 2004 The Apache Software
Foundation.")]
-[assembly: AssemblyTrademark("Copyright 2004 The Apache Software
Foundation.")]
[assembly: AssemblyDefaultAlias("log4net")]
[assembly: AssemblyCulture("")]
1.5 +1 -1 logging-log4net/tests/src/Utils.cs
Index: Utils.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Utils.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Utils.cs 19 Aug 2004 21:39:47 -0000 1.4
+++ Utils.cs 17 Jan 2005 21:40:52 -0000 1.5
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1 logging-log4net/tests/src/Appender/CountingAppender.cs
Index: CountingAppender.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Appender/CountingAppender.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CountingAppender.cs 26 Feb 2004 21:08:49 -0000 1.1
+++ CountingAppender.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.4 +1 -1
logging-log4net/tests/src/Appender/EventLogAppenderTest.cs
Index: EventLogAppenderTest.cs
===================================================================
RCS file:
/home/cvs/logging-log4net/tests/src/Appender/EventLogAppenderTest.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EventLogAppenderTest.cs 18 Nov 2004 13:42:02 -0000 1.3
+++ EventLogAppenderTest.cs 17 Jan 2005 21:40:52 -0000 1.4
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1
logging-log4net/tests/src/Appender/RemotingAppenderTest.cs
Index: RemotingAppenderTest.cs
===================================================================
RCS file:
/home/cvs/logging-log4net/tests/src/Appender/RemotingAppenderTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RemotingAppenderTest.cs 16 May 2004 22:12:56 -0000 1.1
+++ RemotingAppenderTest.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.5 +1 -1
logging-log4net/tests/src/Appender/RollingFileAppenderTest.cs
Index: RollingFileAppenderTest.cs
===================================================================
RCS file:
/home/cvs/logging-log4net/tests/src/Appender/RollingFileAppenderTest.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- RollingFileAppenderTest.cs 20 Nov 2004 21:33:44 -0000 1.4
+++ RollingFileAppenderTest.cs 17 Jan 2005 21:40:52 -0000 1.5
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1 logging-log4net/tests/src/Appender/StringAppender.cs
Index: StringAppender.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Appender/StringAppender.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StringAppender.cs 26 Feb 2004 21:08:49 -0000 1.1
+++ StringAppender.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1 logging-log4net/tests/src/Core/ShutdownTest.cs
Index: ShutdownTest.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Core/ShutdownTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ShutdownTest.cs 30 May 2004 19:44:25 -0000 1.1
+++ ShutdownTest.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.4 +1 -1 logging-log4net/tests/src/Hierarchy/Logger.cs
Index: Logger.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Hierarchy/Logger.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Logger.cs 2 Jun 2004 16:30:35 -0000 1.3
+++ Logger.cs 17 Jan 2005 21:40:52 -0000 1.4
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.4 +1 -1 logging-log4net/tests/src/Layout/PatternLayoutTest.cs
Index: PatternLayoutTest.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Layout/PatternLayoutTest.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PatternLayoutTest.cs 9 Sep 2004 21:55:29 -0000 1.3
+++ PatternLayoutTest.cs 17 Jan 2005 21:40:52 -0000 1.4
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1 logging-log4net/tests/src/Util/CyclicBufferTest.cs
Index: CyclicBufferTest.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Util/CyclicBufferTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CyclicBufferTest.cs 2 Jun 2004 16:31:21 -0000 1.1
+++ CyclicBufferTest.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1
logging-log4net/tests/src/Util/PropertiesDictionaryTest.cs
Index: PropertiesDictionaryTest.cs
===================================================================
RCS file:
/home/cvs/logging-log4net/tests/src/Util/PropertiesDictionaryTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PropertiesDictionaryTest.cs 16 May 2004 22:12:56 -0000 1.1
+++ PropertiesDictionaryTest.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1
logging-log4net/tests/src/Util/RandomStringPatternConverterTest.cs
Index: RandomStringPatternConverterTest.cs
===================================================================
RCS file:
/home/cvs/logging-log4net/tests/src/Util/RandomStringPatternConverterTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RandomStringPatternConverterTest.cs 19 Aug 2004 21:39:29 -0000
1.1
+++ RandomStringPatternConverterTest.cs 17 Jan 2005 21:40:52 -0000
1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.
1.2 +1 -1 logging-log4net/tests/src/Util/SystemInfoTest.cs
Index: SystemInfoTest.cs
===================================================================
RCS file: /home/cvs/logging-log4net/tests/src/Util/SystemInfoTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SystemInfoTest.cs 26 Feb 2004 21:44:53 -0000 1.1
+++ SystemInfoTest.cs 17 Jan 2005 21:40:52 -0000 1.2
@@ -1,6 +1,6 @@
#region Copyright & License
//
-// Copyright 2001-2004 The Apache Software Foundation
+// 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.