You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ma...@apache.org on 2009/12/27 19:18:40 UTC

svn commit: r894090 [1/7] - in /struts/xwork/trunk: assembly/src/main/assembly/ core/src/main/java/com/opensymphony/xwork2/ core/src/main/java/com/opensymphony/xwork2/config/ core/src/main/java/com/opensymphony/xwork2/config/entities/ core/src/main/jav...

Author: martinc
Date: Sun Dec 27 18:18:29 2009
New Revision: 894090

URL: http://svn.apache.org/viewvc?rev=894090&view=rev
Log:
Update XWork to Apache License 2.0.

Modified:
    struts/xwork/trunk/assembly/src/main/assembly/all.xml
    struts/xwork/trunk/assembly/src/main/assembly/java14.xml
    struts/xwork/trunk/assembly/src/main/assembly/lib.xml
    struts/xwork/trunk/assembly/src/main/assembly/src.xml
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Action.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionChainResult.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionContext.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionEventListener.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionInvocation.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxy.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxyFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionInvocation.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxy.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxyFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultTextProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultUnknownHandlerManager.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/InvalidMetadataException.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/LocaleProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/MockActionInvocation.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ModelDriven.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ObjectFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Preparable.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ResourceBundleTextProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Result.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TestNGXWorkTestCase.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderSupport.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Unchainable.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandler.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandlerManager.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Validateable.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAware.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWork.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkException.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkMessages.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkTestCase.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/Configuration.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationException.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ContainerProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/PackageProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ReferenceResolverException.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/RuntimeConfiguration.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ActionConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ExceptionMappingConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorListHolder.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorMapping.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorStackConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/PackageConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/Parameterizable.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/UnknownHandlerConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/MockConfiguration.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatch.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatcher.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/InterceptorBuilder.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlHelper.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/TypeConversionException.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/Conversion.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionRule.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionType.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/TypeConversion.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/AnnotationXWorkConverter.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/DefaultObjectTypeDeterminer.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/EnumTypeConverter.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/GenericsObjectTypeDeterminer.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/InstantiatingNullHandler.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkConverter.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/metadata/ConversionDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AbstractInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AliasInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionHolder.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/Interceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/LoggingInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptorUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ModelDrivenInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/NoParameters.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterNameAware.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PreResultListener.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrefixMethodInvocationUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrepareInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDriven.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDrivenInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/StaticParametersInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/TimerInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/annotations/After.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/annotations/AnnotationWorkflowInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/annotations/Before.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/annotations/BeforeResult.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/annotations/InputConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/mock/MockActionInvocation.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/mock/MockActionProxy.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/mock/MockInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/mock/MockObjectTypeDeterminer.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/mock/MockResult.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/ObjectProxy.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlTypeConverterWrapper.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlValueStackFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/SecurityMemberAccess.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/XWorkTypeConverterWrapper.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/CompoundRootAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/ObjectProxyPropertyAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkEnumerationAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkIteratorPropertyAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkMapPropertyAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkMethodAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkObjectPropertyAccessor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/spring/SpringObjectFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/spring/SpringProxyableObjectFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/spring/interceptor/ActionAutowiringInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/AnnotationUtils.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/ArrayUtils.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/ClassLoaderUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/CompoundRoot.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/CreateIfNull.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/Element.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/FileManager.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/Key.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/KeyProperty.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/LocalizedTextUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/NamedVariablePatternMatcher.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/TextParseUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/URLUtil.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/ValueStack.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/ValueStackFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/XWorkList.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/XWorkTestCaseHelper.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/classloader/FileResourceStore.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/classloader/JarResourceStore.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/classloader/ReloadingClassLoader.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/classloader/ResourceStore.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/classloader/ResourceStoreClassLoader.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/finder/ClassFinder.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/finder/ClassLoaderInterface.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/finder/ClassLoaderInterfaceDelegate.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/finder/ResourceFinder.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/finder/Test.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/finder/UrlSet.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/logging/Logger.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/logging/LoggerFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/logging/LoggerUtils.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/logging/commons/CommonsLogger.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/logging/commons/CommonsLoggerFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/logging/jdk/JdkLogger.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/logging/jdk/JdkLoggerFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/util/reflection/ReflectionContextState.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/ActionValidatorManager.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/AnnotationActionValidatorManager.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/AnnotationValidationConfigurationBuilder.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/DefaultActionValidatorManager.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/DefaultValidatorFactory.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/DefaultValidatorFileParser.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/DelegatingValidatorContext.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/FieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/ShortCircuitableValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/ValidationException.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/ValidationInterceptor.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/Validator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/ValidatorConfig.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/ValidatorContext.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/ConversionErrorFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/CustomValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/DateRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/DoubleRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/EmailValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/ExpressionValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/FieldExpressionValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/IntRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/RegexFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/RequiredFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/RequiredStringValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/StringLengthFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/UrlValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/Validation.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/ValidationParameter.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/Validations.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/ValidatorType.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/annotations/VisitorFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/AbstractFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/ConversionErrorFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/DateRangeFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/DoubleRangeFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/EmailValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/ExpressionValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/FieldExpressionValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/IntRangeFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/RequiredFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/RequiredStringValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/StringLengthFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/URLValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/ValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/metadata/VisitorFieldValidatorDescription.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/AbstractRangeValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/ConversionErrorFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/DateRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/DoubleRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/EmailValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/ExpressionValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/FieldExpressionValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/FieldValidatorSupport.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/IntRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/LongRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/RegexFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/RepopulateConversionErrorFieldValidatorSupport.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/RequiredFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/RequiredStringValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/ShortRangeFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/StringLengthFieldValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/URLValidator.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/ValidatorSupport.java
    struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/validator/validators/VisitorFieldValidator.java
    struts/xwork/trunk/core/src/test/java/PackagelessAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ActionContextTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ActionContextThreadLocalTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ActionInvocationTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ActionNestingTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ActionSupportTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/AnnotatedTestBean.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ChainResultTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/DefaultClasstTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/DefaultTextProviderTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ExternalReferenceAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/Foo.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/LocaleAwareTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ModelDrivenAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ModelDrivenAnnotationAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/NestedAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/SimpleAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/SimpleAnnotationAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/SimpleFooAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/StubValueStack.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/TestBean.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/TestChildBean.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/TestInterceptor.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/TestNGXWorkTestCaseTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/TextProviderSupportTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ValidationOrderAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/VoidResult.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/WildCardResultTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/XWorkExceptionTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/ConfigurationManagerTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/ConfigurationTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/entities/ActionConfigTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/entities/PackageConfigTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/impl/NamespaceMatcherTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/ConfigurationTestBase.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/InterceptorForTestPurpose.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/MockConfigurationProvider.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/PrivateConstructorAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/SomeUnknownHandler.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderInterceptorParamOverridingTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderInterceptorsSpringTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderInterceptorsTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderInvalidFileTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderMultilevelTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderPackagesTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderResultTypesTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderResultsTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderWildCardIncludeTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/conversion/ConversionTestAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/conversion/impl/AnnotationXWorkConverterTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/conversion/impl/FooBarConverter.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/conversion/impl/InstantiatingNullHandlerTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverterTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/conversion/impl/XWorkConverterTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/AliasInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ChainingInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/I18nInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptorUtilTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ModelDrivenInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ParametersInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/PreResultListenerTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/PrefixMethodInvocationUtilTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/PrepareInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ScopedModelDrivenInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/StaticParametersInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/TimerInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/ValidationInterceptorPrefixMethodInvocationTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/annotations/AnnotatedAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/annotations/AnnotationWorkflowInterceptorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/annotations/BaseAnnotatedAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/interceptor/annotations/ShortcircuitedAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlUtilTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlValueStackTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/ognl/SetPropertiesTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/spring/SpringObjectFactoryTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/AnnotationDataAware.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/AnnotationDataAware2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/AnnotationTestBean2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/AnnotationUser.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/AnnotationUserMarker.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/DataAware.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/DataAware2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/Equidae.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/ModelDrivenAction2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/ModelDrivenAnnotationAction2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/SimpleAction2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/SimpleAction3.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/SimpleAnnotationAction2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/SimpleAnnotationAction3.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/TestBean2.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/User.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/test/UserMarker.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/AnnotatedCat.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/Bar.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/Cat.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/ClassLoaderUtilTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/Dog.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/DomHelperTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/Foo.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/FurColor.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/LocalizedTextUtilTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/MyBean.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/MyBeanAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/MyBeanActionTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/NamedVariablePatternMatcherTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/Owner.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/ResolverUtilTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/TextParseUtilTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/Tiger.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/XWorkListTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/location/LocationAttributesTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/profiling/ProfilingTimerBeanTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/util/profiling/UtilTimerStackTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/AnnotationActionValidatorManagerTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/ConversionErrorFieldValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/DateRangeValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/DefaultActionValidatorManagerTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/DefaultValidatorFactoryTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/DefaultValidatorFileParserTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/EmailValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/ExpressionValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/GenericValidatorContext.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/IntRangeValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/LongRangeValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/ModelDrivenValidationTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/RegexFieldValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/RepopulateConversionErrorFieldValidatorSupportTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/ShortRangeValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/SimpleActionValidationTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/StringLengthFieldValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/StringValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/URLValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/VisitorFieldValidatorModelTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/VisitorFieldValidatorTest.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/VisitorValidatorModelAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.java
    struts/xwork/trunk/core/src/test/java/com/opensymphony/xwork2/validator/validators/ValidatorSupportTest.java
    struts/xwork/trunk/docs/wikidocs/XWork2 Hello World Tutorial.html
    struts/xwork/trunk/showcase/src/java/com/opensymphony/xwork2/showcase/PrintToConsoleResult.java
    struts/xwork/trunk/showcase/src/java/com/opensymphony/xwork2/showcase/helloworld/HelloWorldAction.java
    struts/xwork/trunk/showcase/src/java/com/opensymphony/xwork2/showcase/helloworld/HelloWorldTutorial.java

