billbarker 2004/02/22 15:38:05 Modified: src/examples/jsp/sessions DummyCart.html carts.html carts.jsp carts.txt crt.html Log: Updating to the Apache License v2.0. Revision Changes Path 1.3 +14 -3 jakarta-tomcat/src/examples/jsp/sessions/DummyCart.html Index: DummyCart.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/sessions/DummyCart.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DummyCart.html 20 Oct 1999 23:20:10 -0000 1.2 +++ DummyCart.html 22 Feb 2004 23:38:05 -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. --> <HEAD> 1.3 +14 -3 jakarta-tomcat/src/examples/jsp/sessions/carts.html Index: carts.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/sessions/carts.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- carts.html 20 Oct 1999 23:20:10 -0000 1.2 +++ carts.html 22 Feb 2004 23:38:05 -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. --> <head> 1.4 +14 -3 jakarta-tomcat/src/examples/jsp/sessions/carts.jsp Index: carts.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/sessions/carts.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- carts.jsp 16 Feb 2003 23:14:00 -0000 1.3 +++ carts.jsp 22 Feb 2004 23:38:05 -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. --> <jsp:useBean id="cart" scope="session" class="sessions.DummyCart" /> 1.3 +14 -3 jakarta-tomcat/src/examples/jsp/sessions/carts.txt Index: carts.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/sessions/carts.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- carts.txt 20 Oct 1999 23:20:11 -0000 1.2 +++ carts.txt 22 Feb 2004 23:38:05 -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. --> <jsp:useBean id="cart" scope="session" class="sessions.DummyCart" /> 1.4 +14 -3 jakarta-tomcat/src/examples/jsp/sessions/crt.html Index: crt.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/sessions/crt.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- crt.html 10 Mar 2001 03:00:54 -0000 1.3 +++ crt.html 22 Feb 2004 23:38:05 -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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]