dion 2004/09/09 05:27:31
Modified: jelly/src/java/org/apache/commons/jelly/servlet
JellyServletContext.java
jelly/src/java/org/apache/commons/jelly/tags Resources.java
Log:
Fix license file whitespace
Revision Changes Path
1.4 +3 -3 jakarta-commons/jelly/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java
Index: JellyServletContext.java
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JellyServletContext.java 24 Feb 2004 14:04:03 -0000 1.3
+++ JellyServletContext.java 9 Sep 2004 12:27:31 -0000 1.4
@@ -1,12 +1,12 @@
/*
* Copyright 2002,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.
1.6 +4 -4 jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/Resources.java
Index: Resources.java
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/Resources.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Resources.java 24 Feb 2004 14:12:05 -0000 1.5
+++ Resources.java 9 Sep 2004 12:27:31 -0000 1.6
@@ -1,18 +1,18 @@
/*
* Copyright 2002,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 org.apache.commons.jelly.tags;
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|