You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/10/12 18:10:50 UTC

svn commit: r463298 [1/11] - in /jakarta/velocity/engine/trunk: ./ build/ build/xsl/ convert/ examples/anakia/build/ examples/anakia/xdocs/ examples/anakia/xdocs/about/ examples/anakia/xdocs/stylesheets/ examples/app_example1/ examples/app_example2/ ex...

Author: henning
Date: Thu Oct 12 09:10:32 2006
New Revision: 463298

URL: http://svn.apache.org/viewvc?view=rev&rev=463298
Log:
The folks over in li-la-legal land require all projects releasing
after Nov 1st to update file headers to the new and approved policy 
at http://www.apache.org/legal/src-headers.html 

Fixes VELOCITY-462. 

Changes > 400 files. Will is asleep, so let's do it. :-)


Modified:
    jakarta/velocity/engine/trunk/build/build.properties
    jakarta/velocity/engine/trunk/build/build.xml
    jakarta/velocity/engine/trunk/build/download.xml
    jakarta/velocity/engine/trunk/build/test.sh
    jakarta/velocity/engine/trunk/build/testcases.xml
    jakarta/velocity/engine/trunk/build/xsl/xml2pdf.xsl
    jakarta/velocity/engine/trunk/build/xsl/xml2xml.xsl
    jakarta/velocity/engine/trunk/convert/buildcp.bat
    jakarta/velocity/engine/trunk/convert/convert-wm.bat
    jakarta/velocity/engine/trunk/convert/convert-wm.sh
    jakarta/velocity/engine/trunk/examples/anakia/build/build.xml
    jakarta/velocity/engine/trunk/examples/anakia/xdocs/about/index.xml
    jakarta/velocity/engine/trunk/examples/anakia/xdocs/index.xml
    jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/project.xml
    jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/site.vsl
    jakarta/velocity/engine/trunk/examples/app_example1/Example.java
    jakarta/velocity/engine/trunk/examples/app_example1/appendVELCP.bat
    jakarta/velocity/engine/trunk/examples/app_example1/example.bat
    jakarta/velocity/engine/trunk/examples/app_example1/example.sh
    jakarta/velocity/engine/trunk/examples/app_example1/example.vm
    jakarta/velocity/engine/trunk/examples/app_example1/velocity.properties
    jakarta/velocity/engine/trunk/examples/app_example2/Example2.java
    jakarta/velocity/engine/trunk/examples/app_example2/appendVELCP.bat
    jakarta/velocity/engine/trunk/examples/app_example2/example2.bat
    jakarta/velocity/engine/trunk/examples/app_example2/example2.sh
    jakarta/velocity/engine/trunk/examples/app_example2/example2.vm
    jakarta/velocity/engine/trunk/examples/context_example/DBContext.java
    jakarta/velocity/engine/trunk/examples/context_example/DBContextTest.java
    jakarta/velocity/engine/trunk/examples/context_example/TreeMapContext.java
    jakarta/velocity/engine/trunk/examples/context_example/dbcontexttest.sh
    jakarta/velocity/engine/trunk/examples/context_example/dbtest.vm
    jakarta/velocity/engine/trunk/examples/event_example/EventExample.java
    jakarta/velocity/engine/trunk/examples/logger_example/Log4jLoggerExample.java
    jakarta/velocity/engine/trunk/examples/logger_example/LoggerExample.java
    jakarta/velocity/engine/trunk/examples/logger_example/appendVELCP.bat
    jakarta/velocity/engine/trunk/examples/logger_example/logger_example.bat
    jakarta/velocity/engine/trunk/examples/logger_example/logger_example.sh
    jakarta/velocity/engine/trunk/examples/xmlapp_example/XMLTest.java
    jakarta/velocity/engine/trunk/examples/xmlapp_example/appendVELCP.bat
    jakarta/velocity/engine/trunk/examples/xmlapp_example/test.xml
    jakarta/velocity/engine/trunk/examples/xmlapp_example/xml.vm
    jakarta/velocity/engine/trunk/examples/xmlapp_example/xmlapp_example.bat
    jakarta/velocity/engine/trunk/examples/xmlapp_example/xmlapp_example.sh
    jakarta/velocity/engine/trunk/experimental/localdirective/LocalDirective.java
    jakarta/velocity/engine/trunk/experimental/localdirective/foo.vm
    jakarta/velocity/engine/trunk/experimental/localdirective/recurse.vm
    jakarta/velocity/engine/trunk/experimental/localdirective/velocity.properties
    jakarta/velocity/engine/trunk/experimental/templatetool/TemplateTool.java
    jakarta/velocity/engine/trunk/experimental/veltag/build.xml
    jakarta/velocity/engine/trunk/experimental/veltag/build_nojjar.xml
    jakarta/velocity/engine/trunk/experimental/veltag/examples/SimpleBean.java
    jakarta/velocity/engine/trunk/experimental/veltag/examples/veltag.tld
    jakarta/velocity/engine/trunk/experimental/veltag/examples/veltest.jsp
    jakarta/velocity/engine/trunk/experimental/veltag/index.html
    jakarta/velocity/engine/trunk/experimental/veltag/repository.xml
    jakarta/velocity/engine/trunk/experimental/veltag/src/java/org/apache/taglibs/velocity/JSPContext.java
    jakarta/velocity/engine/trunk/experimental/veltag/src/java/org/apache/taglibs/velocity/ScopeTool.java
    jakarta/velocity/engine/trunk/experimental/veltag/src/java/org/apache/taglibs/velocity/VelocityTag.java
    jakarta/velocity/engine/trunk/maven.xml
    jakarta/velocity/engine/trunk/project.properties
    jakarta/velocity/engine/trunk/project.xml
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/Template.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/VelocityContext.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/AnakiaElement.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/AnakiaJDOMFactory.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/AnakiaTask.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/Escape.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/NodeList.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/OutputWrapper.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/TreeWalker.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/XPathCache.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/anakia/XPathTool.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/FieldMethodizer.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/Velocity.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/VelocityEngine.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/EventCartridge.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/EventHandler.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/EventHandlerMethodExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/EventHandlerUtil.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/IncludeEventHandler.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/InvalidReferenceEventHandler.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/MethodExceptionEventHandler.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/NullSetEventHandler.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/ReferenceInsertionEventHandler.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/EscapeHtmlReference.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/EscapeJavaScriptReference.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/EscapeReference.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/EscapeSqlReference.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/EscapeXmlReference.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/IncludeNotFound.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/IncludeRelativePath.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/InvalidReferenceInfo.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/PrintExceptions.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/tools/VelocityFormatter.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/AbstractContext.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/Context.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/InternalContextAdapter.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/InternalContextAdapterImpl.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/InternalContextBase.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/InternalEventContext.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/InternalHousekeepingContext.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/InternalWrapperContext.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/VMContext.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/convert/WebMacro.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/ExtendedParseException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/MethodInvocationException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/ParseErrorException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/ResourceNotFoundException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/VelocityException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/io/VelocityWriter.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/ParserPool.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/ParserPoolImpl.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/Runtime.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeLogger.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeSingleton.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/VelocimacroFactory.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/VelocimacroManager.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/defaults/directive.properties
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/defaults/velocity.properties
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Directive.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/DirectiveConstants.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Foreach.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Include.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/InputBase.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Literal.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Macro.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/MacroParseException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Parse.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/VMProxyArg.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/VelocimacroProxy.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/exception/ReferenceException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/AvalonLogChute.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/AvalonLogSystem.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/HoldingLogChute.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/JdkLogChute.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/Log.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/Log4JLogChute.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/Log4JLogSystem.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/LogChute.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/LogChuteSystem.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/LogDisplayWrapper.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/LogManager.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/LogSystem.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/NullLogChute.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/NullLogSystem.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/PrimordialLogSystem.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/RuntimeLoggerLog.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/SystemLogChute.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/log/VelocityFormatter.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/Parser.jj
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/ParserVisitor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/TemplateParseException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/VelocityCharStream.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/build.sh
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTAddNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTAndNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTAssignment.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTBlock.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTComment.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTDirective.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTDivNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTEQNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTElseIfStatement.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTElseStatement.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTEscape.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTEscapedDirective.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTExpression.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTFalse.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTGENode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTGTNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTIdentifier.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTIfStatement.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTIncludeStatement.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTIntegerLiteral.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTIntegerRange.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTLENode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTLTNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTMap.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTMethod.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTModNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTMulNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTNENode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTNotNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTObjectArray.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTOrNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTParameters.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTReference.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTSetDirective.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTStop.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTStringLiteral.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTSubtractNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTText.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTTrue.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTVariable.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTWord.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTprocess.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/AbstractExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/GetExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/MapGetExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/MapSetExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/MathUtils.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/Node.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/NodeUtils.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/PropertyExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/PutExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/SetExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/SetPropertyExecutor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/SimpleNode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ContentResource.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/Resource.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceCache.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceCacheImpl.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceFactory.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManager.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/FileResourceLoader.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/JarHolder.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/JarResourceLoader.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/loader/URLResourceLoader.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/visitor/BaseVisitor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/visitor/NodeViewMode.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/visitor/VMReferenceMungeVisitor.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/servlet/VelocityServlet.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/Generator.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/ant/TexenTask.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/defaults/texen.properties
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/util/FileUtil.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/util/PropertiesUtil.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/ArrayIterator.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/ClassUtils.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/ContextAware.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/EnumerationIterator.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/ExceptionUtils.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/RuntimeServicesAware.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/SimplePool.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/StringUtils.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/TemplateNumber.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/ClassMap.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Info.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/IntrospectionCacheData.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/IntrospectorBase.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/MethodMap.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorControl.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/SecureUberspector.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Uberspect.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/UberspectImpl.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/UberspectLoggable.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/VelMethod.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/VelPropertyGet.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/VelPropertySet.java
    jakarta/velocity/engine/trunk/src/parser/Parser.jjt
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/AnakiaTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ArithmeticTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/BaseTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/BuiltInEventHandlerTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ClassloaderChangeTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ClasspathResourceTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/CommonsExtPropTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ContextSafetyTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EncodingTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ExceptionTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ExternalLoggerTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/FilteredEventHandlingTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ForeachTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/IncludeErrorTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/IncludeEventHandlingTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/InfoTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/InlineScopeVMTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/IntrospectionCacheDataTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/Introspector2TestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/Introspector3TestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/IntrospectorTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/InvalidEventHandlerTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MacroForwardDefineTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MethodCacheKeyTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MethodInvocationExceptionTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MethodOverloadingTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MiscTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MultiLoaderTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MultipleFileResourcePathTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/NumberMethodCallsTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ParseExceptionTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ParserTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ResourceCachingTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/ResourceLoaderInstanceTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/SecureIntrospectionTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/SetTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/TemplateTestBase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/TemplateTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/TemplateTestSuite.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/TestBaseTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/TexenClasspathTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/TexenTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/UberspectorTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VelocimacroTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VelocityAppTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VelocityServletTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/WrappedExceptionTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/eventhandler/Handler1.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/eventhandler/Handler2.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/misc/ExceptionGeneratingDirective.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/misc/ExceptionGeneratingEventHandler.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/misc/ExceptionGeneratingResourceLoader.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/misc/GetPutObject.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/misc/UberspectTestException.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/misc/UberspectTestImpl.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/misc/UberspectorTestObject.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/BoolObj.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/Child.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/ForeachMethodCallHelper.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/NullToStringObject.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/NumberMethods.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/Person.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/TestNumber.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/provider/TestProvider.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/sql/BaseSQLTest.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/sql/DataSourceResourceLoaderTestCase.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/sql/HsqlDB.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/sql/HsqlDataSource.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/view/TemplateNodeView.java
    jakarta/velocity/engine/trunk/src/test/org/apache/velocity/util/SimplePoolTestCase.java
    jakarta/velocity/engine/trunk/test/anakia/compare/index.html
    jakarta/velocity/engine/trunk/test/anakia/velocity.properties
    jakarta/velocity/engine/trunk/test/anakia/xdocs/index.xml
    jakarta/velocity/engine/trunk/test/anakia/xdocs/stylesheets/customContext.xml
    jakarta/velocity/engine/trunk/test/anakia/xdocs/stylesheets/project.xml
    jakarta/velocity/engine/trunk/test/anakia/xdocs/stylesheets/site.vsl
    jakarta/velocity/engine/trunk/test/anakia/xdocs/stylesheets/site_contexts.vsl
    jakarta/velocity/engine/trunk/test/classloader/Foo.java
    jakarta/velocity/engine/trunk/test/configuration/include1.properties
    jakarta/velocity/engine/trunk/test/configuration/include2.properties
    jakarta/velocity/engine/trunk/test/configuration/test-config.properties
    jakarta/velocity/engine/trunk/test/ds/create-db.sql
    jakarta/velocity/engine/trunk/test/macroforwarddefine/velocity.properties
    jakarta/velocity/engine/trunk/test/misc/compile.sh
    jakarta/velocity/engine/trunk/test/misc/dump.sh
    jakarta/velocity/engine/trunk/test/misc/test.sh
    jakarta/velocity/engine/trunk/test/templates/templates.properties
    jakarta/velocity/engine/trunk/test/texen-classpath/compare/TurbineWeather.java
    jakarta/velocity/engine/trunk/test/texen-classpath/compare/TurbineWeatherService.java
    jakarta/velocity/engine/trunk/test/texen-classpath/compare/WeatherService.java
    jakarta/velocity/engine/trunk/test/texen-classpath/jar-contents/license.txt
    jakarta/velocity/engine/trunk/test/texen-classpath/jar-contents/service.props
    jakarta/velocity/engine/trunk/test/texen-classpath/jar-contents/test.props
    jakarta/velocity/engine/trunk/test/texen-classpath/mkjar.sh
    jakarta/velocity/engine/trunk/test/texen-classpath/test.jar
    jakarta/velocity/engine/trunk/test/texen/additional.props
    jakarta/velocity/engine/trunk/test/texen/compare/TurbineWeather.java
    jakarta/velocity/engine/trunk/test/texen/compare/TurbineWeatherService.java
    jakarta/velocity/engine/trunk/test/texen/compare/WeatherService.java
    jakarta/velocity/engine/trunk/test/texen/license.txt
    jakarta/velocity/engine/trunk/test/texen/service.props
    jakarta/velocity/engine/trunk/test/texen/templates/test.props
    jakarta/velocity/engine/trunk/whiteboard/daveb/ContextTool.java
    jakarta/velocity/engine/trunk/whiteboard/daveb/ContextWithTools.java
    jakarta/velocity/engine/trunk/whiteboard/daveb/ToolOne.java
    jakarta/velocity/engine/trunk/whiteboard/daveb/ToolTest.java
    jakarta/velocity/engine/trunk/whiteboard/daveb/ToolTwo.java
    jakarta/velocity/engine/trunk/whiteboard/daveb/build.sh
    jakarta/velocity/engine/trunk/whiteboard/daveb/dajarred/Example.java
    jakarta/velocity/engine/trunk/whiteboard/daveb/dajarred/build.sh
    jakarta/velocity/engine/trunk/whiteboard/daveb/dajarred/build.xml
    jakarta/velocity/engine/trunk/whiteboard/daveb/dajarred/velocity.properties
    jakarta/velocity/engine/trunk/whiteboard/daveb/myprops.properties
    jakarta/velocity/engine/trunk/whiteboard/daveb/pdfvsl/build.sh
    jakarta/velocity/engine/trunk/whiteboard/daveb/pdfvsl/build.xml
    jakarta/velocity/engine/trunk/whiteboard/daveb/pdfvsl/pdfsite.vsl
    jakarta/velocity/engine/trunk/whiteboard/daveb/pdfvsl/velocity.properties
    jakarta/velocity/engine/trunk/whiteboard/daveb/testtool.sh
    jakarta/velocity/engine/trunk/whiteboard/daveb/testtool.vm
    jakarta/velocity/engine/trunk/whiteboard/geir/Delay.java
    jakarta/velocity/engine/trunk/whiteboard/geir/InstanceExample.java
    jakarta/velocity/engine/trunk/whiteboard/geir/Local.java
    jakarta/velocity/engine/trunk/whiteboard/geir/delay.properties
    jakarta/velocity/engine/trunk/whiteboard/geir/geir.vm
    jakarta/velocity/engine/trunk/whiteboard/geir/geir1.vm
    jakarta/velocity/engine/trunk/whiteboard/geir/geir2.vm
    jakarta/velocity/engine/trunk/whiteboard/geir/geir3.vm
    jakarta/velocity/engine/trunk/whiteboard/geir/geir5.vm
    jakarta/velocity/engine/trunk/whiteboard/geir/geir8.vm
    jakarta/velocity/engine/trunk/whiteboard/geir/test.sh
    jakarta/velocity/engine/trunk/whiteboard/geir/velocity.properties
    jakarta/velocity/engine/trunk/whiteboard/henning/jdk14/EscapeReference.java
    jakarta/velocity/engine/trunk/whiteboard/henning/jdk15/src/java/org/apache/velocity/util/introspection/JDK15UberspectImpl.java
    jakarta/velocity/engine/trunk/whiteboard/henning/jdk15/src/test/org/apache/velocity/util/introspection/JDK15UberspectTestCase.java
    jakarta/velocity/engine/trunk/whiteboard/henning/using_ivy/build.properties
    jakarta/velocity/engine/trunk/whiteboard/henning/using_ivy/build.xml
    jakarta/velocity/engine/trunk/whiteboard/henning/using_ivy/ivy.xml
    jakarta/velocity/engine/trunk/xdocs/anakia.xml
    jakarta/velocity/engine/trunk/xdocs/build.xml
    jakarta/velocity/engine/trunk/xdocs/changes.xml
    jakarta/velocity/engine/trunk/xdocs/changes14.xml
    jakarta/velocity/engine/trunk/xdocs/committers.xml
    jakarta/velocity/engine/trunk/xdocs/developer-guide.xml
    jakarta/velocity/engine/trunk/xdocs/docs/anakia.xml
    jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml
    jakarta/velocity/engine/trunk/xdocs/docs/license.xml
    jakarta/velocity/engine/trunk/xdocs/docs/texen.xml
    jakarta/velocity/engine/trunk/xdocs/docs/user-guide.xml
    jakarta/velocity/engine/trunk/xdocs/docs/veltag.xml
    jakarta/velocity/engine/trunk/xdocs/docs/vtl-reference-guide.xml
    jakarta/velocity/engine/trunk/xdocs/getting-started.xml
    jakarta/velocity/engine/trunk/xdocs/index.xml
    jakarta/velocity/engine/trunk/xdocs/jar-dependencies.xml
    jakarta/velocity/engine/trunk/xdocs/license.xml
    jakarta/velocity/engine/trunk/xdocs/overview.xml
    jakarta/velocity/engine/trunk/xdocs/site.css
    jakarta/velocity/engine/trunk/xdocs/stylesheets/maven-velocity.css
    jakarta/velocity/engine/trunk/xdocs/stylesheets/project-website.xml
    jakarta/velocity/engine/trunk/xdocs/stylesheets/project.xml
    jakarta/velocity/engine/trunk/xdocs/stylesheets/site.vsl
    jakarta/velocity/engine/trunk/xdocs/stylesheets/wiki.vsl
    jakarta/velocity/engine/trunk/xdocs/texen.xml
    jakarta/velocity/engine/trunk/xdocs/translations/user-guide_es.xml
    jakarta/velocity/engine/trunk/xdocs/translations/user-guide_fi.xml
    jakarta/velocity/engine/trunk/xdocs/translations/user-guide_fr.xml
    jakarta/velocity/engine/trunk/xdocs/user-guide.xml
    jakarta/velocity/engine/trunk/xdocs/veltag.xml
    jakarta/velocity/engine/trunk/xdocs/vtl-reference-guide.xml
    jakarta/velocity/engine/trunk/xdocs/webapps.xml

