pier        2003/01/31 14:53:17

  Modified:    src/mocks/javax/mail Address.java Message.java
                        MessagingException.java Part.java Session.java
                        Transport.java
               src/mocks/javax/mail/internet AddressException.java
                        InternetAddress.java MimeMessage.java
               src/mocks/javax/transaction HeuristicMixedException.java
                        HeuristicRollbackException.java
                        NotSupportedException.java RollbackException.java
                        SystemException.java UserTransaction.java
               src/mocks/org/jaxen/dom DOMXPath.java
               src/mocks/sun/tools/javac Main.java
  Log:
  Copyright changes: 2002->2003
  
  Revision  Changes    Path
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/Address.java
  
  Index: Address.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/Address.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Address.java      2 Jan 2003 10:50:07 -0000       1.1
  +++ Address.java      31 Jan 2003 22:53:16 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/Message.java
  
  Index: Message.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/Message.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Message.java      2 Jan 2003 10:50:07 -0000       1.1
  +++ Message.java      31 Jan 2003 22:53:16 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/MessagingException.java
  
  Index: MessagingException.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/MessagingException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MessagingException.java   2 Jan 2003 10:50:07 -0000       1.1
  +++ MessagingException.java   31 Jan 2003 22:53:16 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +3 -3      xml-cocoon2/src/mocks/javax/mail/Part.java
  
  Index: Part.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/Part.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Part.java 2 Jan 2003 10:50:07 -0000       1.1
  +++ Part.java 31 Jan 2003 22:53:16 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -58,4 +58,4 @@
   public interface Part {
       public abstract void setText(String s)
           throws MessagingException;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/Session.java
  
  Index: Session.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/Session.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Session.java      2 Jan 2003 10:50:07 -0000       1.1
  +++ Session.java      31 Jan 2003 22:53:16 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/Transport.java
  
  Index: Transport.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/Transport.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Transport.java    2 Jan 2003 10:50:07 -0000       1.1
  +++ Transport.java    31 Jan 2003 22:53:16 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/internet/AddressException.java
  
  Index: AddressException.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/internet/AddressException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AddressException.java     2 Jan 2003 10:50:07 -0000       1.1
  +++ AddressException.java     31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/internet/InternetAddress.java
  
  Index: InternetAddress.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/internet/InternetAddress.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InternetAddress.java      2 Jan 2003 10:50:07 -0000       1.1
  +++ InternetAddress.java      31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/javax/mail/internet/MimeMessage.java
  
  Index: MimeMessage.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/mail/internet/MimeMessage.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MimeMessage.java  2 Jan 2003 10:50:07 -0000       1.1
  +++ MimeMessage.java  31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +3 -3      
xml-cocoon2/src/mocks/javax/transaction/HeuristicMixedException.java
  
  Index: HeuristicMixedException.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/mocks/javax/transaction/HeuristicMixedException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HeuristicMixedException.java      31 Jan 2003 18:08:45 -0000      1.1
  +++ HeuristicMixedException.java      31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -64,4 +64,4 @@
       public HeuristicMixedException(String msg) {
           throw new NoSuchMethodError("This is a mock object");
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +3 -3      
xml-cocoon2/src/mocks/javax/transaction/HeuristicRollbackException.java
  
  Index: HeuristicRollbackException.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/mocks/javax/transaction/HeuristicRollbackException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HeuristicRollbackException.java   31 Jan 2003 18:08:45 -0000      1.1
  +++ HeuristicRollbackException.java   31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -64,4 +64,4 @@
       public HeuristicRollbackException(String msg) {
           throw new NoSuchMethodError("This is a mock object");
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +3 -3      
xml-cocoon2/src/mocks/javax/transaction/NotSupportedException.java
  
  Index: NotSupportedException.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/mocks/javax/transaction/NotSupportedException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NotSupportedException.java        31 Jan 2003 18:08:45 -0000      1.1
  +++ NotSupportedException.java        31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -64,4 +64,4 @@
       public NotSupportedException(String msg) {
           throw new NoSuchMethodError("This is a mock object");
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +3 -3      xml-cocoon2/src/mocks/javax/transaction/RollbackException.java
  
  Index: RollbackException.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/transaction/RollbackException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RollbackException.java    31 Jan 2003 18:08:45 -0000      1.1
  +++ RollbackException.java    31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -64,4 +64,4 @@
       public RollbackException(String s) {
           throw new NoSuchMethodError("This is a mock object");
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +3 -3      xml-cocoon2/src/mocks/javax/transaction/SystemException.java
  
  Index: SystemException.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/transaction/SystemException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SystemException.java      31 Jan 2003 18:08:45 -0000      1.1
  +++ SystemException.java      31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -68,4 +68,4 @@
       public SystemException(int i) {
           throw new NoSuchMethodError("This is a mock object");
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +3 -3      xml-cocoon2/src/mocks/javax/transaction/UserTransaction.java
  
  Index: UserTransaction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/javax/transaction/UserTransaction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UserTransaction.java      31 Jan 2003 18:08:45 -0000      1.1
  +++ UserTransaction.java      31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  @@ -77,4 +77,4 @@
       public abstract int getStatus() throws SystemException;
   
       public abstract void setTransactionTimeout(int seconds) throws SystemException;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/org/jaxen/dom/DOMXPath.java
  
  Index: DOMXPath.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/org/jaxen/dom/DOMXPath.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMXPath.java     2 Jan 2003 10:50:07 -0000       1.1
  +++ DOMXPath.java     31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2       +2 -2      xml-cocoon2/src/mocks/sun/tools/javac/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/mocks/sun/tools/javac/Main.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Main.java 2 Jan 2003 10:50:07 -0000       1.1
  +++ Main.java 31 Jan 2003 22:53:17 -0000      1.2
  @@ -3,7 +3,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to