Modified: struts/xwork/trunk/assembly/src/main/assembly/all.xml
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/assembly/src/main/assembly/all.xml?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/assembly/src/main/assembly/all.xml (original)
+++ struts/xwork/trunk/assembly/src/main/assembly/all.xml Sun Dec 27 18:18:29 2009
@@ -1,9 +1,18 @@
 <!--
 /*
- * $Id$
- *
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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.
  */
 -->
 <assembly>

Modified: struts/xwork/trunk/assembly/src/main/assembly/java14.xml
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/assembly/src/main/assembly/java14.xml?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/assembly/src/main/assembly/java14.xml (original)
+++ struts/xwork/trunk/assembly/src/main/assembly/java14.xml Sun Dec 27 18:18:29 2009
@@ -1,9 +1,18 @@
 <!--
 /*
- * $Id$
- *
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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.
  */
 -->
 <assembly>

Modified: struts/xwork/trunk/assembly/src/main/assembly/lib.xml
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/assembly/src/main/assembly/lib.xml?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/assembly/src/main/assembly/lib.xml (original)
+++ struts/xwork/trunk/assembly/src/main/assembly/lib.xml Sun Dec 27 18:18:29 2009
@@ -1,9 +1,18 @@
 <!--
 /*
- * $Id$
- *
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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.
  */
 -->
 <assembly>

