You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/06/08 19:51:02 UTC

svn commit: r1348169 [5/6] - in /incubator/flex/trunk: ./ modules/ modules/compiler/ modules/debugger/ modules/fxgutils/ modules/swfutils/ modules/thirdparty/batik/ modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/ modul...

Modified: incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getComputedTextLength.js
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getComputedTextLength.js?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getComputedTextLength.js (original)
+++ incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getComputedTextLength.js Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
     var svgns = "http://www.w3.org/2000/svg";
 
     function show(evt,parent){

Modified: incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getExtentOfChar.js
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getExtentOfChar.js?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getExtentOfChar.js (original)
+++ incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/getExtentOfChar.js Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
     var svgns = "http://www.w3.org/2000/svg";
 
     function show(evt,parent){

Modified: incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/resources/style/style.css
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/resources/style/style.css?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/resources/style/style.css (original)
+++ incubator/flex/trunk/modules/thirdparty/batik/test-resources/org/apache/flex/forks/batik/test/svg/resources/style/style.css Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 body {
   margin: 2em 1em 2em 70px;
   font-family: serif;

Modified: incubator/flex/trunk/modules/thirdparty/velocity/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/build.xml?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/build.xml (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/build.xml Fri Jun  8 17:50:52 2012
@@ -304,6 +304,57 @@
   
   </target>
 
+  <!--====== START additions for Apache Flex =========-->
+
+  <property name="FLEX_LIB" value="${basedir}/../../../lib"/>
+
+  <!--
+    Clone jar-dep and add manifest and LICENSE/NOTICE files.
+    This must be built from the modules build file to get the manifest properties set
+    correctly.
+    
+    FixMe: Since this jar contains other jars what should the manifest and LICENSE/NOTICE files
+    really look like?
+  -->
+  <target name="jar-dep-flex" depends="compile, collections-support">
+         
+    <unzip src="${log.jar}" dest="${build.dest}"/>
+    <unzip src="${oro.jar}" dest="${build.dest}"/>
+ 
+    <delete dir="${build.dest}/meta-inf" quiet="true"/>
+    
+    <mkdir dir="${build.dest}/META-INF"/>
+    <copy file="../LICENSE" todir="${build.dest}/META-INF"/>
+    <copy file="../NOTICE" todir="${build.dest}/META-INF"/>
+
+    <jar jarfile="${FLEX_LIB}/velocity-dep-1.4-flex.jar">
+      <fileset dir="${build.dest}">
+        <exclude name="**/package.html"/>
+        <exclude name="org/apache/flex/forks/velocity/runtime/resource/loader/DataSourceResourceLoader.class"/>
+      </fileset> 
+      <manifest>
+        <attribute name="Sealed" value="${manifest.sealed}"/>
+        <attribute name="Implementation-Title" value="${manifest.Implementation-Title} - Fork of Velocity 1.4"/>
+        <attribute name="Implementation-Version" value="${manifest.Implementation-Version}.${build.number}"/>
+        <attribute name="Implementation-Vendor" value="${manifest.Implementation-Vendor}"/>
+        <attribute name="Implementation-Vendor-Id" value="${manifest.Implementation-Vendor-Id}"/>
+     </manifest>
+    </jar>
+    
+    <copy file="../NOTICE" toFile="${FLEX_LIB}/velocity-dep-1.4-flex-NOTICE" verbose="true"/>
+    <copy file="../LICENSE" toFile="${FLEX_LIB}/velocity-dep-1.4-flex-LICENSE" verbose="true"/>
+    <delete dir="${build.dest}/META-INF"/> 
+  </target>
+
+  <target name="jar-dep-flex-clean" depends="clean"
+    description="cleans files generated by jar-dep-flex">
+    <delete file="${FLEX_LIB}/velocity-dep-1.4-flex.jar" failonerror="false"/>
+    <delete file="${FLEX_LIB}/velocity-dep-1.4-flex-NOTICE" failonerror="false"/>
+    <delete file="${FLEX_LIB}/velocity-dep-1.4-flex-LICENSE" failonerror="false"/>
+  </target>
+
+  <!--====== END additions for Apache Flex =========-->
+
   <!-- =================================================================== -->
   <!-- Compiles the source directory and creates a .jar file               -->
   <!-- that has no included dependencies                                   -->

Modified: incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/jakarta.scm Fri Jun  8 17:50:52 2012
@@ -1,3 +1,18 @@
+; 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.
+
 ; This is a little gimp script for creating the image
 ; headers. You need to edit the last five lines of this
 ; file to suit your needs. Need to add the image flatten,

Modified: incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/test.sh Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #!/bin/sh
+
+# 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.
+
 #----------------------------------------------
 # Script for running individual velocity tests.
 #----------------------------------------------

Modified: incubator/flex/trunk/modules/thirdparty/velocity/build/testcases.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/testcases.xml?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/testcases.xml (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/testcases.xml Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  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.
+-->
 
 <!-- Testcases for Velocity -->
 <project name="main" default="test-all">

Modified: incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2pdf.xsl
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2pdf.xsl?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2pdf.xsl (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2pdf.xsl Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  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.
+-->
 
 <!--    XSLT stylesheet to convert the Fop documentation collected in one xml file into a fo file
         for use in FOP 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2xml.xsl
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2xml.xsl?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2xml.xsl (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/build/xsl/xml2xml.xsl Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  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.
+-->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/app/tools/VelocityFormatter.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/app/tools/VelocityFormatter.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/app/tools/VelocityFormatter.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/app/tools/VelocityFormatter.java Fri Jun  8 17:50:52 2012
@@ -1,59 +1,22 @@
 package org.apache.flex.forks.velocity.app.tools;
 
 /*
- * Copyright (c) 2001 The Java Apache Project.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- *
- * 3. All advertising materials mentioning features or use of this
- *    software must display the following acknowledgment:
- *    "This product includes software developed by the Java Apache
- *    Project for use in the Apache JServ servlet engine project
- *    <http://java.apache.org/>."
- *
- * 4. The names "Apache JServ", "Apache JServ Servlet Engine", "Turbine",
- *    "Apache Turbine", "Turbine Project", "Apache Turbine Project" and
- *    "Java Apache Project" must not be used to endorse or promote products
- *    derived from this software without prior written permission.
- *
- * 5. Products derived from this software may not be called "Apache JServ"
- *    nor may "Apache" nor "Apache JServ" appear in their names without
- *    prior written permission of the Java Apache Project.
- *
- * 6. Redistributions of any form whatsoever must retain the following
- *    acknowledgment:
- *    "This product includes software developed by the Java Apache
- *    Project for use in the Apache JServ servlet engine project
- *    <http://java.apache.org/>."
- *
- * THIS SOFTWARE IS PROVIDED BY THE JAVA APACHE PROJECT "AS IS" AND ANY
- * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE JAVA APACHE PROJECT OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Java Apache Group. For more information
- * on the Java Apache Project and the Apache JServ Servlet Engine project,
- * please see <http://java.apache.org/>.
- *
+ * 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.    
  */
 
 // Java Core Classes

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/configuration/Configuration.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/configuration/Configuration.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/configuration/Configuration.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/configuration/Configuration.java Fri Jun  8 17:50:52 2012
@@ -1,59 +1,22 @@
 package org.apache.flex.forks.velocity.runtime.configuration;
 
 /*
- * Copyright (c) 2001 The Java Apache Project.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- *
- * 3. All advertising materials mentioning features or use of this
- *    software must display the following acknowledgment:
- *    "This product includes software developed by the Java Apache
- *    Project for use in the Apache JServ servlet engine project
- *    <http://java.apache.org/>."
- *
- * 4. The names "Apache JServ", "Apache JServ Servlet Engine", "Turbine",
- *    "Apache Turbine", "Turbine Project", "Apache Turbine Project" and
- *    "Java Apache Project" must not be used to endorse or promote products
- *    derived from this software without prior written permission.
- *
- * 5. Products derived from this software may not be called "Apache JServ"
- *    nor may "Apache" nor "Apache JServ" appear in their names without
- *    prior written permission of the Java Apache Project.
- *
- * 6. Redistributions of any form whatsoever must retain the following
- *    acknowledgment:
- *    "This product includes software developed by the Java Apache
- *    Project for use in the Apache JServ servlet engine project
- *    <http://java.apache.org/>."
- *
- * THIS SOFTWARE IS PROVIDED BY THE JAVA APACHE PROJECT "AS IS" AND ANY
- * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE JAVA APACHE PROJECT OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Java Apache Group. For more information
- * on the Java Apache Project and the Apache JServ Servlet Engine project,
- * please see <http://java.apache.org/>.
- *
+ * 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.    
  */
 
 import java.io.IOException;

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/directive.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/directive.properties?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/directive.properties (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/directive.properties Fri Jun  8 17:50:52 2012
@@ -1,3 +1,18 @@
+# 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.
+
 directive.1=org.apache.flex.forks.velocity.runtime.directive.Foreach
 directive.2=org.apache.flex.forks.velocity.runtime.directive.Include
 directive.3=org.apache.flex.forks.velocity.runtime.directive.Parse

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/velocity.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/velocity.properties?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/velocity.properties (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/defaults/velocity.properties Fri Jun  8 17:50:52 2012
@@ -1,3 +1,18 @@
+# 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.
+
 #----------------------------------------------------------------------------
 # These are the default properties for the
 # Velocity Runtime. These values are used when

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/CharStream.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/CharStream.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/CharStream.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/CharStream.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JavaCC: Do not edit this line. CharStream.java Version 2.1 */
 package org.apache.flex.forks.velocity.runtime.parser;
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/JJTParserState.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/JJTParserState.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/JJTParserState.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/JJTParserState.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JJTree: Do not edit this line. JJTParserState.java */
 
 package org.apache.flex.forks.velocity.runtime.parser;

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParseException.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParseException.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParseException.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParseException.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 2.1 */
 package org.apache.flex.forks.velocity.runtime.parser;
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Parser.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Parser.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Parser.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Parser.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JJTree&JavaCC: Do not edit this line. Parser.java */
 package org.apache.flex.forks.velocity.runtime.parser;
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserConstants.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserConstants.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserConstants.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserConstants.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JJTree&JavaCC: Do not edit this line. ParserConstants.java */
 package org.apache.flex.forks.velocity.runtime.parser;
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTokenManager.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTokenManager.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTokenManager.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTokenManager.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JJTree&JavaCC: Do not edit this line. ParserTokenManager.java */
 package org.apache.flex.forks.velocity.runtime.parser;
 import java.io.*;

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTreeConstants.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTreeConstants.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTreeConstants.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/ParserTreeConstants.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JJTree: Do not edit this line. ParserTreeConstants.java */
 
 package org.apache.flex.forks.velocity.runtime.parser;

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Token.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Token.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Token.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/Token.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JavaCC: Do not edit this line. Token.java Version 2.1 */
 package org.apache.flex.forks.velocity.runtime.parser;
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/TokenMgrError.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/TokenMgrError.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/TokenMgrError.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/TokenMgrError.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 2.1 */
 package org.apache.flex.forks.velocity.runtime.parser;
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/VelocityCharStream.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/VelocityCharStream.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/VelocityCharStream.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/VelocityCharStream.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.flex.forks.velocity.runtime.parser;
 
 /**

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/node/ASTIncludeStatement.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/node/ASTIncludeStatement.java?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/node/ASTIncludeStatement.java (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/runtime/parser/node/ASTIncludeStatement.java Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 /* Generated By:JJTree: Do not edit this line. ASTIncludeStatement.java */
 
 package org.apache.flex.forks.velocity.runtime.parser.node;

Modified: incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/texen/defaults/texen.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/texen/defaults/texen.properties?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/texen/defaults/texen.properties (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/src/java/org/apache/flex/forks/velocity/texen/defaults/texen.properties Fri Jun  8 17:50:52 2012
@@ -1,3 +1,18 @@
+# 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.
+
 path.output=output
 context.objects.strings=org.apache.flex.forks.velocity.util.StringUtils
 context.objects.files=org.apache.flex.forks.velocity.texen.util.FileUtil

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/compare/index.html
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/compare/index.html?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/compare/index.html (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/compare/index.html Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <!-- Content Stylesheet for Site -->
 
         

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/index.xml?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/index.xml (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/index.xml Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 
 <document>
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/stylesheets/project.xml?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/stylesheets/project.xml (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/anakia/xdocs/stylesheets/project.xml Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <project name="Jakarta Site"
         href="http://jakarta.apache.org/">
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include1.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include1.properties?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include1.properties (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include1.properties Fri Jun  8 17:50:52 2012
@@ -1 +1,16 @@
+# 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.
+
 include1.property = somnambulance

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include2.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include2.properties?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include2.properties (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/include2.properties Fri Jun  8 17:50:52 2012
@@ -1 +1,16 @@
+# 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.
+
 include2.property = insomnia

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/test.config
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/test.config?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/test.config (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/configuration/test.config Fri Jun  8 17:50:52 2012
@@ -1,3 +1,18 @@
+# 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.
+
 # ---------------------------------------------------------
 # Make sure that we get these back in the
 # order that they are listed here.

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/misc/compile.sh
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/misc/compile.sh?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/misc/compile.sh (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/misc/compile.sh Fri Jun  8 17:50:52 2012
@@ -1,5 +1,21 @@
 #!/bin/sh
 
+# 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.
+
+
 CLASSPATH=.:../../bin/classes
 
 for jar in ../../build/lib/*.jar

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/misc/dump.sh
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/misc/dump.sh?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/misc/dump.sh (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/misc/dump.sh Fri Jun  8 17:50:52 2012
@@ -1,5 +1,21 @@
 #!/bin/sh
 
+# 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.
+
+
 CLASSPATH=.:../../bin/classes
 
 for jar in ../../build/lib/*.jar

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/misc/test.sh
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/misc/test.sh?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/misc/test.sh (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/misc/test.sh Fri Jun  8 17:50:52 2012
@@ -1,5 +1,21 @@
 #!/bin/sh
 
+# 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.
+
+
 CLASSPATH=.:../../bin/classes
 
 for jar in ../../build/lib/*.jar

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path1/path1.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path1/path1.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path1/path1.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path1/path1.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test path1.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path2/path2.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path2/path2.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path2/path2.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/multi/path2/path2.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test path2.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/path1.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/path1.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/path1.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/multiloader/path1.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test path1.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/VM_global_library.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/VM_global_library.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/VM_global_library.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/VM_global_library.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #macro( quietnull $a)
+#*
+  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.
+*#
 #if($a)$a#end
 #end
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/arithmetic.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/arithmetic.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/arithmetic.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/arithmetic.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #**
+#*
+  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.
+*#
 
 @test arithmetic.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/array.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/array.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/array.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/array.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test array.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/block.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/block.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/block.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/block.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test block.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/comment.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/comment.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/comment.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/comment.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test comment.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/context_safety.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/context_safety.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/context_safety.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/context_safety.vm Fri Jun  8 17:50:52 2012
@@ -1,3 +1,19 @@
 #foreach($a in $vector)
+#*
+  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.
+*#
  $a
 #end

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/diabolical.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/diabolical.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/diabolical.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/diabolical.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test diabolical.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 Thanks to Kent Johnson for this example and the nudge.
+#*
+  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.
+*#
 
 <p>Chinese: 网站登录</p>
 <p>Spanish: niño</p>

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest2.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest2.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest2.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest2.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 This is an example of chinese code encoding:
+#*
+  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.
+*#
 
 #set ($ch = "上网")
 The chinese string is $ch, its length is $ch.length()

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest_KOI8-R.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest_KOI8-R.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest_KOI8-R.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/encodingtest_KOI8-R.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 From - Sat Jun  2 11:47:36 2001
+#*
+  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.
+*#
 Return-Path: <ve...@jakarta.apache.org>
 Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.5.4])
 	by s1.optonline.net (8.10.2/8.10.2) with ESMTP id f4U9uVc26907

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/equality.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/equality.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/equality.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/equality.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test equality.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test escape.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape2.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape2.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape2.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/escape2.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 @test escape2.vm
 
 More interesting cases...

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-array.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-array.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-array.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-array.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test foreach-array.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-introspect.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-introspect.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-introspect.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-introspect.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 ##
+#*
+  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.
+*#
 ## tests a difficult introspection problem -
 ## the iterator is a private inner class
 ##

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-map.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-map.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-map.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-map.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #**
+#*
+  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.
+*#
 
 @test foreach-map.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-method.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-method.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-method.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-method.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test foreach-method.vm
 

Modified: incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-type.vm
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-type.vm?rev=1348169&r1=1348168&r2=1348169&view=diff
==============================================================================
--- incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-type.vm (original)
+++ incubator/flex/trunk/modules/thirdparty/velocity/test/templates/foreach-type.vm Fri Jun  8 17:50:52 2012
@@ -1,4 +1,20 @@
 #*
+#*
+  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.
+*#
 
 @test foreach-type.vm