billbarker    2004/02/22 22:30:55

  Modified:    src/share/org/apache/jasper CommandLineContext.java
                        Constants.java EmbededServletOptions.java
                        JasperEngineContext.java JasperException.java
                        JasperOptionsImpl.java JspC.java
                        JspCompilationContext.java JspEngineContext.java
                        Options.java
               src/share/org/apache/jasper/servlet JasperLoader.java
                        JasperLoader12.java JspServlet.java
                        ServletEngine.java TomcatServletEngine.java
  Log:
  Fix cut-and-paste problem with license.
  
  Revision  Changes    Path
  1.11      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/CommandLineContext.java
  
  Index: CommandLineContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/CommandLineContext.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- CommandLineContext.java   23 Feb 2004 03:41:26 -0000      1.10
  +++ CommandLineContext.java   23 Feb 2004 06:30:55 -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;
  
  
  
  1.27      +2 -1      jakarta-tomcat/src/share/org/apache/jasper/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/Constants.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Constants.java    23 Feb 2004 03:41:26 -0000      1.26
  +++ Constants.java    23 Feb 2004 06:30:55 -0000      1.27
  @@ -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;
  
  
  
  1.11      +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/EmbededServletOptions.java
  
  Index: EmbededServletOptions.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/EmbededServletOptions.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- EmbededServletOptions.java        23 Feb 2004 03:41:26 -0000      1.10
  +++ EmbededServletOptions.java        23 Feb 2004 06:30:55 -0000      1.11
  @@ -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;
  
  
  
  1.5       +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/JasperEngineContext.java
  
  Index: JasperEngineContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/JasperEngineContext.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JasperEngineContext.java  23 Feb 2004 03:41:26 -0000      1.4
  +++ JasperEngineContext.java  23 Feb 2004 06:30:55 -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.
    */
   
   package org.apache.jasper;
  
  
  
  1.3       +5 -4      jakarta-tomcat/src/share/org/apache/jasper/JasperException.java
  
  Index: JasperException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/JasperException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JasperException.java      23 Feb 2004 03:41:26 -0000      1.2
  +++ JasperException.java      23 Feb 2004 06:30:55 -0000      1.3
  @@ -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.
    */
   
   
  
  
  
  1.4       +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/JasperOptionsImpl.java
  
  Index: JasperOptionsImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/JasperOptionsImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JasperOptionsImpl.java    23 Feb 2004 03:41:26 -0000      1.3
  +++ JasperOptionsImpl.java    23 Feb 2004 06:30:55 -0000      1.4
  @@ -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;
  
  
  
  1.28      +2 -1      jakarta-tomcat/src/share/org/apache/jasper/JspC.java
  
  Index: JspC.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/JspC.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- JspC.java 23 Feb 2004 03:41:26 -0000      1.27
  +++ JspC.java 23 Feb 2004 06:30:55 -0000      1.28
  @@ -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;
  
  
  
  1.6       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/JspCompilationContext.java
  
  Index: JspCompilationContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/JspCompilationContext.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JspCompilationContext.java        23 Feb 2004 03:41:26 -0000      1.5
  +++ JspCompilationContext.java        23 Feb 2004 06:30:55 -0000      1.6
  @@ -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;
  
  
  
  1.15      +2 -1      jakarta-tomcat/src/share/org/apache/jasper/JspEngineContext.java
  
  Index: JspEngineContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/JspEngineContext.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- JspEngineContext.java     23 Feb 2004 03:41:26 -0000      1.14
  +++ JspEngineContext.java     23 Feb 2004 06:30:55 -0000      1.15
  @@ -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;
  
  
  
  1.16      +5 -4      jakarta-tomcat/src/share/org/apache/jasper/Options.java
  
  Index: Options.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/Options.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Options.java      23 Feb 2004 03:41:26 -0000      1.15
  +++ Options.java      23 Feb 2004 06:30:55 -0000      1.16
  @@ -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;
  
  
  
  1.6       +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/servlet/JasperLoader.java
  
  Index: JasperLoader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/servlet/JasperLoader.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JasperLoader.java 23 Feb 2004 03:28:28 -0000      1.5
  +++ JasperLoader.java 23 Feb 2004 06:30:55 -0000      1.6
  @@ -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.servlet;
  
  
  
  1.6       +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/servlet/JasperLoader12.java
  
  Index: JasperLoader12.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/servlet/JasperLoader12.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JasperLoader12.java       23 Feb 2004 03:28:28 -0000      1.5
  +++ JasperLoader12.java       23 Feb 2004 06:30:55 -0000      1.6
  @@ -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.servlet;
  
  
  
  1.14      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/servlet/JspServlet.java
  
  Index: JspServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/servlet/JspServlet.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- JspServlet.java   23 Feb 2004 03:28:28 -0000      1.13
  +++ JspServlet.java   23 Feb 2004 06:30:55 -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.servlet;
  
  
  
  1.4       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/servlet/ServletEngine.java
  
  Index: ServletEngine.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/servlet/ServletEngine.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletEngine.java        23 Feb 2004 03:28:28 -0000      1.3
  +++ ServletEngine.java        23 Feb 2004 06:30:55 -0000      1.4
  @@ -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.servlet;
  
  
  
  1.4       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/servlet/TomcatServletEngine.java
  
  Index: TomcatServletEngine.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/servlet/TomcatServletEngine.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TomcatServletEngine.java  23 Feb 2004 03:28:28 -0000      1.3
  +++ TomcatServletEngine.java  23 Feb 2004 06:30:55 -0000      1.4
  @@ -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.servlet;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to