You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ba...@apache.org on 2007/12/07 15:27:48 UTC

svn commit: r602107 [1/5] - in /jakarta/taglibs/proper/standard/trunk: examples/src/org/apache/taglibs/standard/examples/beans/ examples/src/org/apache/taglibs/standard/examples/startup/ examples/src/org/apache/taglibs/standard/examples/taglib/ example...

Author: bayard
Date: Fri Dec  7 06:27:35 2007
New Revision: 602107

URL: http://svn.apache.org/viewvc?rev=602107&view=rev
Log:
Applying the new Apache source headers as per #41221

Modified:
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Address.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customer.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customers.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/startup/Init.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/CustomerFmtTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/DefaultLocaleTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EscapeHtmlTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EvenTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/FileTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/Functions.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/LocalesTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/NullAttributeException.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/OddTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/ResourceTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/UsCustomerTag.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/IOBean.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/ServletResponseWrapperForWriter.java
    jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/Util.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/ConditionalTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/Config.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTag.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagStatus.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocaleSupport.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocalizationContext.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/Result.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultImpl.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultSupport.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/SQLExecutionTag.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/PermittedTaglibsTLV.java
    jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/ScriptFreeTLV.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/Version.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/BoundedMap.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/IterableMap.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/KeyValue.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/MapIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMap.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMapIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/ResettableIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/AbstractEmptyIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyMapIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyOrderedIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyOrderedMapIterator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/map/AbstractHashedMap.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/map/AbstractLinkedMap.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/map/LRUMap.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/AbsolutePath.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/AttributePredicate.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/Path.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/Predicate.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/RelativePath.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/SPathFilter.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/SPathTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/spath/Step.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/functions/Functions.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/AndOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ArithmeticOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ArraySuffix.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/BeanInfoIndexedProperty.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/BeanInfoManager.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/BeanInfoProperty.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/BinaryOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/BinaryOperatorExpression.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/BooleanLiteral.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/Coercions.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ComplexValue.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/Constants.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/DivideOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ELEvaluator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ELException.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/EmptyOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/EnumeratedMap.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/EqualityOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/EqualsOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/Evaluator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/Expression.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ExpressionString.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/FloatingPointLiteral.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/FunctionInvocation.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/GreaterThanOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/GreaterThanOrEqualsOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ImplicitObjects.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/IntegerDivideOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/IntegerLiteral.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/JSTLVariableResolver.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/LessThanOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/LessThanOrEqualsOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/Literal.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/Logger.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/MinusOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ModulusOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/MultiplyOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/NamedValue.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/NotEqualsOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/NotOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/NullLiteral.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/OrOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/PlusOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/PrimitiveObjects.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/PropertySuffix.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/RelationalOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/StringLiteral.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/UnaryMinusOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/UnaryOperator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/UnaryOperatorExpression.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/ValueSuffix.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/VariableResolver.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/Bean1.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/Bean2.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/Bean2Editor.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/EvaluationTest.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/PageContextImpl.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/ParserTest.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/StaticFunctionTests.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/Factory.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PrivateBean1a.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PrivateBean2b.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PrivateBean2c.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PrivateBean2d.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PublicBean1.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PublicBean1b.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PublicBean2a.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/jstl/test/beans/PublicInterface2.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/support/ExpressionEvaluator.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/lang/support/ExpressionEvaluatorManager.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/resources/Resources.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/CatchTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ChooseTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/DeclareTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ForEachSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ForTokensSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ImportSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/NullAttributeException.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/OtherwiseTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/OutSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ParamParent.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/ParamSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/RedirectSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/RemoveTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/SetSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/UrlSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/Util.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/core/WhenTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/BundleSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/FormatDateSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/FormatNumberSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/MessageSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/ParamSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/ParseDateSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/ParseNumberSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/RequestEncodingSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/SetBundleSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/SetLocaleSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/SetTimeZoneSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/fmt/TimeZoneSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/DataSourceUtil.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/DataSourceWrapper.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/DateParamTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/DriverTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/ParamTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/ResultImpl.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/SetDataSourceTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/TransactionTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/UpdateTagSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/ExprSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/ForEachTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/IfTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/JSTLPrefixResolver.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/JSTLXPathAPI.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/ParamSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/ParseSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/SetTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/TransformSupport.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/UnresolvableException.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/WhenTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/xml/XPathUtil.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/ExpressionUtil.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/ForEachTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/ForTokensTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/IfTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/ImportTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/OutTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/RedirectTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/SetTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/UrlTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/core/WhenTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/BundleTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/FormatDateTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/FormatNumberTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/MessageTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/ParseDateTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/ParseNumberTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/RequestEncodingTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/SetBundleTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/SetLocaleTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/SetTimeZoneTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/fmt/TimeZoneTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/sql/DateParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/sql/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/sql/QueryTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/sql/SetDataSourceTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/sql/TransactionTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/sql/UpdateTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/xml/ExprTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/xml/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/xml/ParseTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/el/xml/TransformTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/ForEachTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/ForTokensTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/IfTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/ImportTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/OutTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/RedirectTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/SetTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/UrlTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/core/WhenTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/BundleTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/FormatDateTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/FormatNumberTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/MessageTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/ParseDateTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/ParseNumberTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/RequestEncodingTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/SetBundleTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/SetLocaleTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/SetTimeZoneTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/fmt/TimeZoneTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/sql/DateParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/sql/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/sql/QueryTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/sql/SetDataSourceTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/sql/TransactionTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/sql/UpdateTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/xml/ExprTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/xml/ParamTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/xml/ParseTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/rt/xml/TransformTag.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tei/DeclareTEI.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tei/ForEachTEI.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tei/ImportTEI.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tei/Util.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tei/XmlParseTEI.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tei/XmlTransformTEI.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tlv/JstlBaseTLV.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tlv/JstlCoreTLV.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tlv/JstlFmtTLV.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tlv/JstlSqlTLV.java
    jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tlv/JstlXmlTLV.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/TestVersion.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/functions/TestEndsWith.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test34109.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/Test37466.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/core/TestSetTag.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/fmt/TestDateTag.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/sql/Test33054.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test30068.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/tag/el/xml/Test35216.java
    jakarta/taglibs/proper/standard/trunk/test/org/apache/taglibs/standard/testutil/TestUtil.java