Modified: jakarta/velocity/engine/trunk/build/build.properties
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/build.properties?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/build/build.properties (original)
+++ jakarta/velocity/engine/trunk/build/build.properties Thu Oct 12 09:10:32 2006
@@ -1,16 +1,19 @@
-# Copyright 2000-2005 The Apache Software Foundation.
+# 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
 #
-# 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
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.    
 
 #
 # This file is used by build.xml and testcases.xml

Modified: jakarta/velocity/engine/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/build.xml?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/build/build.xml (original)
+++ jakarta/velocity/engine/trunk/build/build.xml Thu Oct 12 09:10:32 2006
@@ -1,19 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
- Copyright 2000-2005 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 
 <!-- Build file for Velocity -->

Modified: jakarta/velocity/engine/trunk/build/download.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/download.xml?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/build/download.xml (original)
+++ jakarta/velocity/engine/trunk/build/download.xml Thu Oct 12 09:10:32 2006
@@ -1,19 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
- Copyright 2000-2005 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 
 <!--

Modified: jakarta/velocity/engine/trunk/build/test.sh
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/test.sh?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/build/test.sh (original)
+++ jakarta/velocity/engine/trunk/build/test.sh Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
-#!/bin/sh
+# !/bin/sh
 
-# Copyright 2000-2006 The Apache Software Foundation.
+# 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
 #