Modified: struts/xwork/trunk/assembly/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/assembly/src/main/assembly/src.xml?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/assembly/src/main/assembly/src.xml (original)
+++ struts/xwork/trunk/assembly/src/main/assembly/src.xml Sun Dec 27 18:18:29 2009
@@ -1,9 +1,18 @@
 <!--
 /*
- * $Id$
- *
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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.
  */
 -->
 <assembly>

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Action.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Action.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Action.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Action.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionChainResult.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionChainResult.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionChainResult.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionChainResult.java Sun Dec 27 18:18:29 2009
@@ -1,7 +1,18 @@
 /*
-* Copyright (c) 2002-2006 by OpenSymphony
-* All rights reserved.
-*/
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.opensymphony.xwork2;
 
 import com.opensymphony.xwork2.inject.Inject;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionContext.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionContext.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionContext.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionContext.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionEventListener.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionEventListener.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionEventListener.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionEventListener.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionInvocation.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionInvocation.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionInvocation.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionInvocation.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxy.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxy.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxy.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxy.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxyFactory.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxyFactory.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxyFactory.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionProxyFactory.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionInvocation.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionInvocation.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionInvocation.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionInvocation.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxy.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxy.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxy.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxy.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxyFactory.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxyFactory.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxyFactory.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultActionProxyFactory.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultTextProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultTextProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultTextProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultTextProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultUnknownHandlerManager.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultUnknownHandlerManager.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultUnknownHandlerManager.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/DefaultUnknownHandlerManager.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/InvalidMetadataException.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/InvalidMetadataException.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/InvalidMetadataException.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/InvalidMetadataException.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/LocaleProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/LocaleProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/LocaleProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/LocaleProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/MockActionInvocation.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/MockActionInvocation.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/MockActionInvocation.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/MockActionInvocation.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package com.opensymphony.xwork2;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ModelDriven.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ModelDriven.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ModelDriven.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ModelDriven.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ObjectFactory.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ObjectFactory.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ObjectFactory.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ObjectFactory.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Preparable.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Preparable.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Preparable.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Preparable.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ResourceBundleTextProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ResourceBundleTextProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ResourceBundleTextProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ResourceBundleTextProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Result.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Result.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Result.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Result.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TestNGXWorkTestCase.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TestNGXWorkTestCase.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TestNGXWorkTestCase.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TestNGXWorkTestCase.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderFactory.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderFactory.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderFactory.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderFactory.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderSupport.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderSupport.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderSupport.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/TextProviderSupport.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Unchainable.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Unchainable.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Unchainable.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Unchainable.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package com.opensymphony.xwork2;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandler.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandler.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandler.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandler.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandlerManager.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandlerManager.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandlerManager.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/UnknownHandlerManager.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Validateable.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Validateable.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Validateable.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/Validateable.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAware.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAware.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAware.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAware.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWork.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWork.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWork.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWork.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkException.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkException.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkException.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkException.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkMessages.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkMessages.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkMessages.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkMessages.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.opensymphony.xwork2;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkTestCase.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkTestCase.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkTestCase.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/XWorkTestCase.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package com.opensymphony.xwork2;