You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2004/02/23 00:20:28 UTC

cvs commit: jakarta-tomcat/src/examples/jsp/forward forward.jsp forward.txt fwd.html one.jsp two.html

billbarker    2004/02/22 15:20:28

  Modified:    src/examples/jsp/forward forward.jsp forward.txt fwd.html
                        one.jsp two.html
  Log:
  Updating to the Apache License v2.0.
  
  Revision  Changes    Path
  1.3       +14 -3     jakarta-tomcat/src/examples/jsp/forward/forward.jsp
  
  Index: forward.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/forward/forward.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forward.jsp	20 Oct 1999 23:18:35 -0000	1.2
  +++ forward.jsp	22 Feb 2004 23:20:28 -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.
   -->
   
   <% 
  
  
  
  1.3       +14 -3     jakarta-tomcat/src/examples/jsp/forward/forward.txt
  
  Index: forward.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/forward/forward.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forward.txt	20 Oct 1999 23:18:37 -0000	1.2
  +++ forward.txt	22 Feb 2004 23:20:28 -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.
   -->
   
   <% 
  
  
  
  1.4       +15 -3     jakarta-tomcat/src/examples/jsp/forward/fwd.html
  
  Index: fwd.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/forward/fwd.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- fwd.html	10 Mar 2001 03:00:55 -0000	1.3
  +++ fwd.html	22 Feb 2004 23:20:28 -0000	1.4
  @@ -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>Untitled Document</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  
  
  1.3       +14 -3     jakarta-tomcat/src/examples/jsp/forward/one.jsp
  
  Index: one.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/forward/one.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- one.jsp	20 Oct 1999 23:18:39 -0000	1.2
  +++ one.jsp	22 Feb 2004 23:20:28 -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.
   -->
   
   <body bgcolor="white">
  
  
  
  1.4       +15 -3     jakarta-tomcat/src/examples/jsp/forward/two.html
  
  Index: two.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/forward/two.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- two.html	14 Jan 2004 08:39:14 -0000	1.3
  +++ two.html	22 Feb 2004 23:20:28 -0000	1.4
  @@ -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.
   -->
  +
   
   <body bgcolor="white">
   <font color="red">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org