You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cz...@apache.org on 2013/05/22 15:50:46 UTC

[26/41] added Apache license header

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptEnvironmentBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptEnvironmentBuilder.as b/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptEnvironmentBuilder.as
index 6ea4fb4..c5fa73c 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptEnvironmentBuilder.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptEnvironmentBuilder.as
@@ -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.fluint.uiImpersonation.actionScript {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptVisualTestEnvironment.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptVisualTestEnvironment.as b/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptVisualTestEnvironment.as
index 10b8e19..d23392b 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptVisualTestEnvironment.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/actionScript/ActionScriptVisualTestEnvironment.as
@@ -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.fluint.uiImpersonation.actionScript
 {
 	import flash.display.Sprite;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexEnvironmentBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexEnvironmentBuilder.as b/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexEnvironmentBuilder.as
index 5f49ea3..946170f 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexEnvironmentBuilder.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexEnvironmentBuilder.as
@@ -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.fluint.uiImpersonation.flex {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexMXVisualTestEnvironment.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexMXVisualTestEnvironment.as b/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexMXVisualTestEnvironment.as
index 831e9a3..047694c 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexMXVisualTestEnvironment.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexMXVisualTestEnvironment.as
@@ -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.fluint.uiImpersonation.flex {
 	import org.fluint.uiImpersonation.VisualTestEnvironment;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexSparkVisualTestEnvironment.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexSparkVisualTestEnvironment.as b/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexSparkVisualTestEnvironment.as
index d73600e..7b77fa7 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexSparkVisualTestEnvironment.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/flex/FlexSparkVisualTestEnvironment.as
@@ -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.fluint.uiImpersonation.flex
 {
 	import flash.display.DisplayObject;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AirCIListener/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/FlexUnit4AirCIListener/.actionScriptProperties b/FlexUnit4AirCIListener/.actionScriptProperties
index 6b5a6cf..0c00fc4 100644
--- a/FlexUnit4AirCIListener/.actionScriptProperties
+++ b/FlexUnit4AirCIListener/.actionScriptProperties
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  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.
+-->
 <actionScriptProperties mainApplicationPath="FlexUnit4AirCIListener.as" version="3">
   <compiler additionalCompilerArguments="" copyDependentFiles="false" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersion="9.0.124" htmlPlayerVersionCheck="true" outputFolderPath="bin" sourceFolderPath="src" strict="true" useApolloConfig="true" verifyDigests="true" warn="true">
     <compilerSourcePath/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AirCIListener/.flexLibProperties
----------------------------------------------------------------------
diff --git a/FlexUnit4AirCIListener/.flexLibProperties b/FlexUnit4AirCIListener/.flexLibProperties
index 04d8bb0..5c986b6 100644
--- a/FlexUnit4AirCIListener/.flexLibProperties
+++ b/FlexUnit4AirCIListener/.flexLibProperties
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  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.
+-->
 <flexLibProperties version="1">
   <includeClasses>
     <classEntry path="org.flexunit.listeners.AirCIListener"/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AirCIListener/.project
----------------------------------------------------------------------
diff --git a/FlexUnit4AirCIListener/.project b/FlexUnit4AirCIListener/.project
index 7e3e39f..c183732 100644
--- a/FlexUnit4AirCIListener/.project
+++ b/FlexUnit4AirCIListener/.project
@@ -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.
+-->
 <projectDescription>
 	<name>FlexUnit4AirCIListener</name>
 	<comment></comment>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AirCIListener/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/FlexUnit4AirCIListener/.settings/org.eclipse.core.resources.prefs b/FlexUnit4AirCIListener/.settings/org.eclipse.core.resources.prefs
index 5e9e9e2..7a4e5fd 100644
--- a/FlexUnit4AirCIListener/.settings/org.eclipse.core.resources.prefs
+++ b/FlexUnit4AirCIListener/.settings/org.eclipse.core.resources.prefs
@@ -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.
+
 #Tue Dec 08 16:51:23 EST 2009
 eclipse.preferences.version=1
 encoding/<project>=utf-8

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AirCIListener/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4AirCIListener/build.xml b/FlexUnit4AirCIListener/build.xml
index 51b8e0e..1168c67 100644
--- a/FlexUnit4AirCIListener/build.xml
+++ b/FlexUnit4AirCIListener/build.xml
@@ -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.
+-->
 <project name="FlexUnit4AirCIListener" basedir="." default="package">
    <import file="${basedir}/../utils.xml" />
    <property environment="env" />

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AirCIListener/src/org/flexunit/listeners/AirCIListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AirCIListener/src/org/flexunit/listeners/AirCIListener.as b/FlexUnit4AirCIListener/src/org/flexunit/listeners/AirCIListener.as
index 7100321..8f6901d 100644
--- a/FlexUnit4AirCIListener/src/org/flexunit/listeners/AirCIListener.as
+++ b/FlexUnit4AirCIListener/src/org/flexunit/listeners/AirCIListener.as
@@ -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.flexunit.listeners
 {
 	import org.flexunit.listeners.closer.AirCloser;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AirCIListener/src/org/flexunit/listeners/closer/AirCloser.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AirCIListener/src/org/flexunit/listeners/closer/AirCloser.as b/FlexUnit4AirCIListener/src/org/flexunit/listeners/closer/AirCloser.as
index 7239913..f10d3c0 100644
--- a/FlexUnit4AirCIListener/src/org/flexunit/listeners/closer/AirCloser.as
+++ b/FlexUnit4AirCIListener/src/org/flexunit/listeners/closer/AirCloser.as
@@ -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.flexunit.listeners.closer
 {
 	import flash.desktop.NativeApplication;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/.classpath
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/.classpath b/FlexUnit4AntTasks/.classpath
index 022ca5e..3a72daa 100644
--- a/FlexUnit4AntTasks/.classpath
+++ b/FlexUnit4AntTasks/.classpath
@@ -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.
+-->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/.project
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/.project b/FlexUnit4AntTasks/.project
index 0ffb5f8..3072a1d 100644
--- a/FlexUnit4AntTasks/.project
+++ b/FlexUnit4AntTasks/.project
@@ -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.
+-->
 <projectDescription>
 	<name>FlexUnit4AntTasks</name>
 	<comment></comment>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/.settings/org.eclipse.jdt.core.prefs b/FlexUnit4AntTasks/.settings/org.eclipse.jdt.core.prefs
index 0b69376..26d0029 100644
--- a/FlexUnit4AntTasks/.settings/org.eclipse.jdt.core.prefs
+++ b/FlexUnit4AntTasks/.settings/org.eclipse.jdt.core.prefs
@@ -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.
+
 #Sat Feb 20 09:03:01 EST 2010
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/build.xml b/FlexUnit4AntTasks/build.xml
index 07fc781..d41cf5d 100644
--- a/FlexUnit4AntTasks/build.xml
+++ b/FlexUnit4AntTasks/build.xml
@@ -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.
+-->
 <project name="FlexUnitAntTasks" basedir="." default="package">
    <import file="${basedir}/../utils.xml" />
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketServer.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketServer.java b/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketServer.java
index e86e775..3307d8f 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketServer.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketServer.java
@@ -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.flexunit.ant;
 
 import java.io.BufferedInputStream;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketThread.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketThread.java b/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketThread.java
index 5ca0238..bc0a6ff 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketThread.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketThread.java
@@ -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.flexunit.ant;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/LoggingUtil.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/LoggingUtil.java b/FlexUnit4AntTasks/src/org/flexunit/ant/LoggingUtil.java
index 09d6857..4308d18 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/LoggingUtil.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/LoggingUtil.java
@@ -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.flexunit.ant;
 
 public class LoggingUtil

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/OperatingSystem.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/OperatingSystem.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/OperatingSystem.java
index d86935c..71a969d 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/OperatingSystem.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/OperatingSystem.java
@@ -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.flexunit.ant.launcher;
 
 import org.flexunit.ant.LoggingUtil;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/Command.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/Command.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/Command.java
index 943e89b..ab7c338 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/Command.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/Command.java
@@ -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.flexunit.ant.launcher.commands;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncException.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncException.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncException.java
index 6959758..11a325b 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncException.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncException.java
@@ -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.flexunit.ant.launcher.commands.headless;
 
 public class XvncException extends Exception

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStartCommand.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStartCommand.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStartCommand.java
index 034911e..b871dc3 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStartCommand.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStartCommand.java
@@ -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.flexunit.ant.launcher.commands.headless;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStopCommand.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStopCommand.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStopCommand.java
index 7dafcd6..dea2a09 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStopCommand.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/headless/XvncStopCommand.java
@@ -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.flexunit.ant.launcher.commands.headless;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/AdlCommand.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/AdlCommand.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/AdlCommand.java
index 11ef0b7..a6fe7e8 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/AdlCommand.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/AdlCommand.java
@@ -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.flexunit.ant.launcher.commands.player;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/CustomPlayerCommand.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/CustomPlayerCommand.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/CustomPlayerCommand.java
index c59d93d..b99839e 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/CustomPlayerCommand.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/CustomPlayerCommand.java
@@ -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.flexunit.ant.launcher.commands.player;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/DefaultPlayerCommand.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/DefaultPlayerCommand.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/DefaultPlayerCommand.java
index 5d04204..651bd30 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/DefaultPlayerCommand.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/DefaultPlayerCommand.java
@@ -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.flexunit.ant.launcher.commands.player;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/FlashPlayerCommand.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/FlashPlayerCommand.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/FlashPlayerCommand.java
index 78a36ae..9bc5dd0 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/FlashPlayerCommand.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/FlashPlayerCommand.java
@@ -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.flexunit.ant.launcher.commands.player;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommand.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommand.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommand.java
index 422031a..f2e8082 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommand.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommand.java
@@ -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.flexunit.ant.launcher.commands.player;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommandFactory.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommandFactory.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommandFactory.java
index 7ed97ec..af2659d 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommandFactory.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/PlayerCommandFactory.java
@@ -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.flexunit.ant.launcher.commands.player;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/TrustFile.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/TrustFile.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/TrustFile.java
index 8eb7a73..42a74b3 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/TrustFile.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/commands/player/TrustFile.java
@@ -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.flexunit.ant.launcher.commands.player;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/DefaultContext.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/DefaultContext.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/DefaultContext.java
index 5583119..d4a6c1f 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/DefaultContext.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/DefaultContext.java
@@ -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.flexunit.ant.launcher.contexts;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContext.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContext.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContext.java
index d03e072..105179a 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContext.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContext.java
@@ -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.flexunit.ant.launcher.contexts;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContextFactory.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContextFactory.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContextFactory.java
index bcf5841..319f132 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContextFactory.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/ExecutionContextFactory.java
@@ -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.flexunit.ant.launcher.contexts;
 
 import org.flexunit.ant.launcher.OperatingSystem;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/HeadlessContext.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/HeadlessContext.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/HeadlessContext.java
index 0b913be..833d079 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/HeadlessContext.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/contexts/HeadlessContext.java
@@ -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.flexunit.ant.launcher.contexts;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/LinuxDefaults.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/LinuxDefaults.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/LinuxDefaults.java
index c4203e8..10737ee 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/LinuxDefaults.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/LinuxDefaults.java
@@ -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.flexunit.ant.launcher.platforms;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/MacOSXDefaults.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/MacOSXDefaults.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/MacOSXDefaults.java
index 8991cc6..66437c9 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/MacOSXDefaults.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/MacOSXDefaults.java
@@ -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.flexunit.ant.launcher.platforms;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/PlatformDefaults.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/PlatformDefaults.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/PlatformDefaults.java
index 63b6036..0eff3cd 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/PlatformDefaults.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/PlatformDefaults.java
@@ -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.flexunit.ant.launcher.platforms;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/WindowsDefaults.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/WindowsDefaults.java b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/WindowsDefaults.java
index 04662a9..c601dcc 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/WindowsDefaults.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/launcher/platforms/WindowsDefaults.java
@@ -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.flexunit.ant.launcher.platforms;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/report/Report.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/report/Report.java b/FlexUnit4AntTasks/src/org/flexunit/ant/report/Report.java
index f096643..9687ade 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/report/Report.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/report/Report.java
@@ -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.flexunit.ant.report;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/report/Reports.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/report/Reports.java b/FlexUnit4AntTasks/src/org/flexunit/ant/report/Reports.java
index b40ba5c..79315b4 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/report/Reports.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/report/Reports.java
@@ -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.flexunit.ant.report;
 
 import java.text.MessageFormat;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/report/Suite.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/report/Suite.java b/FlexUnit4AntTasks/src/org/flexunit/ant/report/Suite.java
index 7026390..3861f1d 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/report/Suite.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/report/Suite.java
@@ -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.flexunit.ant.report;
 
 public class Suite

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/Compilation.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/Compilation.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/Compilation.java
index 2135c32..1bc9026 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/Compilation.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/Compilation.java
@@ -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.flexunit.ant.tasks;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/FlexUnitTask.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/FlexUnitTask.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/FlexUnitTask.java
index 6cc626d..84cc7bc 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/FlexUnitTask.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/FlexUnitTask.java
@@ -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.flexunit.ant.tasks;
 
 import org.apache.tools.ant.BuildException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/TestRun.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/TestRun.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/TestRun.java
index 763ca90..852e26c 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/TestRun.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/TestRun.java
@@ -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.flexunit.ant.tasks;
 
 import java.util.concurrent.Callable;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/CompilationConfiguration.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/CompilationConfiguration.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/CompilationConfiguration.java
index 204f743..e51cf29 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/CompilationConfiguration.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/CompilationConfiguration.java
@@ -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.flexunit.ant.tasks.configuration;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/StepConfiguration.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/StepConfiguration.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/StepConfiguration.java
index 7a182f8..964b921 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/StepConfiguration.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/StepConfiguration.java
@@ -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.flexunit.ant.tasks.configuration;
 
 import org.apache.tools.ant.BuildException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TaskConfiguration.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TaskConfiguration.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TaskConfiguration.java
index 5587bbb..c158001 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TaskConfiguration.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TaskConfiguration.java
@@ -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.flexunit.ant.tasks.configuration;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TestRunConfiguration.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TestRunConfiguration.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TestRunConfiguration.java
index 6e7e44e..396c350 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TestRunConfiguration.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/configuration/TestRunConfiguration.java
@@ -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.flexunit.ant.tasks.configuration;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/CompilationFileSetCollection.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/CompilationFileSetCollection.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/CompilationFileSetCollection.java
index dc5efc9..078d760 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/CompilationFileSetCollection.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/CompilationFileSetCollection.java
@@ -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.flexunit.ant.tasks.types;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LibraryPaths.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LibraryPaths.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LibraryPaths.java
index 5e32479..c310360 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LibraryPaths.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LibraryPaths.java
@@ -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.flexunit.ant.tasks.types;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LoadConfig.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LoadConfig.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LoadConfig.java
index 099d77c..a76e26e 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LoadConfig.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/LoadConfig.java
@@ -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.flexunit.ant.tasks.types;
 
 import org.apache.tools.ant.BuildException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/SourcePaths.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/SourcePaths.java b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/SourcePaths.java
index 6d7f384..3109e4e 100644
--- a/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/SourcePaths.java
+++ b/FlexUnit4AntTasks/src/org/flexunit/ant/tasks/types/SourcePaths.java
@@ -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.flexunit.ant.tasks.types;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/org/flexunit/ant/tasks/integration/FlexUnitTaskHarness.java
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/org/flexunit/ant/tasks/integration/FlexUnitTaskHarness.java b/FlexUnit4AntTasks/test/org/flexunit/ant/tasks/integration/FlexUnitTaskHarness.java
index f4c5e1d..43618de 100644
--- a/FlexUnit4AntTasks/test/org/flexunit/ant/tasks/integration/FlexUnitTaskHarness.java
+++ b/FlexUnit4AntTasks/test/org/flexunit/ant/tasks/integration/FlexUnitTaskHarness.java
@@ -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.flexunit.ant.tasks.integration;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/sandbox/src/A/Aclass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/sandbox/src/A/Aclass.as b/FlexUnit4AntTasks/test/sandbox/src/A/Aclass.as
index 78846aa..19d6a0e 100644
--- a/FlexUnit4AntTasks/test/sandbox/src/A/Aclass.as
+++ b/FlexUnit4AntTasks/test/sandbox/src/A/Aclass.as
@@ -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 A
 {
 	public class Aclass

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/sandbox/src/A/B/Bclass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/sandbox/src/A/B/Bclass.as b/FlexUnit4AntTasks/test/sandbox/src/A/B/Bclass.as
index b779042..a8914ac 100644
--- a/FlexUnit4AntTasks/test/sandbox/src/A/B/Bclass.as
+++ b/FlexUnit4AntTasks/test/sandbox/src/A/B/Bclass.as
@@ -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 A.B
 {
 	public class Bclass

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/sandbox/src/A/B/D/Dclass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/sandbox/src/A/B/D/Dclass.as b/FlexUnit4AntTasks/test/sandbox/src/A/B/D/Dclass.as
index 5345b93..c2c7b8d 100644
--- a/FlexUnit4AntTasks/test/sandbox/src/A/B/D/Dclass.as
+++ b/FlexUnit4AntTasks/test/sandbox/src/A/B/D/Dclass.as
@@ -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 A.B.D
 {
 	public class Dclass

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/sandbox/src/A/B/E/Eclass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/sandbox/src/A/B/E/Eclass.as b/FlexUnit4AntTasks/test/sandbox/src/A/B/E/Eclass.as
index 35666bf..7a0c4ee 100644
--- a/FlexUnit4AntTasks/test/sandbox/src/A/B/E/Eclass.as
+++ b/FlexUnit4AntTasks/test/sandbox/src/A/B/E/Eclass.as
@@ -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 A.B.E
 {
 	public class Eclass

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/sandbox/src/A/C/Cclass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/sandbox/src/A/C/Cclass.as b/FlexUnit4AntTasks/test/sandbox/src/A/C/Cclass.as
index 039eafb..5750c73 100644
--- a/FlexUnit4AntTasks/test/sandbox/src/A/C/Cclass.as
+++ b/FlexUnit4AntTasks/test/sandbox/src/A/C/Cclass.as
@@ -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 A.C
 {
 	[Ignore]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/sandbox/src/A/C/F/Fclass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/sandbox/src/A/C/F/Fclass.as b/FlexUnit4AntTasks/test/sandbox/src/A/C/F/Fclass.as
index 1b8a7b3..9728d0b 100644
--- a/FlexUnit4AntTasks/test/sandbox/src/A/C/F/Fclass.as
+++ b/FlexUnit4AntTasks/test/sandbox/src/A/C/F/Fclass.as
@@ -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 A.C.F
 {
 	public class Fclass

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4AntTasks/test/sandbox/src/A/C/G/Gclass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4AntTasks/test/sandbox/src/A/C/G/Gclass.as b/FlexUnit4AntTasks/test/sandbox/src/A/C/G/Gclass.as
index 24ca7a0..1137a1d 100644
--- a/FlexUnit4AntTasks/test/sandbox/src/A/C/G/Gclass.as
+++ b/FlexUnit4AntTasks/test/sandbox/src/A/C/G/Gclass.as
@@ -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 A.C.G
 {
 	public class Gclass