billbarker    2004/02/22 22:06:13

  Modified:    src/facade22/org/apache/tomcat/facade CookieFacade.java
                        HttpServletRequestFacade.java
                        HttpServletResponseFacade.java
                        HttpSessionFacade.java JspInterceptor.java
                        LoadOnStartupInterceptor.java
                        RequestDispatcherImpl.java
                        Servlet22Interceptor.java ServletConfigImpl.java
                        ServletContextFacade.java ServletHandler.java
                        ServletInfo.java ServletInputStreamFacade.java
                        ServletOutputStreamFacade.java
                        ServletWriterFacade.java SessionContextImpl.java
                        TagPoolManagerInterceptor.java WebXmlReader.java
                        package.html
  Log:
  Fix cut-and-paste problem with license.
  
  Revision  Changes    Path
  1.8       +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/CookieFacade.java
  
  Index: CookieFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/CookieFacade.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CookieFacade.java 23 Feb 2004 02:08:54 -0000      1.7
  +++ CookieFacade.java 23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.36      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpServletRequestFacade.java
  
  Index: HttpServletRequestFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpServletRequestFacade.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- HttpServletRequestFacade.java     23 Feb 2004 02:08:54 -0000      1.35
  +++ HttpServletRequestFacade.java     23 Feb 2004 06:06:13 -0000      1.36
  @@ -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.
    */
   
   
  
  
  
  1.33      +5 -4      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpServletResponseFacade.java
  
  Index: HttpServletResponseFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpServletResponseFacade.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- HttpServletResponseFacade.java    23 Feb 2004 02:08:54 -0000      1.32
  +++ HttpServletResponseFacade.java    23 Feb 2004 06:06:13 -0000      1.33
  @@ -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.23      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java
  
  Index: HttpSessionFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- HttpSessionFacade.java    23 Feb 2004 02:08:54 -0000      1.22
  +++ HttpSessionFacade.java    23 Feb 2004 06:06:13 -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.
    */
   
   
  
  
  
  1.43      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java
  
  Index: JspInterceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- JspInterceptor.java       23 Feb 2004 02:08:54 -0000      1.42
  +++ JspInterceptor.java       23 Feb 2004 06:06:13 -0000      1.43
  @@ -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.tomcat.facade;
  
  
  
  1.9       +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/LoadOnStartupInterceptor.java
  
  Index: LoadOnStartupInterceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/LoadOnStartupInterceptor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LoadOnStartupInterceptor.java     23 Feb 2004 02:08:54 -0000      1.8
  +++ LoadOnStartupInterceptor.java     23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.28      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/RequestDispatcherImpl.java
  
  Index: RequestDispatcherImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/RequestDispatcherImpl.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- RequestDispatcherImpl.java        23 Feb 2004 02:08:54 -0000      1.27
  +++ RequestDispatcherImpl.java        23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.25      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/Servlet22Interceptor.java
  
  Index: Servlet22Interceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/Servlet22Interceptor.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Servlet22Interceptor.java 23 Feb 2004 02:08:54 -0000      1.24
  +++ Servlet22Interceptor.java 23 Feb 2004 06:06:13 -0000      1.25
  @@ -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.tomcat.facade;
  
  
  
  1.6       +5 -4      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletConfigImpl.java
  
  Index: ServletConfigImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletConfigImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ServletConfigImpl.java    23 Feb 2004 02:08:54 -0000      1.5
  +++ ServletConfigImpl.java    23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.11      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletContextFacade.java
  
  Index: ServletContextFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletContextFacade.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ServletContextFacade.java 23 Feb 2004 02:08:54 -0000      1.10
  +++ ServletContextFacade.java 23 Feb 2004 06:06:13 -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.
    */
   
   
  
  
  
  1.23      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletHandler.java
  
  Index: ServletHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletHandler.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ServletHandler.java       23 Feb 2004 02:08:54 -0000      1.22
  +++ ServletHandler.java       23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.9       +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletInfo.java
  
  Index: ServletInfo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletInfo.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ServletInfo.java  23 Feb 2004 02:08:54 -0000      1.8
  +++ ServletInfo.java  23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.10      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletInputStreamFacade.java
  
  Index: ServletInputStreamFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletInputStreamFacade.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ServletInputStreamFacade.java     23 Feb 2004 02:08:54 -0000      1.9
  +++ ServletInputStreamFacade.java     23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.8       +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletOutputStreamFacade.java
  
  Index: ServletOutputStreamFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletOutputStreamFacade.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ServletOutputStreamFacade.java    23 Feb 2004 02:08:54 -0000      1.7
  +++ ServletOutputStreamFacade.java    23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.8       +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletWriterFacade.java
  
  Index: ServletWriterFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletWriterFacade.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ServletWriterFacade.java  23 Feb 2004 02:08:54 -0000      1.7
  +++ ServletWriterFacade.java  23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.4       +5 -4      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/SessionContextImpl.java
  
  Index: SessionContextImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/SessionContextImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SessionContextImpl.java   23 Feb 2004 02:08:54 -0000      1.3
  +++ SessionContextImpl.java   23 Feb 2004 06:06:13 -0000      1.4
  @@ -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.tomcat.facade;
  
  
  
  1.5       +3 -2      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/TagPoolManagerInterceptor.java
  
  Index: TagPoolManagerInterceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/TagPoolManagerInterceptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TagPoolManagerInterceptor.java    23 Feb 2004 02:08:54 -0000      1.4
  +++ TagPoolManagerInterceptor.java    23 Feb 2004 06:06:13 -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.tomcat.facade;
  
  
  
  1.20      +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/WebXmlReader.java
  
  Index: WebXmlReader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/WebXmlReader.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- WebXmlReader.java 23 Feb 2004 02:08:54 -0000      1.19
  +++ WebXmlReader.java 23 Feb 2004 06:06:13 -0000      1.20
  @@ -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.tomcat.facade;
  
  
  
  1.3       +2 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html      23 Feb 2004 02:08:54 -0000      1.2
  +++ package.html      23 Feb 2004 06:06:13 -0000      1.3
  @@ -12,7 +12,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.
   -->
   <HEAD>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
  
  
  

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

Reply via email to