billbarker 2004/02/22 15:26:25 Modified: src/examples/jsp/jsptoserv hello.jsp jsptoservlet.jsp jts.html jts.txt stj.txt Log: Updating to the Apache License v2.0. Revision Changes Path 1.3 +14 -3 jakarta-tomcat/src/examples/jsp/jsptoserv/hello.jsp Index: hello.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/jsptoserv/hello.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hello.jsp 20 Oct 1999 23:19:26 -0000 1.2 +++ hello.jsp 22 Feb 2004 23:26:25 -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.3 +14 -3 jakarta-tomcat/src/examples/jsp/jsptoserv/jsptoservlet.jsp Index: jsptoservlet.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/jsptoserv/jsptoservlet.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jsptoservlet.jsp 20 Oct 1999 23:19:26 -0000 1.2 +++ jsptoservlet.jsp 22 Feb 2004 23:26:25 -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.5 +14 -3 jakarta-tomcat/src/examples/jsp/jsptoserv/jts.html Index: jts.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/jsptoserv/jts.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jts.html 11 Mar 2001 21:32:14 -0000 1.4 +++ jts.html 22 Feb 2004 23:26:25 -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/jsptoserv/jts.txt Index: jts.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/jsptoserv/jts.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jts.txt 20 Oct 1999 23:19:27 -0000 1.2 +++ jts.txt 22 Feb 2004 23:26:25 -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.3 +15 -3 jakarta-tomcat/src/examples/jsp/jsptoserv/stj.txt Index: stj.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/jsptoserv/stj.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- stj.txt 20 Oct 1999 23:19:28 -0000 1.2 +++ stj.txt 22 Feb 2004 23:26:25 -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. */ + import javax.servlet.*; import javax.servlet.http.*;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]