You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/08 18:43:36 UTC

svn commit: r1807798 [2/3] - in /commons/proper/jelly/branches/1.X: ./ jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/ jelly-tags/ant/src/java/org/apache/commons/jelly/task/ jelly-tags/ant/src/test/org/apache/commons/jelly/ant/ jelly-tags/an...

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTagLibrary.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTagLibrary.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Embedded.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Embedded.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Embedded.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Embedded.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ExpressionScript.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ExpressionScript.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ExpressionScript.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ExpressionScript.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ScriptBlock.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ScriptBlock.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ScriptBlock.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ScriptBlock.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTagScript.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTagScript.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTagScript.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTagScript.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagFactory.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagFactory.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagFactory.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagLibraryResolver.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagLibraryResolver.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagLibraryResolver.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagLibraryResolver.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagScript.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagScript.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagScript.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagScript.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TextScript.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TextScript.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TextScript.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TextScript.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/XMLParser.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/XMLParser.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/XMLParser.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/XMLParser.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServlet.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServlet.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServlet.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServlet.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/Resources.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/Resources.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/Resources.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/Resources.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTagParent.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTagParent.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTagParent.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTagParent.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BaseClassLoaderTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BaseClassLoaderTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BaseClassLoaderTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BaseClassLoaderTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BreakTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BreakTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BreakTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BreakTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CaseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CaseTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CaseTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CaseTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CatchTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CatchTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CatchTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CatchTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ChooseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ChooseTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ChooseTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ChooseTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CoreTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CoreTagLibrary.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CoreTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CoreTagLibrary.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/DefaultTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/DefaultTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/DefaultTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/DefaultTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ExprTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ExprTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ExprTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ExprTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/FileTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/FileTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/FileTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/FileTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/GetStaticTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/GetStaticTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/GetStaticTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/GetStaticTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IfTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IfTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IfTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IfTag.java Fri Sep  8 18:43:34 2017
@@ -7,20 +7,6 @@
  * 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.
- *//*
- * 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,

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ImportTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ImportTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ImportTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ImportTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IncludeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IncludeTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IncludeTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IncludeTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeStaticTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeStaticTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeStaticTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeStaticTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/JellyTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/JellyTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/JellyTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/JellyTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/MuteTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/MuteTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/MuteTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/MuteTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/NewTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/NewTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/NewTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/NewTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/OtherwiseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/OtherwiseTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/OtherwiseTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/OtherwiseTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ParseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ParseTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ParseTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ParseTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/RemoveTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/RemoveTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/RemoveTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/RemoveTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ScopeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ScopeTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ScopeTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ScopeTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SwitchTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SwitchTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SwitchTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SwitchTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ThreadTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ThreadTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ThreadTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ThreadTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/ClassLoaderUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/ClassLoaderUtils.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/ClassLoaderUtils.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/ClassLoaderUtils.java Fri Sep  8 18:43:34 2017
@@ -1,9 +1,10 @@
 /*
- * 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  *
@@ -13,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.commons.jelly.util;
 
 import org.apache.commons.logging.Log;

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/CommandLineParser.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/CommandLineParser.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/CommandLineParser.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/CommandLineParser.java Fri Sep  8 18:43:34 2017
@@ -1,9 +1,10 @@
 /*
- * 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  *

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/NestedRuntimeException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/NestedRuntimeException.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/NestedRuntimeException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/NestedRuntimeException.java Fri Sep  8 18:43:34 2017
@@ -1,9 +1,10 @@
 /*
- * 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  *

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/SafeContentHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/SafeContentHandler.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/SafeContentHandler.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/SafeContentHandler.java Fri Sep  8 18:43:34 2017
@@ -1,9 +1,10 @@
 /*
- * 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  *

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/TagUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/TagUtils.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/TagUtils.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/TagUtils.java Fri Sep  8 18:43:34 2017
@@ -1,9 +1,10 @@
 /*
- * 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  *

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestCoreTags.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestCoreTags.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestCoreTags.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestCoreTags.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJelly.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJelly.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJelly.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJellyContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJellyContext.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJellyContext.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJellyContext.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestTrim.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestTrim.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestTrim.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestTrim.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestXMLOutput.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestXMLOutput.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestXMLOutput.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestXMLOutput.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/BaseMemoryLeakTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/BaseMemoryLeakTest.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/BaseMemoryLeakTest.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/BaseMemoryLeakTest.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Customer.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Customer.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Customer.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Customer.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/ExceptionBean.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/ExceptionBean.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/ExceptionBean.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/ExceptionBean.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Order.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Order.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Order.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Order.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Product.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Product.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Product.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Product.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestArgTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestArgTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestArgTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestArgTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestBreakTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestBreakTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestBreakTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestBreakTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestChooseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestChooseTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestChooseTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestChooseTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestCoreMemoryLeak.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestCoreMemoryLeak.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestCoreMemoryLeak.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestCoreMemoryLeak.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestFileTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestFileTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestFileTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestFileTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestForEachTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestForEachTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestForEachTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestForEachTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestGetStaticTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestGetStaticTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestGetStaticTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestGetStaticTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestIncludeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestIncludeTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestIncludeTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestIncludeTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeStaticTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeStaticTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeStaticTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeStaticTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestNewTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestNewTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestNewTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestNewTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestSwitchTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestSwitchTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestSwitchTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestSwitchTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestUseBeanTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestUseBeanTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestUseBeanTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestUseBeanTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java Fri Sep  8 18:43:34 2017
@@ -7,7 +7,7 @@
  * 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.