-# 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
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.    
 
 # ----------------------------------------------
 # Script for running individual velocity tests.

Modified: jakarta/velocity/engine/trunk/build/testcases.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/testcases.xml?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/build/testcases.xml (original)
+++ jakarta/velocity/engine/trunk/build/testcases.xml Thu Oct 12 09:10:32 2006
@@ -1,19 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
- Copyright 2000-2005 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 
 <!-- Legacy Testcases for Velocity. See notes at the top

Modified: jakarta/velocity/engine/trunk/build/xsl/xml2pdf.xsl
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/xsl/xml2pdf.xsl?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/build/xsl/xml2pdf.xsl (original)
+++ jakarta/velocity/engine/trunk/build/xsl/xml2pdf.xsl Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0"?>
 <!--
- Copyright 2000-2006 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 
 <!--    XSLT stylesheet to convert the Fop documentation collected in one xml file into a fo file

Modified: jakarta/velocity/engine/trunk/build/xsl/xml2xml.xsl
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/xsl/xml2xml.xsl?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/build/xsl/xml2xml.xsl (original)
+++ jakarta/velocity/engine/trunk/build/xsl/xml2xml.xsl Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0"?>
 <!--
- Copyright 2000-2006 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

Modified: jakarta/velocity/engine/trunk/convert/buildcp.bat
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/convert/buildcp.bat?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/convert/buildcp.bat (original)
+++ jakarta/velocity/engine/trunk/convert/buildcp.bat Thu Oct 12 09:10:32 2006
@@ -1,16 +1,19 @@
 @echo off
