You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/01/03 16:40:25 UTC

cvs commit: jakarta-cactus/framework/src/test/share/org/apache/cactus/mock MockHttpURLConnection.java

vmassol     2003/01/03 07:40:25

  Modified:    framework/src/test/share/org/apache/cactus/client
                        TestWebTestResultParser.java
               framework/src/test/share/org/apache/cactus TestAll.java
                        TestAbstractTestCase.java TestWebTestResult.java
                        TestWebRequest.java TestServletURL.java
                        TestAbstractTestCaseInterceptorTestCase.java
                        TestServletUtil.java
               framework/src/test/share/org/apache/cactus/util
                        TestStringUtil.java
               framework/src/test/share/org/apache/cactus/mock
                        MockHttpURLConnection.java
  Log:
  update licenses for 2003
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/client/TestWebTestResultParser.java
  
  Index: TestWebTestResultParser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/client/TestWebTestResultParser.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestWebTestResultParser.java	29 Aug 2002 19:55:24 -0000	1.6
  +++ TestWebTestResultParser.java	3 Jan 2003 15:40:25 -0000	1.7
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.8       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAll.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestAll.java	26 Dec 2002 20:07:01 -0000	1.7
  +++ TestAll.java	3 Jan 2003 15:40:25 -0000	1.8
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.8       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java
  
  Index: TestAbstractTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestAbstractTestCase.java	29 Aug 2002 19:55:24 -0000	1.7
  +++ TestAbstractTestCase.java	3 Jan 2003 15:40:25 -0000	1.8
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestWebTestResult.java
  
  Index: TestWebTestResult.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestWebTestResult.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestWebTestResult.java	29 Aug 2002 19:55:24 -0000	1.5
  +++ TestWebTestResult.java	3 Jan 2003 15:40:25 -0000	1.6
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.8       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestWebRequest.java
  
  Index: TestWebRequest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestWebRequest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestWebRequest.java	26 Sep 2002 16:43:33 -0000	1.7
  +++ TestWebRequest.java	3 Jan 2003 15:40:25 -0000	1.8
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.8       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java
  
  Index: TestServletURL.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestServletURL.java	29 Aug 2002 19:55:24 -0000	1.7
  +++ TestServletURL.java	3 Jan 2003 15:40:25 -0000	1.8
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.9       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCaseInterceptorTestCase.java
  
  Index: TestAbstractTestCaseInterceptorTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCaseInterceptorTestCase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestAbstractTestCaseInterceptorTestCase.java	26 Sep 2002 16:43:33 -0000	1.8
  +++ TestAbstractTestCaseInterceptorTestCase.java	3 Jan 2003 15:40:25 -0000	1.9
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java
  
  Index: TestServletUtil.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestServletUtil.java	29 Aug 2002 19:55:24 -0000	1.6
  +++ TestServletUtil.java	3 Jan 2003 15:40:25 -0000	1.7
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/util/TestStringUtil.java
  
  Index: TestStringUtil.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/util/TestStringUtil.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestStringUtil.java	1 Jan 2003 11:57:37 -0000	1.2
  +++ TestStringUtil.java	3 Jan 2003 15:40:25 -0000	1.3
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3       +2 -2      jakarta-cactus/framework/src/test/share/org/apache/cactus/mock/MockHttpURLConnection.java
  
  Index: MockHttpURLConnection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/mock/MockHttpURLConnection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MockHttpURLConnection.java	29 Aug 2002 19:55:24 -0000	1.2
  +++ MockHttpURLConnection.java	3 Jan 2003 15:40:25 -0000	1.3
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>