billbarker    2004/02/22 22:22:38

  Modified:    src/share/org/apache/jasper/compiler BaseJspListener.java
                        BeanEndGenerator.java BeanGenerator.java
                        BeanRepository.java CharDataGenerator.java
                        ClassDeclarationPhase.java ClassName.java
                        CommandLineCompiler.java CommentGenerator.java
                        CompileException.java Compiler.java
                        CoreElement.java DeclarationGenerator.java
                        DelegatingListener.java DestroyMethodPhase.java
                        DumbParseEventListener.java
                        EscapeUnicodeWriter.java ExpressionGenerator.java
                        FileDeclarationPhase.java ForwardGenerator.java
                        Generator.java GeneratorBase.java
                        GetPropertyGenerator.java IncludeGenerator.java
                        InfoGenerator.java InitMethodPhase.java
                        JakartaCommentGenerator.java JasperMangler.java
                        JavaCompiler.java JikesJavaCompiler.java
                        JspCompiler.java JspParseEventListener.java
                        JspReader.java JspUtil.java Mangler.java
                        MappedCharDataGenerator.java Mark.java
                        ParseEventListener.java ParseException.java
                        Parser.java PluginGenerator.java
                        ScriptletGenerator.java ServiceMethodPhase.java
                        ServletWriter.java SetPropertyGenerator.java
                        StaticInitializerPhase.java
                        StoredCharDataGenerator.java SunJavaCompiler.java
                        TagBeginGenerator.java TagCache.java
                        TagEndGenerator.java TagGeneratorBase.java
                        TagLibraries.java TagLibraryInfoImpl.java
                        TagPoolGenerator.java TagPoolManagerGenerator.java
  Log:
  Fix cut-and-paste problem with license.
  
  Revision  Changes    Path
  1.9       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/BaseJspListener.java
  
  Index: BaseJspListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/BaseJspListener.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BaseJspListener.java      23 Feb 2004 02:45:11 -0000      1.8
  +++ BaseJspListener.java      23 Feb 2004 06:22:36 -0000      1.9
  @@ -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/BeanEndGenerator.java
  
  Index: BeanEndGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/BeanEndGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanEndGenerator.java     23 Feb 2004 02:45:11 -0000      1.2
  +++ BeanEndGenerator.java     23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.12      +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/BeanGenerator.java
  
  Index: BeanGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/BeanGenerator.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- BeanGenerator.java        23 Feb 2004 02:45:11 -0000      1.11
  +++ BeanGenerator.java        23 Feb 2004 06:22:36 -0000      1.12
  @@ -14,7 +14,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.compiler;
  
  
  
  1.4       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/BeanRepository.java
  
  Index: BeanRepository.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/BeanRepository.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BeanRepository.java       23 Feb 2004 02:45:12 -0000      1.3
  +++ BeanRepository.java       23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.8       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/CharDataGenerator.java
  
  Index: CharDataGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CharDataGenerator.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CharDataGenerator.java    23 Feb 2004 02:45:12 -0000      1.7
  +++ CharDataGenerator.java    23 Feb 2004 06:22:36 -0000      1.8
  @@ -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ClassDeclarationPhase.java
  
  Index: ClassDeclarationPhase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ClassDeclarationPhase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ClassDeclarationPhase.java        23 Feb 2004 02:45:12 -0000      1.2
  +++ ClassDeclarationPhase.java        23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.5       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ClassName.java
  
  Index: ClassName.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ClassName.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ClassName.java    23 Feb 2004 02:45:12 -0000      1.4
  +++ ClassName.java    23 Feb 2004 06:22:36 -0000      1.5
  @@ -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.compiler;
  
  
  
  1.10      +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/CommandLineCompiler.java
  
  Index: CommandLineCompiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CommandLineCompiler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- CommandLineCompiler.java  23 Feb 2004 02:45:12 -0000      1.9
  +++ CommandLineCompiler.java  23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.5       +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/CommentGenerator.java
  
  Index: CommentGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CommentGenerator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CommentGenerator.java     23 Feb 2004 04:04:05 -0000      1.4
  +++ CommentGenerator.java     23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/CompileException.java
  
  Index: CompileException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CompileException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CompileException.java     23 Feb 2004 02:45:12 -0000      1.2
  +++ CompileException.java     23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.27      +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/Compiler.java
  
  Index: Compiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Compiler.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Compiler.java     23 Feb 2004 02:45:12 -0000      1.26
  +++ Compiler.java     23 Feb 2004 06:22:36 -0000      1.27
  @@ -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/CoreElement.java
  
  Index: CoreElement.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CoreElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CoreElement.java  23 Feb 2004 02:45:12 -0000      1.2
  +++ CoreElement.java  23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/DeclarationGenerator.java
  
  Index: DeclarationGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/DeclarationGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DeclarationGenerator.java 23 Feb 2004 02:45:12 -0000      1.2
  +++ DeclarationGenerator.java 23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.9       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/DelegatingListener.java
  
  Index: DelegatingListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/DelegatingListener.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DelegatingListener.java   23 Feb 2004 02:45:12 -0000      1.8
  +++ DelegatingListener.java   23 Feb 2004 06:22:36 -0000      1.9
  @@ -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/DestroyMethodPhase.java
  
  Index: DestroyMethodPhase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/DestroyMethodPhase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DestroyMethodPhase.java   23 Feb 2004 02:45:12 -0000      1.2
  +++ DestroyMethodPhase.java   23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.6       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/DumbParseEventListener.java
  
  Index: DumbParseEventListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/DumbParseEventListener.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DumbParseEventListener.java       23 Feb 2004 02:45:12 -0000      1.5
  +++ DumbParseEventListener.java       23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.4       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/EscapeUnicodeWriter.java
  
  Index: EscapeUnicodeWriter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/EscapeUnicodeWriter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EscapeUnicodeWriter.java  23 Feb 2004 02:45:12 -0000      1.3
  +++ EscapeUnicodeWriter.java  23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ExpressionGenerator.java
  
  Index: ExpressionGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ExpressionGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExpressionGenerator.java  23 Feb 2004 02:45:12 -0000      1.2
  +++ ExpressionGenerator.java  23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/FileDeclarationPhase.java
  
  Index: FileDeclarationPhase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/FileDeclarationPhase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileDeclarationPhase.java 23 Feb 2004 02:45:12 -0000      1.2
  +++ FileDeclarationPhase.java 23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.6       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ForwardGenerator.java
  
  Index: ForwardGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ForwardGenerator.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ForwardGenerator.java     23 Feb 2004 02:45:12 -0000      1.5
  +++ ForwardGenerator.java     23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.5       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/Generator.java
  
  Index: Generator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Generator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Generator.java    23 Feb 2004 02:45:12 -0000      1.4
  +++ Generator.java    23 Feb 2004 06:22:36 -0000      1.5
  @@ -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.compiler;
  
  
  
  1.5       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/GeneratorBase.java
  
  Index: GeneratorBase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/GeneratorBase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- GeneratorBase.java        23 Feb 2004 02:45:12 -0000      1.4
  +++ GeneratorBase.java        23 Feb 2004 06:22:36 -0000      1.5
  @@ -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.compiler;
  
  
  
  1.9       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/GetPropertyGenerator.java
  
  Index: GetPropertyGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/GetPropertyGenerator.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- GetPropertyGenerator.java 23 Feb 2004 02:45:12 -0000      1.8
  +++ GetPropertyGenerator.java 23 Feb 2004 06:22:36 -0000      1.9
  @@ -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.compiler;
  
  
  
  1.11      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/IncludeGenerator.java
  
  Index: IncludeGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/IncludeGenerator.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- IncludeGenerator.java     23 Feb 2004 02:45:12 -0000      1.10
  +++ IncludeGenerator.java     23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/InfoGenerator.java
  
  Index: InfoGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/InfoGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InfoGenerator.java        23 Feb 2004 02:45:12 -0000      1.2
  +++ InfoGenerator.java        23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/InitMethodPhase.java
  
  Index: InitMethodPhase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/InitMethodPhase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InitMethodPhase.java      23 Feb 2004 02:45:12 -0000      1.2
  +++ InitMethodPhase.java      23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.5       +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/JakartaCommentGenerator.java
  
  Index: JakartaCommentGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JakartaCommentGenerator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JakartaCommentGenerator.java      23 Feb 2004 02:45:12 -0000      1.4
  +++ JakartaCommentGenerator.java      23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.14      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/JasperMangler.java
  
  Index: JasperMangler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JasperMangler.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- JasperMangler.java        23 Feb 2004 02:45:12 -0000      1.13
  +++ JasperMangler.java        23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.5       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/JavaCompiler.java
  
  Index: JavaCompiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JavaCompiler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JavaCompiler.java 23 Feb 2004 02:45:12 -0000      1.4
  +++ JavaCompiler.java 23 Feb 2004 06:22:36 -0000      1.5
  @@ -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.compiler;
  
  
  
  1.11      +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/JikesJavaCompiler.java
  
  Index: JikesJavaCompiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JikesJavaCompiler.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- JikesJavaCompiler.java    23 Feb 2004 02:45:12 -0000      1.10
  +++ JikesJavaCompiler.java    23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.23      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/JspCompiler.java
  
  Index: JspCompiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JspCompiler.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- JspCompiler.java  23 Feb 2004 02:45:12 -0000      1.22
  +++ JspCompiler.java  23 Feb 2004 06:22:36 -0000      1.23
  @@ -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.compiler;
  
  
  
  1.34      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/JspParseEventListener.java
  
  Index: JspParseEventListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JspParseEventListener.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- JspParseEventListener.java        23 Feb 2004 02:45:12 -0000      1.33
  +++ JspParseEventListener.java        23 Feb 2004 06:22:36 -0000      1.34
  @@ -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.compiler;
  
  
  
  1.28      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/JspReader.java
  
  Index: JspReader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JspReader.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- JspReader.java    23 Feb 2004 02:45:12 -0000      1.27
  +++ JspReader.java    23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.24      +2 -1      jakarta-tomcat/src/share/org/apache/jasper/compiler/JspUtil.java
  
  Index: JspUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/JspUtil.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- JspUtil.java      23 Feb 2004 02:45:12 -0000      1.23
  +++ JspUtil.java      23 Feb 2004 06:22:36 -0000      1.24
  @@ -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.compiler;
  
  
  
  1.4       +5 -4      jakarta-tomcat/src/share/org/apache/jasper/compiler/Mangler.java
  
  Index: Mangler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Mangler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Mangler.java      23 Feb 2004 02:45:12 -0000      1.3
  +++ Mangler.java      23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.7       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/MappedCharDataGenerator.java
  
  Index: MappedCharDataGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/MappedCharDataGenerator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MappedCharDataGenerator.java      23 Feb 2004 02:45:12 -0000      1.6
  +++ MappedCharDataGenerator.java      23 Feb 2004 06:22:36 -0000      1.7
  @@ -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.compiler;
  
  
  
  1.6       +5 -4      jakarta-tomcat/src/share/org/apache/jasper/compiler/Mark.java
  
  Index: Mark.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Mark.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Mark.java 23 Feb 2004 02:45:12 -0000      1.5
  +++ Mark.java 23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.9       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ParseEventListener.java
  
  Index: ParseEventListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ParseEventListener.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ParseEventListener.java   23 Feb 2004 02:45:12 -0000      1.8
  +++ ParseEventListener.java   23 Feb 2004 06:22:36 -0000      1.9
  @@ -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ParseException.java
  
  Index: ParseException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ParseException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ParseException.java       23 Feb 2004 02:45:12 -0000      1.2
  +++ ParseException.java       23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.32      +2 -1      jakarta-tomcat/src/share/org/apache/jasper/compiler/Parser.java
  
  Index: Parser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Parser.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Parser.java       23 Feb 2004 02:45:12 -0000      1.31
  +++ Parser.java       23 Feb 2004 06:22:36 -0000      1.32
  @@ -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.compiler;
  
  
  
  1.13      +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/PluginGenerator.java
  
  Index: PluginGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/PluginGenerator.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- PluginGenerator.java      23 Feb 2004 02:45:12 -0000      1.12
  +++ PluginGenerator.java      23 Feb 2004 06:22:36 -0000      1.13
  @@ -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ScriptletGenerator.java
  
  Index: ScriptletGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ScriptletGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ScriptletGenerator.java   23 Feb 2004 02:45:12 -0000      1.2
  +++ ScriptletGenerator.java   23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ServiceMethodPhase.java
  
  Index: ServiceMethodPhase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ServiceMethodPhase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ServiceMethodPhase.java   23 Feb 2004 02:45:12 -0000      1.2
  +++ ServiceMethodPhase.java   23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.4       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/ServletWriter.java
  
  Index: ServletWriter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/ServletWriter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletWriter.java        23 Feb 2004 02:45:12 -0000      1.3
  +++ ServletWriter.java        23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.10      +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/SetPropertyGenerator.java
  
  Index: SetPropertyGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/SetPropertyGenerator.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SetPropertyGenerator.java 23 Feb 2004 02:45:12 -0000      1.9
  +++ SetPropertyGenerator.java 23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.3       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/StaticInitializerPhase.java
  
  Index: StaticInitializerPhase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/StaticInitializerPhase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StaticInitializerPhase.java       23 Feb 2004 02:45:12 -0000      1.2
  +++ StaticInitializerPhase.java       23 Feb 2004 06:22:36 -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.
    */
   
   package org.apache.jasper.compiler;
  
  
  
  1.5       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/StoredCharDataGenerator.java
  
  Index: StoredCharDataGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/StoredCharDataGenerator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StoredCharDataGenerator.java      23 Feb 2004 02:45:12 -0000      1.4
  +++ StoredCharDataGenerator.java      23 Feb 2004 06:22:36 -0000      1.5
  @@ -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.compiler;
  
  
  
  1.6       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/SunJavaCompiler.java
  
  Index: SunJavaCompiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/SunJavaCompiler.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SunJavaCompiler.java      23 Feb 2004 02:45:12 -0000      1.5
  +++ SunJavaCompiler.java      23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.24      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagBeginGenerator.java
  
  Index: TagBeginGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagBeginGenerator.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- TagBeginGenerator.java    23 Feb 2004 02:45:12 -0000      1.23
  +++ TagBeginGenerator.java    23 Feb 2004 06:22:36 -0000      1.24
  @@ -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.compiler;
  
  
  
  1.4       +5 -4      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagCache.java
  
  Index: TagCache.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TagCache.java     23 Feb 2004 02:45:12 -0000      1.3
  +++ TagCache.java     23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.13      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagEndGenerator.java
  
  Index: TagEndGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagEndGenerator.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TagEndGenerator.java      23 Feb 2004 02:45:12 -0000      1.12
  +++ TagEndGenerator.java      23 Feb 2004 06:22:36 -0000      1.13
  @@ -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.compiler;
  
  
  
  1.9       +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagGeneratorBase.java
  
  Index: TagGeneratorBase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagGeneratorBase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TagGeneratorBase.java     23 Feb 2004 02:45:12 -0000      1.8
  +++ TagGeneratorBase.java     23 Feb 2004 06:22:36 -0000      1.9
  @@ -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.compiler;
  
  
  
  1.10      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagLibraries.java
  
  Index: TagLibraries.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagLibraries.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TagLibraries.java 23 Feb 2004 02:45:12 -0000      1.9
  +++ TagLibraries.java 23 Feb 2004 06:22:36 -0000      1.10
  @@ -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.compiler;
  
  
  
  1.34      +2 -1      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java
  
  Index: TagLibraryInfoImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- TagLibraryInfoImpl.java   23 Feb 2004 02:45:12 -0000      1.33
  +++ TagLibraryInfoImpl.java   23 Feb 2004 06:22:36 -0000      1.34
  @@ -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.compiler;
  
  
  
  1.5       +3 -2      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagPoolGenerator.java
  
  Index: TagPoolGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagPoolGenerator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TagPoolGenerator.java     23 Feb 2004 02:45:12 -0000      1.4
  +++ TagPoolGenerator.java     23 Feb 2004 06:22:36 -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.compiler;
  
  
  
  1.6       +3 -2      
jakarta-tomcat/src/share/org/apache/jasper/compiler/TagPoolManagerGenerator.java
  
  Index: TagPoolManagerGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/TagPoolManagerGenerator.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TagPoolManagerGenerator.java      23 Feb 2004 02:45:12 -0000      1.5
  +++ TagPoolManagerGenerator.java      23 Feb 2004 06:22:36 -0000      1.6
  @@ -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.compiler;
  
  
  

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

Reply via email to