-rem Copyright 2000-2006 The Apache Software Foundation.
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
 rem
-rem Licensed under the Apache License, Version 2.0 (the "License")
-rem you may not use this file except in compliance with the License.
-rem You may obtain a copy of the License at
+rem   http://www.apache.org/licenses/LICENSE-2.0
 rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.    
 
 set CLASSPATH=%CLASSPATH%;%1

Modified: jakarta/velocity/engine/trunk/convert/convert-wm.bat
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/convert/convert-wm.bat?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/convert/convert-wm.bat (original)
+++ jakarta/velocity/engine/trunk/convert/convert-wm.bat Thu Oct 12 09:10:32 2006
@@ -1,17 +1,20 @@
 @echo off
-rem Copyright 2000-2006 The Apache Software Foundation.
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
 rem
-rem Licensed under the Apache License, Version 2.0 (the "License")
-rem you may not use this file except in compliance with the License.
-rem You may obtain a copy of the License at
+rem   http://www.apache.org/licenses/LICENSE-2.0
 rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.    
 
 if "%JAVA_HOME%" == "" goto javahomeerror
 if "%1" == "" goto noargserror

Modified: jakarta/velocity/engine/trunk/convert/convert-wm.sh
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/convert/convert-wm.sh?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/convert/convert-wm.sh (original)
+++ jakarta/velocity/engine/trunk/convert/convert-wm.sh Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
-#!/bin/sh
+# !/bin/sh
 