Modified: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Address.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Address.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Address.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Address.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customer.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customer.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customer.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customer.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customers.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customers.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customers.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/beans/Customers.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/startup/Init.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/startup/Init.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/startup/Init.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/startup/Init.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/CustomerFmtTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/CustomerFmtTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/CustomerFmtTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/CustomerFmtTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/DefaultLocaleTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/DefaultLocaleTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/DefaultLocaleTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/DefaultLocaleTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EscapeHtmlTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EscapeHtmlTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EscapeHtmlTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EscapeHtmlTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EvenTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EvenTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EvenTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/EvenTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/FileTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/FileTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/FileTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/FileTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/Functions.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/Functions.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/Functions.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/Functions.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/LocalesTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/LocalesTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/LocalesTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/LocalesTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/NullAttributeException.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/NullAttributeException.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/NullAttributeException.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/NullAttributeException.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/OddTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/OddTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/OddTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/OddTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/ResourceTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/ResourceTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/ResourceTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/ResourceTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/UsCustomerTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/UsCustomerTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/UsCustomerTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/taglib/UsCustomerTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/IOBean.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/IOBean.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/IOBean.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/IOBean.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/ServletResponseWrapperForWriter.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/ServletResponseWrapperForWriter.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/ServletResponseWrapperForWriter.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/ServletResponseWrapperForWriter.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/Util.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/Util.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/Util.java (original)
+++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/util/Util.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/ConditionalTagSupport.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/ConditionalTagSupport.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/ConditionalTagSupport.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/ConditionalTagSupport.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/Config.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/Config.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/Config.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/Config.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagStatus.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagStatus.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagStatus.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagStatus.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagSupport.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagSupport.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagSupport.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/core/LoopTagSupport.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocaleSupport.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocaleSupport.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocaleSupport.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocaleSupport.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocalizationContext.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocalizationContext.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocalizationContext.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/fmt/LocalizationContext.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/Result.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/Result.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/Result.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/Result.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultImpl.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultImpl.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultImpl.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultImpl.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultSupport.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultSupport.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultSupport.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/ResultSupport.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/SQLExecutionTag.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/SQLExecutionTag.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/SQLExecutionTag.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/sql/SQLExecutionTag.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/PermittedTaglibsTLV.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/PermittedTaglibsTLV.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/PermittedTaglibsTLV.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/PermittedTaglibsTLV.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/ScriptFreeTLV.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/ScriptFreeTLV.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/ScriptFreeTLV.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/javax/servlet/jsp/jstl/tlv/ScriptFreeTLV.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/Version.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/Version.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/Version.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/Version.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/BoundedMap.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/BoundedMap.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/BoundedMap.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/BoundedMap.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/IterableMap.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/IterableMap.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/IterableMap.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/IterableMap.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/KeyValue.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/KeyValue.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/KeyValue.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/KeyValue.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/MapIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/MapIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/MapIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/MapIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMap.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMap.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMap.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMap.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  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
+ *  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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMapIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMapIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMapIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/OrderedMapIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  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
+ *  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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/ResettableIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/ResettableIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/ResettableIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/ResettableIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/AbstractEmptyIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/AbstractEmptyIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/AbstractEmptyIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/AbstractEmptyIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyMapIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyMapIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyMapIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyMapIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 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: jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyOrderedIterator.java
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyOrderedIterator.java?rev=602107&r1=602106&r2=602107&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyOrderedIterator.java (original)
+++ jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/extra/collections/iterators/EmptyOrderedIterator.java Fri Dec  7 06:27:35 2007
@@ -1,9 +1,10 @@
 /*
- *  Copyright 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
  *



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