You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/03/10 11:00:32 UTC

cvs commit: incubator-geronimo/sandbox/mail/xdocs navigation.xml

gdamour     2004/03/10 02:00:32

  Modified:    sandbox/mail project.xml
               sandbox/mail/src/java/org/apache/geronimo/mail
                        AbstractFolder.java AbstractStore.java
                        AbstractTransport.java
               sandbox/mail/src/java/org/apache/geronimo/mail/imap
                        IMAPFolder.java IMAPStore.java
               sandbox/mail/src/java/org/apache/geronimo/mail/pop3
                        POP3Folder.java POP3Store.java
               sandbox/mail/src/java/org/apache/geronimo/mail/smtp
                        SMTPTransport.java
               sandbox/mail/src/test/org/apache/geronimo/mail
                        AbstractFolderTest.java
               sandbox/mail/src/test/org/apache/geronimo/mail/imap
                        IMAPFolderTest.java
               sandbox/mail/src/test/org/apache/geronimo/mail/pop3
                        POP3FolderTest.java
               sandbox/mail/src/test/org/apache/geronimo/mail/smtp
                        SMTPTransportTest.java
               sandbox/mail/xdocs navigation.xml
  Added:       sandbox/mail 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/mail/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/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:32 -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/mail/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/mail/src/java/org/apache/geronimo/mail/AbstractFolder.java
  
  Index: AbstractFolder.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/AbstractFolder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractFolder.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ AbstractFolder.java	10 Mar 2004 10:00:32 -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/mail/src/java/org/apache/geronimo/mail/AbstractStore.java
  
  Index: AbstractStore.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/AbstractStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractStore.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ AbstractStore.java	10 Mar 2004 10:00:32 -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/mail/src/java/org/apache/geronimo/mail/AbstractTransport.java
  
  Index: AbstractTransport.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/AbstractTransport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractTransport.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ AbstractTransport.java	10 Mar 2004 10:00:32 -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/mail/src/java/org/apache/geronimo/mail/imap/IMAPFolder.java
  
  Index: IMAPFolder.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/imap/IMAPFolder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IMAPFolder.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ IMAPFolder.java	10 Mar 2004 10:00:32 -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/mail/src/java/org/apache/geronimo/mail/imap/IMAPStore.java
  
  Index: IMAPStore.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/imap/IMAPStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IMAPStore.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ IMAPStore.java	10 Mar 2004 10:00:32 -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/mail/src/java/org/apache/geronimo/mail/pop3/POP3Folder.java
  
  Index: POP3Folder.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/pop3/POP3Folder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- POP3Folder.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ POP3Folder.java	10 Mar 2004 10:00:32 -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/mail/src/java/org/apache/geronimo/mail/pop3/POP3Store.java
  
  Index: POP3Store.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/pop3/POP3Store.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- POP3Store.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ POP3Store.java	10 Mar 2004 10:00:32 -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/mail/src/java/org/apache/geronimo/mail/smtp/SMTPTransport.java
  
  Index: SMTPTransport.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/java/org/apache/geronimo/mail/smtp/SMTPTransport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SMTPTransport.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ SMTPTransport.java	10 Mar 2004 10:00:32 -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/mail/src/test/org/apache/geronimo/mail/AbstractFolderTest.java
  
  Index: AbstractFolderTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/test/org/apache/geronimo/mail/AbstractFolderTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractFolderTest.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ AbstractFolderTest.java	10 Mar 2004 10:00:32 -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/mail/src/test/org/apache/geronimo/mail/imap/IMAPFolderTest.java
  
  Index: IMAPFolderTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/test/org/apache/geronimo/mail/imap/IMAPFolderTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IMAPFolderTest.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ IMAPFolderTest.java	10 Mar 2004 10:00:32 -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/mail/src/test/org/apache/geronimo/mail/pop3/POP3FolderTest.java
  
  Index: POP3FolderTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/test/org/apache/geronimo/mail/pop3/POP3FolderTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- POP3FolderTest.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ POP3FolderTest.java	10 Mar 2004 10:00:32 -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/mail/src/test/org/apache/geronimo/mail/smtp/SMTPTransportTest.java
  
  Index: SMTPTransportTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/src/test/org/apache/geronimo/mail/smtp/SMTPTransportTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SMTPTransportTest.java	25 Feb 2004 09:59:14 -0000	1.2
  +++ SMTPTransportTest.java	10 Mar 2004 10:00:32 -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/mail/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/mail/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	29 Jan 2004 04:07:43 -0000	1.1
  +++ navigation.xml	10 Mar 2004 10:00:32 -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$ -->