-# Copyright 2000-2006 The Apache Software Foundation.
+# 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
 #
-# 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
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.    
 
 [ -z $1 ] && echo \
           && echo 'Need a template or a directory of templates to convert!' \

Modified: jakarta/velocity/engine/trunk/examples/anakia/build/build.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/anakia/build/build.xml?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/anakia/build/build.xml (original)
+++ jakarta/velocity/engine/trunk/examples/anakia/build/build.xml Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright 2000-2006 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 <project name="build-site" default="docs" basedir=".">
 

Modified: jakarta/velocity/engine/trunk/examples/anakia/xdocs/about/index.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/anakia/xdocs/about/index.xml?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/anakia/xdocs/about/index.xml (original)
+++ jakarta/velocity/engine/trunk/examples/anakia/xdocs/about/index.xml Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright 2000-2006 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 
 <document>

Modified: jakarta/velocity/engine/trunk/examples/anakia/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/anakia/xdocs/index.xml?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/anakia/xdocs/index.xml (original)
+++ jakarta/velocity/engine/trunk/examples/anakia/xdocs/index.xml Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright 2000-2006 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 
 <document>

Modified: jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/project.xml?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/project.xml (original)
+++ jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/project.xml Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
- Copyright 2000-2006 The Apache Software Foundation.
+ 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
 
