Author: markt Date: Wed Feb 11 16:37:50 2009 New Revision: 743377 URL: http://svn.apache.org/viewvc?rev=743377&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46245 for jasper License issue so applying directly
Modified: tomcat/jasper/branches/tc4.1.x/build.xml tomcat/jasper/branches/tc4.1.x/doc/jspc.html tomcat/jasper/branches/tc4.1.x/gump.xml tomcat/jasper/branches/tc4.1.x/src/bin/jasper.bat tomcat/jasper/branches/tc4.1.x/src/bin/jasper.sh tomcat/jasper/branches/tc4.1.x/src/bin/jspc.bat tomcat/jasper/branches/tc4.1.x/src/bin/jspc.sh Modified: tomcat/jasper/branches/tc4.1.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/jasper/branches/tc4.1.x/build.xml?rev=743377&r1=743376&r2=743377&view=diff ============================================================================== --- tomcat/jasper/branches/tc4.1.x/build.xml (original) +++ tomcat/jasper/branches/tc4.1.x/build.xml Wed Feb 11 16:37:50 2009 @@ -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. +--> + <project name="Jasper2" default="deploy" basedir="."> Modified: tomcat/jasper/branches/tc4.1.x/doc/jspc.html URL: http://svn.apache.org/viewvc/tomcat/jasper/branches/tc4.1.x/doc/jspc.html?rev=743377&r1=743376&r2=743377&view=diff ============================================================================== --- tomcat/jasper/branches/tc4.1.x/doc/jspc.html (original) +++ tomcat/jasper/branches/tc4.1.x/doc/jspc.html Wed Feb 11 16:37:50 2009 @@ -1,4 +1,21 @@ <html> +<!-- + 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><jspc></title> </head> Modified: tomcat/jasper/branches/tc4.1.x/gump.xml URL: http://svn.apache.org/viewvc/tomcat/jasper/branches/tc4.1.x/gump.xml?rev=743377&r1=743376&r2=743377&view=diff ============================================================================== --- tomcat/jasper/branches/tc4.1.x/gump.xml (original) +++ tomcat/jasper/branches/tc4.1.x/gump.xml Wed Feb 11 16:37:50 2009 @@ -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. +--> + <module name="jakarta-tomcat-jasper"> <description> Modified: tomcat/jasper/branches/tc4.1.x/src/bin/jasper.bat URL: http://svn.apache.org/viewvc/tomcat/jasper/branches/tc4.1.x/src/bin/jasper.bat?rev=743377&r1=743376&r2=743377&view=diff ============================================================================== --- tomcat/jasper/branches/tc4.1.x/src/bin/jasper.bat (original) +++ tomcat/jasper/branches/tc4.1.x/src/bin/jasper.bat Wed Feb 11 16:37:50 2009 @@ -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. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Script for Jasper compiler Modified: tomcat/jasper/branches/tc4.1.x/src/bin/jasper.sh URL: http://svn.apache.org/viewvc/tomcat/jasper/branches/tc4.1.x/src/bin/jasper.sh?rev=743377&r1=743376&r2=743377&view=diff ============================================================================== --- tomcat/jasper/branches/tc4.1.x/src/bin/jasper.sh (original) +++ tomcat/jasper/branches/tc4.1.x/src/bin/jasper.sh Wed Feb 11 16:37:50 2009 @@ -1,4 +1,22 @@ #!/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/branches/tc4.1.x/src/bin/jspc.bat URL: http://svn.apache.org/viewvc/tomcat/jasper/branches/tc4.1.x/src/bin/jspc.bat?rev=743377&r1=743376&r2=743377&view=diff ============================================================================== --- tomcat/jasper/branches/tc4.1.x/src/bin/jspc.bat (original) +++ tomcat/jasper/branches/tc4.1.x/src/bin/jspc.bat Wed Feb 11 16:37:50 2009 @@ -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. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Script to run the Jasper "offline JSP compiler" Modified: tomcat/jasper/branches/tc4.1.x/src/bin/jspc.sh URL: http://svn.apache.org/viewvc/tomcat/jasper/branches/tc4.1.x/src/bin/jspc.sh?rev=743377&r1=743376&r2=743377&view=diff ============================================================================== --- tomcat/jasper/branches/tc4.1.x/src/bin/jspc.sh (original) +++ tomcat/jasper/branches/tc4.1.x/src/bin/jspc.sh Wed Feb 11 16:37:50 2009 @@ -1,4 +1,22 @@ #!/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" # --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org