billbarker    2004/02/22 15:08:11

  Modified:    src/examples/jsp/cal Entries.txt Entry.txt JspCalendar.txt
                        TableBean.txt cal1.jsp cal1.txt cal2.txt
                        calendar.html login.html
  Log:
  Updating to the Apache License v2.0.
  
  Revision  Changes    Path
  1.3       +15 -3     jakarta-tomcat/src/examples/jsp/cal/Entries.txt
  
  Index: Entries.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/Entries.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Entries.txt       20 Oct 1999 20:39:17 -0000      1.2
  +++ Entries.txt       22 Feb 2004 23:08:11 -0000      1.3
  @@ -1,7 +1,19 @@
  -/*
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  +/*   
  + *  Copyright 1999-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.
    */
  +
   
   
   package cal;
  
  
  
  1.3       +15 -3     jakarta-tomcat/src/examples/jsp/cal/Entry.txt
  
  Index: Entry.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/Entry.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Entry.txt 20 Oct 1999 20:39:17 -0000      1.2
  +++ Entry.txt 22 Feb 2004 23:08:11 -0000      1.3
  @@ -1,7 +1,19 @@
  -/*
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  +/*   
  + *  Copyright 1999-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.
    */
  +
   
   package cal;
   
  
  
  
  1.3       +14 -3     jakarta-tomcat/src/examples/jsp/cal/JspCalendar.txt
  
  Index: JspCalendar.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/JspCalendar.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspCalendar.txt   20 Oct 1999 20:39:17 -0000      1.2
  +++ JspCalendar.txt   22 Feb 2004 23:08:11 -0000      1.3
  @@ -1,6 +1,17 @@
  -/*
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  +/*   
  + *  Copyright 1999-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.
    */
   
   package cal;
  
  
  
  1.3       +14 -3     jakarta-tomcat/src/examples/jsp/cal/TableBean.txt
  
  Index: TableBean.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/TableBean.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TableBean.txt     20 Oct 1999 20:39:17 -0000      1.2
  +++ TableBean.txt     22 Feb 2004 23:08:11 -0000      1.3
  @@ -1,6 +1,17 @@
  -/*
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  +/*   
  + *  Copyright 1999-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.
    */
   
   package cal;
  
  
  
  1.4       +14 -3     jakarta-tomcat/src/examples/jsp/cal/cal1.jsp
  
  Index: cal1.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/cal1.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cal1.jsp  16 Feb 2003 23:14:00 -0000      1.3
  +++ cal1.jsp  22 Feb 2004 23:08:11 -0000      1.4
  @@ -1,7 +1,18 @@
   <HTML>
  -<!--  
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  +<!--   
  +    Copyright 1999-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.
   -->
   <HEAD><TITLE> 
        Calendar: A JSP APPLICATION
  
  
  
  1.3       +15 -3     jakarta-tomcat/src/examples/jsp/cal/cal1.txt
  
  Index: cal1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/cal1.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cal1.txt  20 Oct 1999 20:39:18 -0000      1.2
  +++ cal1.txt  22 Feb 2004 23:08:11 -0000      1.3
  @@ -1,8 +1,20 @@
   <HTML>
  -<!--  
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  +<!--   
  +    Copyright 1999-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.
   -->
  +
   <HEAD><TITLE> 
        Calendar: A JSP APPLICATION
   </TITLE></HEAD>
  
  
  
  1.3       +14 -3     jakarta-tomcat/src/examples/jsp/cal/cal2.txt
  
  Index: cal2.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/cal2.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cal2.txt  20 Oct 1999 20:39:18 -0000      1.2
  +++ cal2.txt  22 Feb 2004 23:08:11 -0000      1.3
  @@ -1,7 +1,18 @@
   <HTML>
  -<!--  
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  +<!--   
  +    Copyright 1999-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.
   -->
   
   <HEAD><TITLE> 
  
  
  
  1.5       +14 -3     jakarta-tomcat/src/examples/jsp/cal/calendar.html
  
  Index: calendar.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/calendar.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- calendar.html     16 Feb 2003 23:14:00 -0000      1.4
  +++ calendar.html     22 Feb 2004 23:08:11 -0000      1.5
  @@ -1,7 +1,18 @@
   <html>
  -<!--
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  +<!--   
  +    Copyright 1999-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.
   -->
   
   <head>
  
  
  
  1.3       +14 -3     jakarta-tomcat/src/examples/jsp/cal/login.html
  
  Index: login.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/login.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- login.html        20 Oct 1999 20:39:19 -0000      1.2
  +++ login.html        22 Feb 2004 23:08:11 -0000      1.3
  @@ -1,7 +1,18 @@
   <html>
  -<!--  
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  +<!--   
  +    Copyright 1999-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.
   -->
   
   <head>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to