- 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
 
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.    
 -->
 <project name="Jakarta Site"
         href="http://jakarta.apache.org/">

Modified: jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/site.vsl?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/site.vsl (original)
+++ jakarta/velocity/engine/trunk/examples/anakia/xdocs/stylesheets/site.vsl Thu Oct 12 09:10:32 2006
@@ -1,16 +1,19 @@
-## Copyright 2000-2006 The Apache Software Foundation.
+## 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
 ##
-## 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
 ##
-##     http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.    
 <!-- Content Stylesheet for Site -->
 
     ## Defined variables

Modified: jakarta/velocity/engine/trunk/examples/app_example1/Example.java
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example1/Example.java?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example1/Example.java (original)
+++ jakarta/velocity/engine/trunk/examples/app_example1/Example.java Thu Oct 12 09:10:32 2006
@@ -1,17 +1,20 @@
 /*
- * Copyright 2000-2004 The Apache Software Foundation.
+ * 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
  *
- * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
  */
 
 import org.apache.velocity.app.Velocity;

Modified: jakarta/velocity/engine/trunk/examples/app_example1/appendVELCP.bat
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example1/appendVELCP.bat?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example1/appendVELCP.bat (original)
+++ jakarta/velocity/engine/trunk/examples/app_example1/appendVELCP.bat Thu Oct 12 09:10:32 2006
@@ -1,15 +1,19 @@
-rem Copyright 2000-2006 The Apache Software Foundation.
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
 rem
