billbarker 2004/02/22 15:15:41 Modified: src/examples/jsp/dates date.html date.jsp date.txt Log: Updating to the Apache License v2.0. Revision Changes Path 1.4 +14 -3 jakarta-tomcat/src/examples/jsp/dates/date.html Index: date.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/dates/date.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- date.html 10 Mar 2001 03:00:54 -0000 1.3 +++ date.html 22 Feb 2004 23:15:41 -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> 1.5 +14 -3 jakarta-tomcat/src/examples/jsp/dates/date.jsp Index: date.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/dates/date.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- date.jsp 12 Jan 2000 07:11:14 -0000 1.4 +++ date.jsp 22 Feb 2004 23:15:41 -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. --> <%@ page session="false"%> 1.4 +14 -3 jakarta-tomcat/src/examples/jsp/dates/date.txt Index: date.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/dates/date.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- date.txt 12 Jan 2000 07:11:14 -0000 1.3 +++ date.txt 22 Feb 2004 23:15:41 -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. --> <body bgcolor="white">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]