billbarker 2004/02/22 22:26:32 Modified: src/share/org/apache/jasper/runtime BodyContentImpl.java HttpJspBase.java JspFactoryImpl.java JspLoader.java JspRuntimeLibrary.java JspWriterImpl.java PageContextImpl.java TagHandlerPool.java TagHandlerPoolImpl.java TagPoolManager.java TagPoolManagerImpl.java package.html Log: Fix cut-and-paste problem with license. Revision Changes Path 1.14 +2 -1 jakarta-tomcat/src/share/org/apache/jasper/runtime/BodyContentImpl.java Index: BodyContentImpl.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/BodyContentImpl.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- BodyContentImpl.java 23 Feb 2004 03:23:12 -0000 1.13 +++ BodyContentImpl.java 23 Feb 2004 06:26:32 -0000 1.14 @@ -10,7 +10,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.8 +2 -1 jakarta-tomcat/src/share/org/apache/jasper/runtime/HttpJspBase.java Index: HttpJspBase.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/HttpJspBase.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- HttpJspBase.java 23 Feb 2004 03:23:12 -0000 1.7 +++ HttpJspBase.java 23 Feb 2004 06:26:32 -0000 1.8 @@ -10,7 +10,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.17 +5 -4 jakarta-tomcat/src/share/org/apache/jasper/runtime/JspFactoryImpl.java Index: JspFactoryImpl.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/JspFactoryImpl.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- JspFactoryImpl.java 23 Feb 2004 03:23:13 -0000 1.16 +++ JspFactoryImpl.java 23 Feb 2004 06:26:32 -0000 1.17 @@ -15,7 +15,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.19 +2 -1 jakarta-tomcat/src/share/org/apache/jasper/runtime/JspLoader.java Index: JspLoader.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/JspLoader.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- JspLoader.java 23 Feb 2004 03:23:13 -0000 1.18 +++ JspLoader.java 23 Feb 2004 06:26:32 -0000 1.19 @@ -10,7 +10,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.11 +2 -1 jakarta-tomcat/src/share/org/apache/jasper/runtime/JspRuntimeLibrary.java Index: JspRuntimeLibrary.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/JspRuntimeLibrary.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- JspRuntimeLibrary.java 23 Feb 2004 03:23:13 -0000 1.10 +++ JspRuntimeLibrary.java 23 Feb 2004 06:26:32 -0000 1.11 @@ -10,7 +10,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.10 +5 -4 jakarta-tomcat/src/share/org/apache/jasper/runtime/JspWriterImpl.java Index: JspWriterImpl.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/JspWriterImpl.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- JspWriterImpl.java 23 Feb 2004 03:23:13 -0000 1.9 +++ JspWriterImpl.java 23 Feb 2004 06:26:32 -0000 1.10 @@ -15,7 +15,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.26 +2 -1 jakarta-tomcat/src/share/org/apache/jasper/runtime/PageContextImpl.java Index: PageContextImpl.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/PageContextImpl.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- PageContextImpl.java 23 Feb 2004 03:23:13 -0000 1.25 +++ PageContextImpl.java 23 Feb 2004 06:26:32 -0000 1.26 @@ -10,7 +10,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.4 +3 -2 jakarta-tomcat/src/share/org/apache/jasper/runtime/TagHandlerPool.java Index: TagHandlerPool.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/TagHandlerPool.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- TagHandlerPool.java 23 Feb 2004 03:23:13 -0000 1.3 +++ TagHandlerPool.java 23 Feb 2004 06:26:32 -0000 1.4 @@ -13,7 +13,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.5 +3 -2 jakarta-tomcat/src/share/org/apache/jasper/runtime/TagHandlerPoolImpl.java Index: TagHandlerPoolImpl.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/TagHandlerPoolImpl.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- TagHandlerPoolImpl.java 23 Feb 2004 03:23:13 -0000 1.4 +++ TagHandlerPoolImpl.java 23 Feb 2004 06:26:32 -0000 1.5 @@ -13,7 +13,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.4 +3 -2 jakarta-tomcat/src/share/org/apache/jasper/runtime/TagPoolManager.java Index: TagPoolManager.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/TagPoolManager.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- TagPoolManager.java 23 Feb 2004 03:23:13 -0000 1.3 +++ TagPoolManager.java 23 Feb 2004 06:26:32 -0000 1.4 @@ -13,7 +13,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.4 +3 -2 jakarta-tomcat/src/share/org/apache/jasper/runtime/TagPoolManagerImpl.java Index: TagPoolManagerImpl.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/TagPoolManagerImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- TagPoolManagerImpl.java 23 Feb 2004 03:23:13 -0000 1.3 +++ TagPoolManagerImpl.java 23 Feb 2004 06:26:32 -0000 1.4 @@ -13,7 +13,8 @@ * 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 + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.jasper.runtime; 1.5 +2 -1 jakarta-tomcat/src/share/org/apache/jasper/runtime/package.html Index: package.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/package.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- package.html 23 Feb 2004 03:23:13 -0000 1.4 +++ package.html 23 Feb 2004 06:26:32 -0000 1.5 @@ -10,7 +10,8 @@ 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 + See the License for the specific language governing permissions and + limitations under the License. --> <body> This package needs to be visible and is used at runtime by the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]