-rem Licensed under the Apache License, Version 2.0 (the "License")
-rem you may not use this file except in compliance with the License.
-rem You may obtain a copy of the License at
+rem   http://www.apache.org/licenses/LICENSE-2.0
 rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.    
 
 set VELCP=%VELCP%;%1

Modified: jakarta/velocity/engine/trunk/examples/app_example1/example.bat
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example1/example.bat?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example1/example.bat (original)
+++ jakarta/velocity/engine/trunk/examples/app_example1/example.bat Thu Oct 12 09:10:32 2006
@@ -1,17 +1,20 @@
 @echo off
-rem Copyright 2000-2006 The Apache Software Foundation.
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
 rem
-rem Licensed under the Apache License, Version 2.0 (the "License")
-rem you may not use this file except in compliance with the License.
-rem You may obtain a copy of the License at
+rem   http://www.apache.org/licenses/LICENSE-2.0
 rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.    
 
 set VELCP=.
 

Modified: jakarta/velocity/engine/trunk/examples/app_example1/example.sh
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example1/example.sh?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example1/example.sh (original)
+++ jakarta/velocity/engine/trunk/examples/app_example1/example.sh Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
-#!/bin/sh
+# !/bin/sh
 
-# Copyright 2000-2006 The Apache Software Foundation.
+# 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
 #
-# 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
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.    
 
 echo "Running Example with input file 'example.vm'"
 

