gdamour 2004/03/10 02:00:30
Modified: sandbox/javamail project.xml
sandbox/javamail/src/java/javax/mail Address.java
AuthenticationFailedException.java
Authenticator.java BodyPart.java FetchProfile.java
Flags.java Folder.java FolderClosedException.java
FolderNotFoundException.java Header.java
IllegalWriteException.java Message.java
MessageAware.java MessageContext.java
MessageRemovedException.java
MessagingException.java
MethodNotSupportedException.java Multipart.java
MultipartDataSource.java
NoSuchProviderException.java Part.java
PasswordAuthentication.java Provider.java
ReadOnlyFolderException.java
SendFailedException.java Service.java Session.java
Store.java StoreClosedException.java Transport.java
UIDFolder.java URLName.java
sandbox/javamail/src/java/javax/mail/event
ConnectionAdapter.java ConnectionEvent.java
ConnectionListener.java FolderAdapter.java
FolderEvent.java FolderListener.java MailEvent.java
MessageChangedEvent.java
MessageChangedListener.java
MessageCountAdapter.java MessageCountEvent.java
MessageCountListener.java StoreEvent.java
StoreListener.java TransportAdapter.java
TransportEvent.java TransportListener.java
sandbox/javamail/src/java/javax/mail/internet
AddressException.java ContentDisposition.java
ContentType.java HeaderTokenizer.java
InternetAddress.java InternetHeaders.java
MailDateFormat.java MimeBodyPart.java
MimeMessage.java MimeMultipart.java MimePart.java
MimePartDataSource.java MimeUtility.java
NewsAddress.java ParameterList.java
ParseException.java SharedInputStream.java
sandbox/javamail/src/java/javax/mail/search
AddressStringTerm.java AddressTerm.java
AndTerm.java BodyTerm.java ComparisonTerm.java
DateTerm.java FlagTerm.java FromStringTerm.java
FromTerm.java HeaderTerm.java
IntegerComparisonTerm.java MessageIDTerm.java
MessageNumberTerm.java NotTerm.java OrTerm.java
ReceivedDateTerm.java RecipientStringTerm.java
RecipientTerm.java SearchException.java
SearchTerm.java SentDateTerm.java SizeTerm.java
StringTerm.java SubjectTerm.java
sandbox/javamail/src/test/javax/mail AllTests.java
FlagsTest.java HeaderTest.java
MessageContextTest.java MessagingExceptionTest.java
PasswordAuthenticationTest.java SimpleFolder.java
SimpleTextMessage.java TestData.java
URLNameTest.java
sandbox/javamail/src/test/javax/mail/event
AllEventTests.java ConnectionEventTest.java
FolderEventTest.java MessageChangedEventTest.java
MessageCountEventTest.java StoreEventTest.java
TransportEventTest.java
sandbox/javamail/src/test/javax/mail/internet
AllInternetTests.java ContentDispositionTest.java
ContentTypeTest.java HeaderTokenizerTest.java
InternetAddressTest.java InternetHeadersTest.java
MailDateFormatTest.java MimeMessageTest.java
NewsAddressTest.java ParameterListTest.java
sandbox/javamail/xdocs navigation.xml
Added: sandbox/javamail NOTICE.txt
Log:
Reporters: David Jencks, Dain Sundstrom.
Copyright range fix subsequent to the License migration 1.1 => 2.0.
Revision Changes Path
1.4 +18 -1 incubator-geronimo/sandbox/javamail/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/sandbox/javamail/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 19 Feb 2004 09:00:29 -0000 1.3
+++ project.xml 10 Mar 2004 10:00:26 -0000 1.4
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 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.
+-->
+
<!-- $Revision$ $Date$ -->
1.1 incubator-geronimo/sandbox/javamail/NOTICE.txt
Index: NOTICE.txt
===================================================================
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Address.java
Index: Address.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Address.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Address.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Address.java 10 Mar 2004 10:00:26 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/AuthenticationFailedException.java
Index: AuthenticationFailedException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/AuthenticationFailedException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AuthenticationFailedException.java 25 Feb 2004 09:59:07 -0000
1.2
+++ AuthenticationFailedException.java 10 Mar 2004 10:00:26 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Authenticator.java
Index: Authenticator.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Authenticator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Authenticator.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Authenticator.java 10 Mar 2004 10:00:26 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/BodyPart.java
Index: BodyPart.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/BodyPart.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BodyPart.java 25 Feb 2004 09:59:07 -0000 1.2
+++ BodyPart.java 10 Mar 2004 10:00:26 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/FetchProfile.java
Index: FetchProfile.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/FetchProfile.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FetchProfile.java 25 Feb 2004 09:59:07 -0000 1.2
+++ FetchProfile.java 10 Mar 2004 10:00:26 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Flags.java
Index: Flags.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Flags.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Flags.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Flags.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Folder.java
Index: Folder.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Folder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Folder.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Folder.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/FolderClosedException.java
Index: FolderClosedException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/FolderClosedException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FolderClosedException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ FolderClosedException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/FolderNotFoundException.java
Index: FolderNotFoundException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/FolderNotFoundException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FolderNotFoundException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ FolderNotFoundException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Header.java
Index: Header.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Header.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Header.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Header.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/IllegalWriteException.java
Index: IllegalWriteException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/IllegalWriteException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IllegalWriteException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ IllegalWriteException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Message.java
Index: Message.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Message.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Message.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Message.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessageAware.java
Index: MessageAware.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessageAware.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageAware.java 25 Feb 2004 09:59:07 -0000 1.2
+++ MessageAware.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessageContext.java
Index: MessageContext.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessageContext.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageContext.java 25 Feb 2004 09:59:07 -0000 1.2
+++ MessageContext.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessageRemovedException.java
Index: MessageRemovedException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessageRemovedException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageRemovedException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ MessageRemovedException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessagingException.java
Index: MessagingException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/MessagingException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessagingException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ MessagingException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/MethodNotSupportedException.java
Index: MethodNotSupportedException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/MethodNotSupportedException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MethodNotSupportedException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ MethodNotSupportedException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Multipart.java
Index: Multipart.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Multipart.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Multipart.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Multipart.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/MultipartDataSource.java
Index: MultipartDataSource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/MultipartDataSource.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MultipartDataSource.java 25 Feb 2004 09:59:07 -0000 1.2
+++ MultipartDataSource.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/NoSuchProviderException.java
Index: NoSuchProviderException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/NoSuchProviderException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NoSuchProviderException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ NoSuchProviderException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Part.java
Index: Part.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Part.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Part.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Part.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/PasswordAuthentication.java
Index: PasswordAuthentication.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/PasswordAuthentication.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PasswordAuthentication.java 25 Feb 2004 09:59:07 -0000 1.2
+++ PasswordAuthentication.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Provider.java
Index: Provider.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Provider.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Provider.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Provider.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/ReadOnlyFolderException.java
Index: ReadOnlyFolderException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/ReadOnlyFolderException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ReadOnlyFolderException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ ReadOnlyFolderException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/SendFailedException.java
Index: SendFailedException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/SendFailedException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SendFailedException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ SendFailedException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Service.java
Index: Service.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Service.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Service.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Service.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Session.java
Index: Session.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Session.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Session.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Session.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Store.java
Index: Store.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Store.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Store.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Store.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/StoreClosedException.java
Index: StoreClosedException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/StoreClosedException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StoreClosedException.java 25 Feb 2004 09:59:07 -0000 1.2
+++ StoreClosedException.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/Transport.java
Index: Transport.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/Transport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Transport.java 25 Feb 2004 09:59:07 -0000 1.2
+++ Transport.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/UIDFolder.java
Index: UIDFolder.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/UIDFolder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- UIDFolder.java 25 Feb 2004 09:59:07 -0000 1.2
+++ UIDFolder.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/URLName.java
Index: URLName.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/URLName.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URLName.java 25 Feb 2004 09:59:07 -0000 1.2
+++ URLName.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/ConnectionAdapter.java
Index: ConnectionAdapter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/ConnectionAdapter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConnectionAdapter.java 25 Feb 2004 09:59:08 -0000 1.2
+++ ConnectionAdapter.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/ConnectionEvent.java
Index: ConnectionEvent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/ConnectionEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConnectionEvent.java 25 Feb 2004 09:59:08 -0000 1.2
+++ ConnectionEvent.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/ConnectionListener.java
Index: ConnectionListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/ConnectionListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConnectionListener.java 25 Feb 2004 09:59:08 -0000 1.2
+++ ConnectionListener.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/FolderAdapter.java
Index: FolderAdapter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/FolderAdapter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FolderAdapter.java 25 Feb 2004 09:59:08 -0000 1.2
+++ FolderAdapter.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/FolderEvent.java
Index: FolderEvent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/FolderEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FolderEvent.java 25 Feb 2004 09:59:08 -0000 1.2
+++ FolderEvent.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/FolderListener.java
Index: FolderListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/FolderListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FolderListener.java 25 Feb 2004 09:59:08 -0000 1.2
+++ FolderListener.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MailEvent.java
Index: MailEvent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MailEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MailEvent.java 25 Feb 2004 09:59:08 -0000 1.2
+++ MailEvent.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageChangedEvent.java
Index: MessageChangedEvent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageChangedEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageChangedEvent.java 25 Feb 2004 09:59:08 -0000 1.2
+++ MessageChangedEvent.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageChangedListener.java
Index: MessageChangedListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageChangedListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageChangedListener.java 25 Feb 2004 09:59:08 -0000 1.2
+++ MessageChangedListener.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageCountAdapter.java
Index: MessageCountAdapter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageCountAdapter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageCountAdapter.java 25 Feb 2004 09:59:08 -0000 1.2
+++ MessageCountAdapter.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageCountEvent.java
Index: MessageCountEvent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageCountEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageCountEvent.java 25 Feb 2004 09:59:08 -0000 1.2
+++ MessageCountEvent.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageCountListener.java
Index: MessageCountListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/MessageCountListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageCountListener.java 25 Feb 2004 09:59:08 -0000 1.2
+++ MessageCountListener.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/StoreEvent.java
Index: StoreEvent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/StoreEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StoreEvent.java 25 Feb 2004 09:59:08 -0000 1.2
+++ StoreEvent.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/StoreListener.java
Index: StoreListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/StoreListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StoreListener.java 25 Feb 2004 09:59:08 -0000 1.2
+++ StoreListener.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/TransportAdapter.java
Index: TransportAdapter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/TransportAdapter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransportAdapter.java 25 Feb 2004 09:59:08 -0000 1.2
+++ TransportAdapter.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/TransportEvent.java
Index: TransportEvent.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/TransportEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransportEvent.java 25 Feb 2004 09:59:08 -0000 1.2
+++ TransportEvent.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/TransportListener.java
Index: TransportListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/event/TransportListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransportListener.java 25 Feb 2004 09:59:08 -0000 1.2
+++ TransportListener.java 10 Mar 2004 10:00:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/AddressException.java
Index: AddressException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/AddressException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AddressException.java 25 Feb 2004 09:59:09 -0000 1.2
+++ AddressException.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ContentDisposition.java
Index: ContentDisposition.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ContentDisposition.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContentDisposition.java 25 Feb 2004 09:59:09 -0000 1.2
+++ ContentDisposition.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ContentType.java
Index: ContentType.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ContentType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContentType.java 25 Feb 2004 09:59:09 -0000 1.2
+++ ContentType.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/HeaderTokenizer.java
Index: HeaderTokenizer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/HeaderTokenizer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HeaderTokenizer.java 25 Feb 2004 09:59:09 -0000 1.2
+++ HeaderTokenizer.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/InternetAddress.java
Index: InternetAddress.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/InternetAddress.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InternetAddress.java 25 Feb 2004 09:59:09 -0000 1.2
+++ InternetAddress.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/InternetHeaders.java
Index: InternetHeaders.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/InternetHeaders.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InternetHeaders.java 25 Feb 2004 09:59:09 -0000 1.2
+++ InternetHeaders.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MailDateFormat.java
Index: MailDateFormat.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MailDateFormat.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MailDateFormat.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MailDateFormat.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeBodyPart.java
Index: MimeBodyPart.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeBodyPart.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MimeBodyPart.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MimeBodyPart.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeMessage.java
Index: MimeMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeMessage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MimeMessage.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MimeMessage.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeMultipart.java
Index: MimeMultipart.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeMultipart.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MimeMultipart.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MimeMultipart.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimePart.java
Index: MimePart.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimePart.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MimePart.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MimePart.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimePartDataSource.java
Index: MimePartDataSource.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimePartDataSource.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MimePartDataSource.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MimePartDataSource.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeUtility.java
Index: MimeUtility.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/MimeUtility.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MimeUtility.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MimeUtility.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/NewsAddress.java
Index: NewsAddress.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/NewsAddress.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NewsAddress.java 25 Feb 2004 09:59:09 -0000 1.2
+++ NewsAddress.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ParameterList.java
Index: ParameterList.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ParameterList.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParameterList.java 25 Feb 2004 09:59:09 -0000 1.2
+++ ParameterList.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ParseException.java
Index: ParseException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/ParseException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParseException.java 25 Feb 2004 09:59:09 -0000 1.2
+++ ParseException.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/SharedInputStream.java
Index: SharedInputStream.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/internet/SharedInputStream.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SharedInputStream.java 25 Feb 2004 09:59:09 -0000 1.2
+++ SharedInputStream.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/AddressStringTerm.java
Index: AddressStringTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/AddressStringTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AddressStringTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ AddressStringTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/AddressTerm.java
Index: AddressTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/AddressTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AddressTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ AddressTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/AndTerm.java
Index: AndTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/AndTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AndTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ AndTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/BodyTerm.java
Index: BodyTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/BodyTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BodyTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ BodyTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/ComparisonTerm.java
Index: ComparisonTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/ComparisonTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ComparisonTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ ComparisonTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/DateTerm.java
Index: DateTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/DateTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DateTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ DateTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/FlagTerm.java
Index: FlagTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/FlagTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FlagTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ FlagTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/FromStringTerm.java
Index: FromStringTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/FromStringTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FromStringTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ FromStringTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/FromTerm.java
Index: FromTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/FromTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FromTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ FromTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/HeaderTerm.java
Index: HeaderTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/HeaderTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HeaderTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ HeaderTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/IntegerComparisonTerm.java
Index: IntegerComparisonTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/IntegerComparisonTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IntegerComparisonTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ IntegerComparisonTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/MessageIDTerm.java
Index: MessageIDTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/MessageIDTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageIDTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MessageIDTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/MessageNumberTerm.java
Index: MessageNumberTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/MessageNumberTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageNumberTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ MessageNumberTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/NotTerm.java
Index: NotTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/NotTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NotTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ NotTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/OrTerm.java
Index: OrTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/OrTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- OrTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ OrTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/ReceivedDateTerm.java
Index: ReceivedDateTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/ReceivedDateTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ReceivedDateTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ ReceivedDateTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/RecipientStringTerm.java
Index: RecipientStringTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/RecipientStringTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RecipientStringTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ RecipientStringTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/RecipientTerm.java
Index: RecipientTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/RecipientTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RecipientTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ RecipientTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SearchException.java
Index: SearchException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SearchException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SearchException.java 25 Feb 2004 09:59:09 -0000 1.2
+++ SearchException.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SearchTerm.java
Index: SearchTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SearchTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SearchTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ SearchTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SentDateTerm.java
Index: SentDateTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SentDateTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SentDateTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ SentDateTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SizeTerm.java
Index: SizeTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SizeTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SizeTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ SizeTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/StringTerm.java
Index: StringTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/StringTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StringTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ StringTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SubjectTerm.java
Index: SubjectTerm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/java/javax/mail/search/SubjectTerm.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SubjectTerm.java 25 Feb 2004 09:59:09 -0000 1.2
+++ SubjectTerm.java 10 Mar 2004 10:00:28 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/AllTests.java
Index: AllTests.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/AllTests.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AllTests.java 25 Feb 2004 09:59:10 -0000 1.2
+++ AllTests.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/FlagsTest.java
Index: FlagsTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/FlagsTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FlagsTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ FlagsTest.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/HeaderTest.java
Index: HeaderTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/HeaderTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HeaderTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ HeaderTest.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/MessageContextTest.java
Index: MessageContextTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/MessageContextTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageContextTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ MessageContextTest.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/MessagingExceptionTest.java
Index: MessagingExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/MessagingExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessagingExceptionTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ MessagingExceptionTest.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/PasswordAuthenticationTest.java
Index: PasswordAuthenticationTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/PasswordAuthenticationTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PasswordAuthenticationTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ PasswordAuthenticationTest.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/SimpleFolder.java
Index: SimpleFolder.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/SimpleFolder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SimpleFolder.java 25 Feb 2004 09:59:10 -0000 1.2
+++ SimpleFolder.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/SimpleTextMessage.java
Index: SimpleTextMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/SimpleTextMessage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SimpleTextMessage.java 25 Feb 2004 09:59:10 -0000 1.2
+++ SimpleTextMessage.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +1 -1
incubator-geronimo/sandbox/javamail/src/test/javax/mail/TestData.java
Index: TestData.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/TestData.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestData.java 25 Feb 2004 09:59:10 -0000 1.2
+++ TestData.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/URLNameTest.java
Index: URLNameTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/URLNameTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URLNameTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ URLNameTest.java 10 Mar 2004 10:00:29 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/AllEventTests.java
Index: AllEventTests.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/AllEventTests.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AllEventTests.java 25 Feb 2004 09:59:10 -0000 1.2
+++ AllEventTests.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/ConnectionEventTest.java
Index: ConnectionEventTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/ConnectionEventTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConnectionEventTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ ConnectionEventTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/FolderEventTest.java
Index: FolderEventTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/FolderEventTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FolderEventTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ FolderEventTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/MessageChangedEventTest.java
Index: MessageChangedEventTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/MessageChangedEventTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageChangedEventTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ MessageChangedEventTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/MessageCountEventTest.java
Index: MessageCountEventTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/MessageCountEventTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageCountEventTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ MessageCountEventTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/StoreEventTest.java
Index: StoreEventTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/StoreEventTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StoreEventTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ StoreEventTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/TransportEventTest.java
Index: TransportEventTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/event/TransportEventTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransportEventTest.java 25 Feb 2004 09:59:10 -0000 1.2
+++ TransportEventTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/AllInternetTests.java
Index: AllInternetTests.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/AllInternetTests.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AllInternetTests.java 25 Feb 2004 09:59:11 -0000 1.2
+++ AllInternetTests.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/ContentDispositionTest.java
Index: ContentDispositionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/ContentDispositionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContentDispositionTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ ContentDispositionTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/ContentTypeTest.java
Index: ContentTypeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/ContentTypeTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContentTypeTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ ContentTypeTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/HeaderTokenizerTest.java
Index: HeaderTokenizerTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/HeaderTokenizerTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HeaderTokenizerTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ HeaderTokenizerTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/InternetAddressTest.java
Index: InternetAddressTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/InternetAddressTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InternetAddressTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ InternetAddressTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/InternetHeadersTest.java
Index: InternetHeadersTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/InternetHeadersTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InternetHeadersTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ InternetHeadersTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/MailDateFormatTest.java
Index: MailDateFormatTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/MailDateFormatTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MailDateFormatTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ MailDateFormatTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/MimeMessageTest.java
Index: MimeMessageTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/MimeMessageTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MimeMessageTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ MimeMessageTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/NewsAddressTest.java
Index: NewsAddressTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/NewsAddressTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NewsAddressTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ NewsAddressTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.3 +2 -2
incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/ParameterListTest.java
Index: ParameterListTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/javamail/src/test/javax/mail/internet/ParameterListTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParameterListTest.java 25 Feb 2004 09:59:11 -0000 1.2
+++ ParameterListTest.java 10 Mar 2004 10:00:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-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.
1.2 +18 -1 incubator-geronimo/sandbox/javamail/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/sandbox/javamail/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 29 Jan 2004 04:20:07 -0000 1.1
+++ navigation.xml 10 Mar 2004 10:00:30 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 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.
+-->
+
<!-- $Revision$ $Date$ -->