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:44:17 UTC

cvs commit: jakarta-tomcat/src/examples/jsp/snp snoop.html snoop.jsp snoop.txt

billbarker    2004/02/22 15:44:17

  Modified:    src/examples/jsp index.html source.jsp
               src/examples/jsp/snp snoop.html snoop.jsp snoop.txt
  Log:
  Updating to the Apache License v2.0.
  
  Revision  Changes    Path
  1.6       +14 -3     jakarta-tomcat/src/examples/jsp/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	9 Mar 2001 22:54:06 -0000	1.5
  +++ index.html	22 Feb 2004 23:44:17 -0000	1.6
  @@ -5,9 +5,20 @@
      <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]">
      <meta name="Author" content="Anil K. Vijendran">
      <title>JSP Examples</title>
  -<!--
  -  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>
   <body bgcolor="#FFFFFF">
  
  
  
  1.2       +15 -0     jakarta-tomcat/src/examples/jsp/source.jsp
  
  Index: source.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/source.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- source.jsp	19 Nov 1999 01:30:16 -0000	1.1
  +++ source.jsp	22 Feb 2004 23:44:17 -0000	1.2
  @@ -1,3 +1,18 @@
  +<%--   
  +    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.
  +--%>
   <%@ taglib uri="http://java.apache.org/tomcat/examples-taglib" prefix="eg" %>
   
   <eg:ShowSource jspFile="<%= request.getQueryString() %>"/>
  
  
  
  1.4       +14 -3     jakarta-tomcat/src/examples/jsp/snp/snoop.html
  
  Index: snoop.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/snp/snoop.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- snoop.html	10 Mar 2001 03:00:56 -0000	1.3
  +++ snoop.html	22 Feb 2004 23:44:17 -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>
  
  
  
  1.6       +14 -3     jakarta-tomcat/src/examples/jsp/snp/snoop.jsp
  
  Index: snoop.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/snp/snoop.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- snoop.jsp	16 Feb 2003 23:14:01 -0000	1.5
  +++ snoop.jsp	22 Feb 2004 23:44:17 -0000	1.6
  @@ -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       +14 -3     jakarta-tomcat/src/examples/jsp/snp/snoop.txt
  
  Index: snoop.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/snp/snoop.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- snoop.txt	22 Dec 1999 11:53:42 -0000	1.3
  +++ snoop.txt	22 Feb 2004 23:44:17 -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.
   -->
   
   <body bgcolor="white">
  
  
  

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