billbarker 2004/02/22 15:46:31 Modified: src/examples/servlets cookies.html helloworld.html index.html reqheaders.html reqinfo.html reqparams.html sessions.html Log: Updating to the Apache License v2.0. Revision Changes Path 1.4 +15 -0 jakarta-tomcat/src/examples/servlets/cookies.html Index: cookies.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/cookies.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cookies.html 10 Dec 1999 20:30:46 -0000 1.3 +++ cookies.html 22 Feb 2004 23:46:31 -0000 1.4 @@ -1,4 +1,19 @@ <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. +--> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.3 +15 -0 jakarta-tomcat/src/examples/servlets/helloworld.html Index: helloworld.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/helloworld.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- helloworld.html 10 Dec 1999 02:31:29 -0000 1.2 +++ helloworld.html 22 Feb 2004 23:46:31 -0000 1.3 @@ -1,4 +1,19 @@ <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. +--> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.3 +15 -0 jakarta-tomcat/src/examples/servlets/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 8 Nov 1999 03:13:36 -0000 1.2 +++ index.html 22 Feb 2004 23:46:31 -0000 1.3 @@ -1,5 +1,20 @@ <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <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. +--> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]"> 1.4 +15 -0 jakarta-tomcat/src/examples/servlets/reqheaders.html Index: reqheaders.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/reqheaders.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- reqheaders.html 10 Dec 1999 20:30:46 -0000 1.3 +++ reqheaders.html 22 Feb 2004 23:46:31 -0000 1.4 @@ -1,4 +1,19 @@ <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. +--> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.4 +15 -0 jakarta-tomcat/src/examples/servlets/reqinfo.html Index: reqinfo.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/reqinfo.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- reqinfo.html 10 Dec 1999 20:30:46 -0000 1.3 +++ reqinfo.html 22 Feb 2004 23:46:31 -0000 1.4 @@ -1,4 +1,19 @@ <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. +--> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.4 +15 -0 jakarta-tomcat/src/examples/servlets/reqparams.html Index: reqparams.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/reqparams.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- reqparams.html 10 Dec 1999 20:30:46 -0000 1.3 +++ reqparams.html 22 Feb 2004 23:46:31 -0000 1.4 @@ -1,4 +1,19 @@ <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. +--> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.4 +15 -0 jakarta-tomcat/src/examples/servlets/sessions.html Index: sessions.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/sessions.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sessions.html 10 Dec 1999 20:30:46 -0000 1.3 +++ sessions.html 22 Feb 2004 23:46:31 -0000 1.4 @@ -1,4 +1,19 @@ <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. +--> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]