Modified: jakarta/velocity/engine/trunk/examples/app_example1/example.vm
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example1/example.vm?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example1/example.vm (original)
+++ jakarta/velocity/engine/trunk/examples/app_example1/example.vm Thu Oct 12 09:10:32 2006
@@ -1,17 +1,19 @@
-## Copyright 2000-2006 The Apache Software Foundation.
+## 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
 ##
-## 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
 ##
-##     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.
-## This is an example velocity template
+## 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.    
 
 #set( $this = "Velocity")
 

Modified: jakarta/velocity/engine/trunk/examples/app_example1/velocity.properties
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example1/velocity.properties?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example1/velocity.properties (original)
+++ jakarta/velocity/engine/trunk/examples/app_example1/velocity.properties Thu Oct 12 09:10:32 2006
@@ -1,25 +1,18 @@
-# Copyright 2000-2006 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.
-#
-# This is a simple example of a velocity properties file.
-#
-# Any property that is not listed here will have it's default
-# value used.  The default values are located in :
-#  *  src/java/org/apache/velocity/runtime/default/velocity.defaults
-#  *  http://jakarta.apache.org/velocity/developer-guide.html
-#
-# as an example, we are changing the name of the velocity log
-#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.    
 runtime.log = velocity_example.log
 

Modified: jakarta/velocity/engine/trunk/examples/app_example2/Example2.java
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example2/Example2.java?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example2/Example2.java (original)
+++ jakarta/velocity/engine/trunk/examples/app_example2/Example2.java Thu Oct 12 09:10:32 2006
@@ -1,17 +1,20 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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
  *
- * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
  */
 
 import java.io.StringWriter;

Modified: jakarta/velocity/engine/trunk/examples/app_example2/appendVELCP.bat
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example2/appendVELCP.bat?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example2/appendVELCP.bat (original)
+++ jakarta/velocity/engine/trunk/examples/app_example2/appendVELCP.bat Thu Oct 12 09:10:32 2006
@@ -1,15 +1,19 @@
-rem Copyright 2000-2006 The Apache Software Foundation.
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
 rem
-rem Licensed under the Apache License, Version 2.0 (the "License")
-rem you may not use this file except in compliance with the License.
-rem You may obtain a copy of the License at
+rem   http://www.apache.org/licenses/LICENSE-2.0
 rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.    
 
 set VELCP=%VELCP%;%1

Modified: jakarta/velocity/engine/trunk/examples/app_example2/example2.bat
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example2/example2.bat?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example2/example2.bat (original)
+++ jakarta/velocity/engine/trunk/examples/app_example2/example2.bat Thu Oct 12 09:10:32 2006
@@ -1,18 +1,20 @@
 @echo off
-
-rem Copyright 2000-2006 The Apache Software Foundation.
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
 rem
-rem Licensed under the Apache License, Version 2.0 (the "License")
-rem you may not use this file except in compliance with the License.
-rem You may obtain a copy of the License at
+rem   http://www.apache.org/licenses/LICENSE-2.0
 rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+em specific language governing permissions and limitations
+rem under the License.    
 
 set VELCP=.
 

Modified: jakarta/velocity/engine/trunk/examples/app_example2/example2.sh
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example2/example2.sh?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example2/example2.sh (original)
+++ jakarta/velocity/engine/trunk/examples/app_example2/example2.sh Thu Oct 12 09:10:32 2006
@@ -1,18 +1,21 @@
-#!/bin/sh
+# !/bin/sh
 
-# Copyright 2000-2006 The Apache Software Foundation.
+# 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
 #
-# 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
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.    
 
 _VELCP=.
 

Modified: jakarta/velocity/engine/trunk/examples/app_example2/example2.vm
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/examples/app_example2/example2.vm?view=diff&rev=463298&r1=463297&r2=463298
==============================================================================
--- jakarta/velocity/engine/trunk/examples/app_example2/example2.vm (original)
+++ jakarta/velocity/engine/trunk/examples/app_example2/example2.vm Thu Oct 12 09:10:32 2006
@@ -1,14 +1,17 @@
-## Copyright 2000-2006 The Apache Software Foundation.
+## 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
 ##
-## 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
 ##
-##     http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.    
 Hello from $name in the $project project.



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