Author: markt Date: Sun Aug 12 15:53:10 2007 New Revision: 565193 URL: http://svn.apache.org/viewvc?view=rev&rev=565193 Log: Add missing AL2 headers
Modified: tomcat/jasper/tc5.5.x/.classpath tomcat/jasper/tc5.5.x/.project tomcat/jasper/tc5.5.x/BUILDING.txt tomcat/jasper/tc5.5.x/build.properties.sample tomcat/jasper/tc5.5.x/build.xml tomcat/jasper/tc5.5.x/doc/jspc.html tomcat/jasper/tc5.5.x/src/bin/jasper.bat tomcat/jasper/tc5.5.x/src/bin/jasper.sh tomcat/jasper/tc5.5.x/src/bin/jasper.xml tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.bat tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.sh tomcat/jasper/tc5.5.x/src/bin/jspc.bat tomcat/jasper/tc5.5.x/src/bin/jspc.sh tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings.properties tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_es.properties tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_fr.properties tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_ja.properties tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/mbeans-descriptors.xml tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/tagplugins/jstl/tagPlugins.xml Modified: tomcat/jasper/tc5.5.x/.classpath URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/.classpath?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/.classpath (original) +++ tomcat/jasper/tc5.5.x/.classpath Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <classpath> <classpathentry kind="src" path="src/share"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> Modified: tomcat/jasper/tc5.5.x/.project URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/.project?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/.project (original) +++ tomcat/jasper/tc5.5.x/.project Sun Aug 12 15:53:10 2007 @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>jasper</name> <comment></comment> Modified: tomcat/jasper/tc5.5.x/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/BUILDING.txt?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/BUILDING.txt (original) +++ tomcat/jasper/tc5.5.x/BUILDING.txt Sun Aug 12 15:53:10 2007 @@ -1,3 +1,20 @@ +================================================================================ + 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. +================================================================================ + $Id$ Building The Tomcat 4.0 Servlet/JSP Container With Jasper2 Modified: tomcat/jasper/tc5.5.x/build.properties.sample URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/build.properties.sample?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/build.properties.sample (original) +++ tomcat/jasper/tc5.5.x/build.properties.sample Sun Aug 12 15:53:10 2007 @@ -1,4 +1,19 @@ # ----------------------------------------------------------------------------- +# 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. +# ----------------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize building Modified: tomcat/jasper/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/build.xml?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/build.xml (original) +++ tomcat/jasper/tc5.5.x/build.xml Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project name="Jasper2" default="deploy" basedir="."> Modified: tomcat/jasper/tc5.5.x/doc/jspc.html URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/doc/jspc.html?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/doc/jspc.html (original) +++ tomcat/jasper/tc5.5.x/doc/jspc.html Sun Aug 12 15:53:10 2007 @@ -1,3 +1,19 @@ +<!-- + 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. +--> <html> <head> <title><jspc></title> Modified: tomcat/jasper/tc5.5.x/src/bin/jasper.bat URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/bin/jasper.bat?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/bin/jasper.bat (original) +++ tomcat/jasper/tc5.5.x/src/bin/jasper.bat Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + [EMAIL PROTECTED] off if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Script for Jasper compiler Modified: tomcat/jasper/tc5.5.x/src/bin/jasper.sh URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/bin/jasper.sh?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/bin/jasper.sh (original) +++ tomcat/jasper/tc5.5.x/src/bin/jasper.sh Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ #!/bin/sh + +# 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. + # ----------------------------------------------------------------------------- # Script for Jasper compiler # Modified: tomcat/jasper/tc5.5.x/src/bin/jasper.xml URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/bin/jasper.xml?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/bin/jasper.xml (original) +++ tomcat/jasper/tc5.5.x/src/bin/jasper.xml Sun Aug 12 15:53:10 2007 @@ -1,3 +1,20 @@ +<?xml version="1.0"?> +<!-- + 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. +--> <!-- XML file for launching Jasper applications using the Launcher. Modified: tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.bat URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.bat?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.bat (original) +++ tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.bat Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + [EMAIL PROTECTED] off if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- Modified: tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.sh URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.sh?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.sh (original) +++ tomcat/jasper/tc5.5.x/src/bin/jspc-using-launcher.sh Sun Aug 12 15:53:10 2007 @@ -1,5 +1,21 @@ #!/bin/sh +# 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. + + # ----------------------------------------------------------------------------- # # Script for running JSPC compiler using the Launcher Modified: tomcat/jasper/tc5.5.x/src/bin/jspc.bat URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/bin/jspc.bat?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/bin/jspc.bat (original) +++ tomcat/jasper/tc5.5.x/src/bin/jspc.bat Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + [EMAIL PROTECTED] off if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Script to run the Jasper "offline JSP compiler" Modified: tomcat/jasper/tc5.5.x/src/bin/jspc.sh URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/bin/jspc.sh?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/bin/jspc.sh (original) +++ tomcat/jasper/tc5.5.x/src/bin/jspc.sh Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ #!/bin/sh + +# 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. + # ----------------------------------------------------------------------------- # Script to run the Jasper "offline JSP compiler" # Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings.properties?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings.properties (original) +++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings.properties Sun Aug 12 15:53:10 2007 @@ -1,3 +1,18 @@ +# 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. + # $Id$ # # Default localized string information Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_es.properties?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_es.properties (original) +++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_es.properties Sun Aug 12 15:53:10 2007 @@ -1,3 +1,18 @@ +# 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. + # $Id$ # # Default localized string information Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_fr.properties URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_fr.properties?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_fr.properties (original) +++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_fr.properties Sun Aug 12 15:53:10 2007 @@ -1,3 +1,18 @@ +# 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. + # $Id$ # # Default localized string information Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_ja.properties URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_ja.properties?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_ja.properties (original) +++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/resources/LocalStrings_ja.properties Sun Aug 12 15:53:10 2007 @@ -1,3 +1,18 @@ +# 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. + # $Id$ # # Default localized string information Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/mbeans-descriptors.xml?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/mbeans-descriptors.xml (original) +++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/mbeans-descriptors.xml Sun Aug 12 15:53:10 2007 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + 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. +--> <mbeans-descriptors> <mbean name="JspMonitor" Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/tagplugins/jstl/tagPlugins.xml URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/tagplugins/jstl/tagPlugins.xml?view=diff&rev=565193&r1=565192&r2=565193 ============================================================================== --- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/tagplugins/jstl/tagPlugins.xml (original) +++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/tagplugins/jstl/tagPlugins.xml Sun Aug 12 15:53:10 2007 @@ -1,3 +1,20 @@ +<?xml version="1.0"?> +<!-- + 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. +--> <tag-plugins> <tag-plugin> <tag-class>org.apache.taglibs.standard.tag.rt.core.IfTag</tag-class> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]