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 [1/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...

Author: chtompki
Date: Fri Sep  8 18:43:34 2017
New Revision: 1807798

URL: http://svn.apache.org/viewvc?rev=1807798&view=rev
Log:
left a * out of java headers, doh.

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/DefaultPropsHandler.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileIterator.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScanner.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/GrantProject.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/JellyPropsHandler.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/PropsHandler.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/SetPropertyTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/TaskSource.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/AntJellyContext.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/JellyTask.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/TestJelly.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/DummyTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/MyTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/TestJelly.java
    commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/task/DummyTask.java
    commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/GrammarTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyService.java
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyServiceImpl.java
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/test/org/apache/commons/jelly/tags/avalon/sample.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/navigation.xml
    commons/proper/jelly/branches/1.X/short-license.txt
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTagLibrary.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Embedded.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ExpressionScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ScriptBlock.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTagScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagLibraryResolver.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TextScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/XMLParser.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServlet.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/Resources.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTagParent.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BaseClassLoaderTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BreakTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CaseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CatchTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ChooseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CoreTagLibrary.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/DefaultTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ExprTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/FileTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/GetStaticTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IfTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ImportTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IncludeTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeStaticTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/JellyTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/MuteTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/NewTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/OtherwiseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ParseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/RemoveTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ScopeTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SwitchTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ThreadTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/ClassLoaderUtils.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/CommandLineParser.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/NestedRuntimeException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/SafeContentHandler.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/util/TagUtils.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestCoreTags.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJelly.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestJellyContext.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestTrim.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestXMLOutput.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/BaseMemoryLeakTest.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Customer.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/ExceptionBean.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Order.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/Product.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestArgTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestBreakTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestChooseTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestCoreMemoryLeak.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestFileTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestForEachTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestGetStaticTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestIncludeTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeStaticTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestInvokeTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestNewTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestSwitchTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/core/TestUseBeanTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyTestSuite.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/RunTag.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java

Modified: commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/DefaultPropsHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/DefaultPropsHandler.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/DefaultPropsHandler.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/DefaultPropsHandler.java Fri Sep  8 18:43:34 2017
@@ -9,7 +9,7 @@ package org.apache.commons.jelly.tags.an
  * 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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileIterator.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileIterator.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileIterator.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileIterator.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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScanner.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScanner.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScanner.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScanner.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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/FileScannerTag.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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/GrantProject.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/GrantProject.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/GrantProject.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/GrantProject.java Fri Sep  8 18:43:34 2017
@@ -9,7 +9,7 @@ package org.apache.commons.jelly.tags.an
  * 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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/JellyPropsHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/JellyPropsHandler.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/JellyPropsHandler.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/JellyPropsHandler.java Fri Sep  8 18:43:34 2017
@@ -9,7 +9,7 @@ package org.apache.commons.jelly.tags.an
  * 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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/PropsHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/PropsHandler.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/PropsHandler.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/PropsHandler.java Fri Sep  8 18:43:34 2017
@@ -9,7 +9,7 @@ package org.apache.commons.jelly.tags.an
  * 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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/SetPropertyTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/SetPropertyTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/SetPropertyTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/SetPropertyTag.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/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/TaskSource.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/TaskSource.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/TaskSource.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/TaskSource.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/jelly-tags/ant/src/java/org/apache/commons/jelly/task/AntJellyContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/AntJellyContext.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/AntJellyContext.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/AntJellyContext.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/jelly-tags/ant/src/java/org/apache/commons/jelly/task/JellyTask.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/JellyTask.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/JellyTask.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/java/org/apache/commons/jelly/task/JellyTask.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/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/TestJelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/TestJelly.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/TestJelly.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/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/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/DummyTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/DummyTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/DummyTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/DummyTag.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/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/MyTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/MyTagLibrary.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/MyTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/MyTagLibrary.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/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/TestJelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/TestJelly.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/TestJelly.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/tag/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/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/task/DummyTask.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/task/DummyTask.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/task/DummyTask.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/ant/src/test/org/apache/commons/jelly/ant/task/DummyTask.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/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTag.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/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTagLibrary.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/AntlrTagLibrary.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/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/GrammarTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/GrammarTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/GrammarTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/antlr/src/java/org/apache/commons/jelly/tags/antlr/GrammarTag.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/jelly-tags/avalon/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/build.xml?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/build.xml Fri Sep  8 18:43:34 2017
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!---
+ 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
+
+ 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.
+-->
 <!--build.xml generated by maven from project.xml version 1.0-SNAPSHOT
   on date May 24 2004, time 2301-->
 <project default="jar" name="commons-jelly-tags-avalon" basedir=".">

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

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

Modified: commons/proper/jelly/branches/1.X/jelly-tags/avalon/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/project.xml?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/project.xml Fri Sep  8 18:43:34 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
+<!---
+ 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
+
+ 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.
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyService.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyService.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyService.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyService.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/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyServiceImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyServiceImpl.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyServiceImpl.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/java/org/apache/commons/jelly/avalon/JellyServiceImpl.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/jelly-tags/avalon/src/test/org/apache/commons/jelly/tags/avalon/sample.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/test/org/apache/commons/jelly/tags/avalon/sample.jelly?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/test/org/apache/commons/jelly/tags/avalon/sample.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/src/test/org/apache/commons/jelly/tags/avalon/sample.jelly Fri Sep  8 18:43:34 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
+<!---
+ 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
+
+ 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.
 -->
 
 <j:jelly xmlns:j="jelly:core" xmlns:avalon="jelly:avalon">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/changes.xml?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/changes.xml Fri Sep  8 18:43:34 2017
@@ -1,22 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- 
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!---
+ 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
+
+ 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.
+-->
 
 <document>
   <properties>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/index.xml?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/index.xml Fri Sep  8 18:43:34 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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
 
-  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.
+ 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.
 -->
 
 <document>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/navigation.xml?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/navigation.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/avalon/xdocs/navigation.xml Fri Sep  8 18:43:34 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  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
 
-  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.
+ 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.
 -->
 <project name="Avalon Integration">
 

Modified: commons/proper/jelly/branches/1.X/short-license.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/short-license.txt?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/short-license.txt (original)
+++ commons/proper/jelly/branches/1.X/short-license.txt 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/CompilableTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.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/DynaBeanTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.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/DynaTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.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/DynaTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.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/Jelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.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/JellyContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.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/JellyException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.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/JellyTagException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.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/LocationAware.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.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/MapTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.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/MissingAttributeException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.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/NamespaceAwareTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.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/Script.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.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/Tag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.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/TagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.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/TagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.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/XMLOutput.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.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/expression/CompositeExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.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/expression/ConstantExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.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/expression/Expression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.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/expression/ExpressionFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.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/expression/ExpressionSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.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/expression/jexl/JexlExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.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/expression/jexl/JexlExpressionFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.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/expression/xpath/XPathExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.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/Attribute.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.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/BeanSource.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.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/BreakException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.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/CollectionTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.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/CompositeTextScriptBlock.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.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/DefaultTagFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagFactory.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagFactory.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagFactory.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/DefaultTagLibraryResolver.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.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/DynamicBeanTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.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/DynamicDynaBeanTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.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/DynamicTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTag.java?rev=1807798&r1=1807797&r2=1807798&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTag.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.