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:42:00 UTC

cvs commit: jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample SampleServletConfig.java SampleTag.java TestSampleServlet.java TestSampleTag.java TestSampleServletConfig.java SampleBodyTag.java TestSampleBodyTag.java SampleServlet.java

vmassol     2003/01/03 07:42:00

  Modified:    sample-servlet/src/sample/share/org/apache/cactus/sample
                        SampleServletConfig.java SampleTag.java
                        TestSampleServlet.java TestSampleTag.java
                        TestSampleServletConfig.java SampleBodyTag.java
                        TestSampleBodyTag.java SampleServlet.java
  Log:
  update licenses for 2003
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleServletConfig.java
  
  Index: SampleServletConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleServletConfig.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SampleServletConfig.java	30 Aug 2002 23:16:30 -0000	1.2
  +++ SampleServletConfig.java	3 Jan 2003 15:42:00 -0000	1.3
  @@ -1,7 +1,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/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleTag.java
  
  Index: SampleTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SampleTag.java	30 Aug 2002 23:20:16 -0000	1.2
  +++ SampleTag.java	3 Jan 2003 15:42:00 -0000	1.3
  @@ -1,7 +1,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.4       +2 -3      jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServlet.java
  
  Index: TestSampleServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestSampleServlet.java	30 Aug 2002 23:23:33 -0000	1.3
  +++ TestSampleServlet.java	3 Jan 2003 15:42:00 -0000	1.4
  @@ -1,8 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  - * reserved.
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
  
  
  
  1.6       +2 -2      jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleTag.java
  
  Index: TestSampleTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestSampleTag.java	1 Jan 2003 17:50:36 -0000	1.5
  +++ TestSampleTag.java	3 Jan 2003 15:42:00 -0000	1.6
  @@ -1,7 +1,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.4       +2 -2      jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServletConfig.java
  
  Index: TestSampleServletConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServletConfig.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestSampleServletConfig.java	30 Aug 2002 23:24:12 -0000	1.3
  +++ TestSampleServletConfig.java	3 Jan 2003 15:42:00 -0000	1.4
  @@ -1,7 +1,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/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleBodyTag.java
  
  Index: SampleBodyTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleBodyTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SampleBodyTag.java	30 Aug 2002 23:12:24 -0000	1.2
  +++ SampleBodyTag.java	3 Jan 2003 15:42:00 -0000	1.3
  @@ -1,7 +1,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.5       +2 -2      jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleBodyTag.java
  
  Index: TestSampleBodyTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleBodyTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestSampleBodyTag.java	1 Jan 2003 12:11:03 -0000	1.4
  +++ TestSampleBodyTag.java	3 Jan 2003 15:42:00 -0000	1.5
  @@ -1,7 +1,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.4       +2 -2      jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleServlet.java
  
  Index: SampleServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/SampleServlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SampleServlet.java	18 Oct 2002 10:58:56 -0000	1.3
  +++ SampleServlet.java	3 Jan 2003 15:42:00 -0000	1.4
  @@ -1,7 +1,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>