billbarker    2004/02/22 13:31:51

  Modified:    src/admin/WEB-INF/classes/tadm AntProperty.java
                        AntServletLogger.java AntTEI.java AntTag.java
                        AntTarget.java ContextAdmin.java GTestTEI.java
                        GTestTag.java ModuleAdmin.java ModuleAdminTEI.java
                        ThreadAdmin.java TomcatAdmin.java
                        TomcatAdminTEI.java TomcatIterate.java
                        TomcatIterateTEI.java
  Log:
  Licencing under Apache Licence v2.0
  
  Revision  Changes    Path
  1.5       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java
  
  Index: AntProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AntProperty.java  29 Sep 2003 07:39:49 -0000      1.4
  +++ AntProperty.java  22 Feb 2004 21:31:50 -0000      1.5
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.ServletContext;
   import javax.servlet.http.HttpServletRequest;
  
  
  
  1.4       +16 -0     
jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntServletLogger.java
  
  Index: AntServletLogger.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntServletLogger.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AntServletLogger.java     29 Sep 2003 07:39:49 -0000      1.3
  +++ AntServletLogger.java     22 Feb 2004 21:31:51 -0000      1.4
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import java.io.IOException;
   import java.io.PrintStream;
  
  
  
  1.3       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTEI.java
  
  Index: AntTEI.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTEI.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AntTEI.java       29 Sep 2003 07:39:49 -0000      1.2
  +++ AntTEI.java       22 Feb 2004 21:31:51 -0000      1.3
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.tagext.TagData;
   import javax.servlet.jsp.tagext.TagExtraInfo;
  
  
  
  1.7       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTag.java
  
  Index: AntTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTag.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AntTag.java       29 Sep 2003 07:39:49 -0000      1.6
  +++ AntTag.java       22 Feb 2004 21:31:51 -0000      1.7
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import java.io.File;
   import java.io.IOException;
  
  
  
  1.3       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTarget.java
  
  Index: AntTarget.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTarget.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AntTarget.java    29 Sep 2003 07:39:49 -0000      1.2
  +++ AntTarget.java    22 Feb 2004 21:31:51 -0000      1.3
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.JspException;
   import javax.servlet.jsp.tagext.Tag;
  
  
  
  1.3       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ContextAdmin.java
  
  Index: ContextAdmin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ContextAdmin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ContextAdmin.java 29 Sep 2003 07:39:49 -0000      1.2
  +++ ContextAdmin.java 22 Feb 2004 21:31:51 -0000      1.3
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import java.util.Enumeration;
   
  
  
  
  1.5       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/GTestTEI.java
  
  Index: GTestTEI.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/GTestTEI.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- GTestTEI.java     29 Sep 2003 07:39:49 -0000      1.4
  +++ GTestTEI.java     22 Feb 2004 21:31:51 -0000      1.5
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.tagext.TagData;
   import javax.servlet.jsp.tagext.TagExtraInfo;
  
  
  
  1.11      +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/GTestTag.java
  
  Index: GTestTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/GTestTag.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- GTestTag.java     29 Sep 2003 07:39:49 -0000      1.10
  +++ GTestTag.java     22 Feb 2004 21:31:51 -0000      1.11
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.JspException;
   import javax.servlet.jsp.tagext.TagSupport;
  
  
  
  1.3       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ModuleAdmin.java
  
  Index: ModuleAdmin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ModuleAdmin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ModuleAdmin.java  29 Sep 2003 07:39:49 -0000      1.2
  +++ ModuleAdmin.java  22 Feb 2004 21:31:51 -0000      1.3
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.JspException;
   import javax.servlet.jsp.PageContext;
  
  
  
  1.3       +16 -0     
jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ModuleAdminTEI.java
  
  Index: ModuleAdminTEI.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ModuleAdminTEI.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ModuleAdminTEI.java       29 Sep 2003 07:39:49 -0000      1.2
  +++ ModuleAdminTEI.java       22 Feb 2004 21:31:51 -0000      1.3
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.tagext.TagData;
   import javax.servlet.jsp.tagext.TagExtraInfo;
  
  
  
  1.3       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ThreadAdmin.java
  
  Index: ThreadAdmin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/ThreadAdmin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ThreadAdmin.java  29 Sep 2003 07:39:49 -0000      1.2
  +++ ThreadAdmin.java  22 Feb 2004 21:31:51 -0000      1.3
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.JspException;
   import javax.servlet.jsp.tagext.TagSupport;
  
  
  
  1.17      +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatAdmin.java
  
  Index: TomcatAdmin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatAdmin.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- TomcatAdmin.java  29 Sep 2003 07:39:49 -0000      1.16
  +++ TomcatAdmin.java  22 Feb 2004 21:31:51 -0000      1.17
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2000-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import java.util.Enumeration;
   import java.util.Vector;
  
  
  
  1.7       +16 -0     
jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatAdminTEI.java
  
  Index: TomcatAdminTEI.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatAdminTEI.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TomcatAdminTEI.java       29 Sep 2003 07:39:49 -0000      1.6
  +++ TomcatAdminTEI.java       22 Feb 2004 21:31:51 -0000      1.7
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2000-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.tagext.TagData;
   import javax.servlet.jsp.tagext.TagExtraInfo;
  
  
  
  1.6       +16 -0     jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatIterate.java
  
  Index: TomcatIterate.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatIterate.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TomcatIterate.java        29 Sep 2003 07:39:49 -0000      1.5
  +++ TomcatIterate.java        22 Feb 2004 21:31:51 -0000      1.6
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2000-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import java.util.Enumeration;
   
  
  
  
  1.7       +16 -0     
jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatIterateTEI.java
  
  Index: TomcatIterateTEI.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/TomcatIterateTEI.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TomcatIterateTEI.java     29 Sep 2003 07:39:49 -0000      1.6
  +++ TomcatIterateTEI.java     22 Feb 2004 21:31:51 -0000      1.7
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2000-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the "License");
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an "AS IS" BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.tagext.TagData;
   import javax.servlet.jsp.tagext.TagExtraInfo;
  
  
  

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

Reply via email to