Author: remm Date: Sun Apr 22 17:26:10 2007 New Revision: 531304 URL: http://svn.apache.org/viewvc?view=rev&rev=531304 Log: - Fix license headers. - Submitted by Niall Pemberton.
Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/forward.jsp tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/fwd.html tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/one.jsp tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/two.html tomcat/tc6.0.x/trunk/webapps/examples/jsp/index.html tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.html tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/tagfiles/products.html Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/forward.jsp URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/forward.jsp?view=diff&rev=531304&r1=531303&r2=531304 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/forward.jsp (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/forward.jsp Sun Apr 22 17:26:10 2007 @@ -1,7 +1,19 @@ <html> <!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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. --> <% Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/fwd.html URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/fwd.html?view=diff&rev=531304&r1=531303&r2=531304 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/fwd.html (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/fwd.html Sun Apr 22 17:26:10 2007 @@ -1,7 +1,19 @@ <html> <!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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> Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/one.jsp URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/one.jsp?view=diff&rev=531304&r1=531303&r2=531304 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/one.jsp (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/one.jsp Sun Apr 22 17:26:10 2007 @@ -1,7 +1,19 @@ <html> <!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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"> Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/two.html URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/two.html?view=diff&rev=531304&r1=531303&r2=531304 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/two.html (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/forward/two.html Sun Apr 22 17:26:10 2007 @@ -1,7 +1,19 @@ <html> <!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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"> Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/index.html URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/index.html?view=diff&rev=531304&r1=531303&r2=531304 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/index.html (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/index.html Sun Apr 22 17:26:10 2007 @@ -21,10 +21,6 @@ <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]"> <meta name="Author" content="Anil K. Vijendran"> <title>JSP Examples</title> -<!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. ---> </head> <body bgcolor="#FFFFFF"> <b><font face="Arial, Helvetica, sans-serif"><font size=+2>JSP Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.html URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.html?view=diff&rev=531304&r1=531303&r2=531304 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.html (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.html Sun Apr 22 17:26:10 2007 @@ -1,7 +1,19 @@ <html> <!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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>View Source Code</title> Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/tagfiles/products.html URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/tagfiles/products.html?view=diff&rev=531304&r1=531303&r2=531304 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/tagfiles/products.html (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/tagfiles/products.html Sun Apr 22 17:26:10 2007 @@ -1,7 +1,19 @@ <html> <!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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>View Source Code</title> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]