billbarker 2004/02/22 15:39:36 Modified: src/examples/jsp/simpletag foo.html foo.jsp foo.txt Log: Updating to the Apache License v2.0. Revision Changes Path 1.4 +14 -3 jakarta-tomcat/src/examples/jsp/simpletag/foo.html Index: foo.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/simpletag/foo.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- foo.html 10 Mar 2001 03:00:55 -0000 1.3 +++ foo.html 22 Feb 2004 23:39:36 -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> <title>Untitled Document</title> 1.7 +14 -3 jakarta-tomcat/src/examples/jsp/simpletag/foo.jsp Index: foo.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/simpletag/foo.jsp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- foo.jsp 20 Oct 1999 23:29:49 -0000 1.6 +++ foo.jsp 22 Feb 2004 23:39:36 -0000 1.7 @@ -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> <%@ taglib uri="http://java.apache.org/tomcat/examples-taglib" prefix="eg" %> 1.3 +14 -3 jakarta-tomcat/src/examples/jsp/simpletag/foo.txt Index: foo.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/simpletag/foo.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- foo.txt 8 Nov 1999 03:13:26 -0000 1.2 +++ foo.txt 22 Feb 2004 23:39:36 -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> <%@ taglib uri="http://java.apache.org/tomcat/examples-taglib" prefix="eg" %>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]