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:28:47 UTC

cvs commit: jakarta-tomcat/src/examples/jsp/num numguess.html numguess.jsp numguess.txt

billbarker    2004/02/22 15:28:47

  Modified:    src/examples/jsp/num numguess.html numguess.jsp numguess.txt
  Log:
  Updating to the Apache License v2.0.
  
  Revision  Changes    Path
  1.5       +15 -3     jakarta-tomcat/src/examples/jsp/num/numguess.html
  
  Index: numguess.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/num/numguess.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- numguess.html	31 May 2000 20:29:10 -0000	1.4
  +++ numguess.html	22 Feb 2004 23:28:47 -0000	1.5
  @@ -1,8 +1,20 @@
   <html>
  +<!--   
  +    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.
  +-->
   <!--
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  -
     Number Guess Game
     Written by Jason Hunter, CTO, K&A Software
     http://www.servlets.com
  
  
  
  1.4       +15 -3     jakarta-tomcat/src/examples/jsp/num/numguess.jsp
  
  Index: numguess.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/num/numguess.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- numguess.jsp	31 May 2000 20:29:11 -0000	1.3
  +++ numguess.jsp	22 Feb 2004 23:28:47 -0000	1.4
  @@ -1,7 +1,19 @@
  +<!--   
  +    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.
  +-->
   <!--
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  -
     Number Guess Game
     Written by Jason Hunter, CTO, K&A Software
     http://www.servlets.com
  
  
  
  1.4       +15 -3     jakarta-tomcat/src/examples/jsp/num/numguess.txt
  
  Index: numguess.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/num/numguess.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- numguess.txt	31 May 2000 20:29:11 -0000	1.3
  +++ numguess.txt	22 Feb 2004 23:28:47 -0000	1.4
  @@ -1,7 +1,19 @@
  +<!--   
  +    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.
  +-->
   <!--
  -  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  -  reserved.
  -
     Number Guess Game
     Written by Jason Hunter, CTO, K&A Software
     http://www.servlets.com
  
  
  

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