You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2004/02/22 23:47:50 UTC

cvs commit: jakarta-tomcat/src/examples/WEB-INF/classes/examples ExampleTagBase.java FooTag.java FooTagExtraInfo.java LogTag.java ShowSource.java

billbarker    2004/02/22 14:47:50

  Modified:    src/examples/WEB-INF/classes/examples ExampleTagBase.java
                        FooTag.java FooTagExtraInfo.java LogTag.java
                        ShowSource.java
  Log:
  Updating to the Apache License v2.0.
  
  Revision  Changes    Path
  1.3       +15 -0     jakarta-tomcat/src/examples/WEB-INF/classes/examples/ExampleTagBase.java
  
  Index: ExampleTagBase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/WEB-INF/classes/examples/ExampleTagBase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExampleTagBase.java	29 Sep 2003 07:39:48 -0000	1.2
  +++ ExampleTagBase.java	22 Feb 2004 22:47:50 -0000	1.3
  @@ -1,3 +1,18 @@
  +/*   
  + *  Copyright 1999-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 examples;
   
   import javax.servlet.jsp.JspException;
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/examples/WEB-INF/classes/examples/FooTag.java
  
  Index: FooTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/WEB-INF/classes/examples/FooTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FooTag.java	29 Sep 2003 07:39:48 -0000	1.3
  +++ FooTag.java	22 Feb 2004 22:47:50 -0000	1.4
  @@ -1,3 +1,18 @@
  +/*   
  + *  Copyright 1999-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 examples;
   
   import java.io.IOException;
  
  
  
  1.3       +15 -0     jakarta-tomcat/src/examples/WEB-INF/classes/examples/FooTagExtraInfo.java
  
  Index: FooTagExtraInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/WEB-INF/classes/examples/FooTagExtraInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FooTagExtraInfo.java	29 Sep 2003 07:39:48 -0000	1.2
  +++ FooTagExtraInfo.java	22 Feb 2004 22:47:50 -0000	1.3
  @@ -1,3 +1,18 @@
  +/*   
  + *  Copyright 1999-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 examples;
   
   import javax.servlet.jsp.tagext.TagData;
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/examples/WEB-INF/classes/examples/LogTag.java
  
  Index: LogTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/WEB-INF/classes/examples/LogTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LogTag.java	29 Sep 2003 07:39:48 -0000	1.3
  +++ LogTag.java	22 Feb 2004 22:47:50 -0000	1.4
  @@ -1,3 +1,18 @@
  +/*   
  + *  Copyright 1999-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 examples;
   
   
  
  
  
  1.7       +15 -0     jakarta-tomcat/src/examples/WEB-INF/classes/examples/ShowSource.java
  
  Index: ShowSource.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/WEB-INF/classes/examples/ShowSource.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ShowSource.java	29 Sep 2003 07:39:48 -0000	1.6
  +++ ShowSource.java	22 Feb 2004 22:47:50 -0000	1.7
  @@ -1,3 +1,18 @@
  +/*   
  + *  Copyright 1999-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 examples;
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org