billbarker 2004/02/22 13:58:41 Modified: src/admin/test sanity-form.jsp test.jsp watchdog-jsp.jsp watchdog-servlet.jsp Log: Updating to Apache License v2.0. Revision Changes Path 1.9 +15 -0 jakarta-tomcat/src/admin/test/sanity-form.jsp Index: sanity-form.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/test/sanity-form.jsp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sanity-form.jsp 20 Feb 2004 03:55:03 -0000 1.8 +++ sanity-form.jsp 22 Feb 2004 21:58:41 -0000 1.9 @@ -1,3 +1,18 @@ +<!-- + Copyright 2001-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. +--> <form method="GET" action="test.jsp" > <%! void listOptions(String[] opts, String sel, JspWriter out) 1.20 +18 -1 jakarta-tomcat/src/admin/test/test.jsp Index: test.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/test/test.jsp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- test.jsp 31 Dec 2001 21:46:16 -0000 1.19 +++ test.jsp 22 Feb 2004 21:58:41 -0000 1.20 @@ -1,4 +1,21 @@ -<html><title>Tomcat Self-Test</title> +<html><head> +<!-- + Copyright 2001-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. +--> +<title>Tomcat Self-Test</title> +</head> <body bgcolor="#FFFFFF"> <h1>Tomcat Self-test</h1> <%@ page import="java.util.*" %> 1.5 +15 -0 jakarta-tomcat/src/admin/test/watchdog-jsp.jsp Index: watchdog-jsp.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/test/watchdog-jsp.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- watchdog-jsp.jsp 17 Jul 2001 13:40:52 -0000 1.4 +++ watchdog-jsp.jsp 22 Feb 2004 21:58:41 -0000 1.5 @@ -1,3 +1,18 @@ +<!-- + Copyright 2001-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. +--> <h1>Tomcat Self-test</h1> <%@ taglib uri="http://jakarta.apache.org/taglibs/tomcat_admin-1.0" 1.3 +15 -0 jakarta-tomcat/src/admin/test/watchdog-servlet.jsp Index: watchdog-servlet.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/test/watchdog-servlet.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- watchdog-servlet.jsp 1 Feb 2001 04:43:48 -0000 1.2 +++ watchdog-servlet.jsp 22 Feb 2004 21:58:41 -0000 1.3 @@ -1,3 +1,18 @@ +<!-- + Copyright 2001-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. +--> <h1>Tomcat Self-test</h1> <%@ taglib uri="http://jakarta.apache.org/taglibs/tomcat_admin-1.0"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]