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:48 UTC

[28/41] added Apache license header

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/builders/OnlyRecognizedTestClassBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/builders/OnlyRecognizedTestClassBuilder.as b/FlexUnit4/src/org/flexunit/internals/builders/OnlyRecognizedTestClassBuilder.as
index 38baca8..f182c7f 100644
--- a/FlexUnit4/src/org/flexunit/internals/builders/OnlyRecognizedTestClassBuilder.as
+++ b/FlexUnit4/src/org/flexunit/internals/builders/OnlyRecognizedTestClassBuilder.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.internals.builders {
 	import org.flexunit.runner.IRunner;
 	import org.flexunit.runners.model.IRunnerBuilder;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/builders/SuiteMethodBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/builders/SuiteMethodBuilder.as b/FlexUnit4/src/org/flexunit/internals/builders/SuiteMethodBuilder.as
index dbda90b..ae2d2d8 100644
--- a/FlexUnit4/src/org/flexunit/internals/builders/SuiteMethodBuilder.as
+++ b/FlexUnit4/src/org/flexunit/internals/builders/SuiteMethodBuilder.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.internals.builders {
 	import flex.lang.reflect.Klass;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/dependency/ExternalDependencyResolver.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/dependency/ExternalDependencyResolver.as b/FlexUnit4/src/org/flexunit/internals/dependency/ExternalDependencyResolver.as
index 20d3e3a..51d3389 100644
--- a/FlexUnit4/src/org/flexunit/internals/dependency/ExternalDependencyResolver.as
+++ b/FlexUnit4/src/org/flexunit/internals/dependency/ExternalDependencyResolver.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.internals.dependency {
 	import flash.events.Event;
 	import flash.events.EventDispatcher;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/dependency/ExternalRunnerDependencyWatcher.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/dependency/ExternalRunnerDependencyWatcher.as b/FlexUnit4/src/org/flexunit/internals/dependency/ExternalRunnerDependencyWatcher.as
index cec36fe..1b28c3e 100644
--- a/FlexUnit4/src/org/flexunit/internals/dependency/ExternalRunnerDependencyWatcher.as
+++ b/FlexUnit4/src/org/flexunit/internals/dependency/ExternalRunnerDependencyWatcher.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.internals.dependency {
 	import flash.events.Event;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/dependency/IExternalDependencyResolver.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/dependency/IExternalDependencyResolver.as b/FlexUnit4/src/org/flexunit/internals/dependency/IExternalDependencyResolver.as
index c0e1a38..ecc046f 100644
--- a/FlexUnit4/src/org/flexunit/internals/dependency/IExternalDependencyResolver.as
+++ b/FlexUnit4/src/org/flexunit/internals/dependency/IExternalDependencyResolver.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.internals.dependency {
 	import flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/dependency/IExternalRunnerDependencyWatcher.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/dependency/IExternalRunnerDependencyWatcher.as b/FlexUnit4/src/org/flexunit/internals/dependency/IExternalRunnerDependencyWatcher.as
index b257e4e..618dc27 100644
--- a/FlexUnit4/src/org/flexunit/internals/dependency/IExternalRunnerDependencyWatcher.as
+++ b/FlexUnit4/src/org/flexunit/internals/dependency/IExternalRunnerDependencyWatcher.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.internals.dependency {
 	import org.flexunit.token.AsyncCoreStartupToken;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/events/ExecutionCompleteEvent.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/events/ExecutionCompleteEvent.as b/FlexUnit4/src/org/flexunit/internals/events/ExecutionCompleteEvent.as
index b35538e..a3823c6 100644
--- a/FlexUnit4/src/org/flexunit/internals/events/ExecutionCompleteEvent.as
+++ b/FlexUnit4/src/org/flexunit/internals/events/ExecutionCompleteEvent.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.internals.events
 {
 	import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/flexunit_internal.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/flexunit_internal.as b/FlexUnit4/src/org/flexunit/internals/flexunit_internal.as
index 532f6ac..7878fd2 100644
--- a/FlexUnit4/src/org/flexunit/internals/flexunit_internal.as
+++ b/FlexUnit4/src/org/flexunit/internals/flexunit_internal.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.internals
 {
 /**

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListener.as b/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListener.as
index 8fa6cef..1c20f86 100644
--- a/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListener.as
+++ b/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListener.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.internals.listeners
 {
 	import mx.collections.ArrayCollection;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListenerView.mxml
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListenerView.mxml b/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListenerView.mxml
index 1344c8b..cf26049 100644
--- a/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListenerView.mxml
+++ b/FlexUnit4/src/org/flexunit/internals/listeners/FluintDisplayListenerView.mxml
@@ -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.
+-->
 <mx:HDividedBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%">
 	<mx:Script>
 		<![CDATA[

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/matchers/Each.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/matchers/Each.as b/FlexUnit4/src/org/flexunit/internals/matchers/Each.as
index 64113d7..fa34273 100644
--- a/FlexUnit4/src/org/flexunit/internals/matchers/Each.as
+++ b/FlexUnit4/src/org/flexunit/internals/matchers/Each.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.internals.matchers
 {
 	import org.hamcrest.Matcher;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/namespaces/classInternal.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/namespaces/classInternal.as b/FlexUnit4/src/org/flexunit/internals/namespaces/classInternal.as
index 349178f..57c17af 100644
--- a/FlexUnit4/src/org/flexunit/internals/namespaces/classInternal.as
+++ b/FlexUnit4/src/org/flexunit/internals/namespaces/classInternal.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.internals.namespaces
 {
 	public namespace classInternal = "http://www.adobe.com/2009/flexunit/classInternal";

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/requests/ClassRequest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/requests/ClassRequest.as b/FlexUnit4/src/org/flexunit/internals/requests/ClassRequest.as
index 0e78285..a69e803 100644
--- a/FlexUnit4/src/org/flexunit/internals/requests/ClassRequest.as
+++ b/FlexUnit4/src/org/flexunit/internals/requests/ClassRequest.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.internals.requests {
 	import org.flexunit.internals.builders.AllDefaultPossibilitiesBuilder;
 	import org.flexunit.internals.namespaces.classInternal;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/requests/FilterRequest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/requests/FilterRequest.as b/FlexUnit4/src/org/flexunit/internals/requests/FilterRequest.as
index bb78c7a..78c1abb 100644
--- a/FlexUnit4/src/org/flexunit/internals/requests/FilterRequest.as
+++ b/FlexUnit4/src/org/flexunit/internals/requests/FilterRequest.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.internals.requests {
 	import org.flexunit.internals.runners.ErrorReportingRunner;
 	import org.flexunit.runner.IRequest;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/requests/QualifyingRequest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/requests/QualifyingRequest.as b/FlexUnit4/src/org/flexunit/internals/requests/QualifyingRequest.as
index b2fd4e3..3b724fa 100644
--- a/FlexUnit4/src/org/flexunit/internals/requests/QualifyingRequest.as
+++ b/FlexUnit4/src/org/flexunit/internals/requests/QualifyingRequest.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.internals.requests {
 	import org.flexunit.internals.builders.OnlyRecognizedTestClassBuilder;
 	import org.flexunit.runner.Request;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/requests/SortingRequest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/requests/SortingRequest.as b/FlexUnit4/src/org/flexunit/internals/requests/SortingRequest.as
index 29f4f47..5db1493 100644
--- a/FlexUnit4/src/org/flexunit/internals/requests/SortingRequest.as
+++ b/FlexUnit4/src/org/flexunit/internals/requests/SortingRequest.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.internals.requests
 {
 	import org.flexunit.runner.IRequest;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/ChildRunnerSequencer.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/ChildRunnerSequencer.as b/FlexUnit4/src/org/flexunit/internals/runners/ChildRunnerSequencer.as
index bbc024a..34816b1 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/ChildRunnerSequencer.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/ChildRunnerSequencer.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.internals.runners {
 	import flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/ErrorReportingRunner.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/ErrorReportingRunner.as b/FlexUnit4/src/org/flexunit/internals/runners/ErrorReportingRunner.as
index 3dc3b78..92cb0fd 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/ErrorReportingRunner.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/ErrorReportingRunner.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.internals.runners {
 	import org.flexunit.runner.Description;
 	import org.flexunit.runner.IDescription;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/FlexUnit1ClassRunner.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/FlexUnit1ClassRunner.as b/FlexUnit4/src/org/flexunit/internals/runners/FlexUnit1ClassRunner.as
index dae1636..ab585ba 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/FlexUnit1ClassRunner.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/FlexUnit1ClassRunner.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.internals.runners {
 	import flash.events.TimerEvent;
 	import flash.utils.Timer;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/InitializationError.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/InitializationError.as b/FlexUnit4/src/org/flexunit/internals/runners/InitializationError.as
index 92a0cc8..1052c46 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/InitializationError.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/InitializationError.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.internals.runners {
 	
 	/**

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/SuiteMethod.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/SuiteMethod.as b/FlexUnit4/src/org/flexunit/internals/runners/SuiteMethod.as
index 695116f..d926492 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/SuiteMethod.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/SuiteMethod.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.internals.runners {
 	import flex.lang.reflect.Klass;
 	import flex.lang.reflect.Method;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/model/EachTestNotifier.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/model/EachTestNotifier.as b/FlexUnit4/src/org/flexunit/internals/runners/model/EachTestNotifier.as
index c542114..020b27d 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/model/EachTestNotifier.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/model/EachTestNotifier.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.internals.runners.model {
 	import org.flexunit.runner.IDescription;
 	import org.flexunit.runner.notification.Failure;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/model/IReflectiveCallable.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/model/IReflectiveCallable.as b/FlexUnit4/src/org/flexunit/internals/runners/model/IReflectiveCallable.as
index 6a68863..d532e07 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/model/IReflectiveCallable.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/model/IReflectiveCallable.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.internals.runners.model {
 	
 	/**

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/model/MultipleFailureException.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/model/MultipleFailureException.as b/FlexUnit4/src/org/flexunit/internals/runners/model/MultipleFailureException.as
index a7dc971..058d254 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/model/MultipleFailureException.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/model/MultipleFailureException.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.internals.runners.model {
 	/**
 	 * The <code>MultipleFailureExecption</code> is used to store information on multiple errors

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/AsyncStatementBase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/AsyncStatementBase.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/AsyncStatementBase.as
index 4aa34b9..539b0ed 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/AsyncStatementBase.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/AsyncStatementBase.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.internals.runners.statements {
 	
 	import org.flexunit.token.AsyncTestToken;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectAsync.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectAsync.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectAsync.as
index 7a03ad5..9e2e2fa 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectAsync.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectAsync.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.internals.runners.statements {
 	import flash.events.Event;
 	import flash.net.Responder;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectException.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectException.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectException.as
index cefc41d..cc82883 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectException.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectException.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.internals.runners.statements {
 	import flash.utils.*;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/Fail.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/Fail.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/Fail.as
index 46a186f..48e01e2 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/Fail.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/Fail.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.internals.runners.statements {
 	import org.flexunit.internals.runners.statements.AsyncStatementBase;
 	import org.flexunit.internals.runners.statements.IAsyncStatement;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/FailOnTimeout.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/FailOnTimeout.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/FailOnTimeout.as
index ab98106..b9bf4be 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/FailOnTimeout.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/FailOnTimeout.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.internals.runners.statements {
 	import flash.events.TimerEvent;
 	import flash.utils.Timer;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncHandlingStatement.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncHandlingStatement.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncHandlingStatement.as
index fc24fc2..c82f399 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncHandlingStatement.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncHandlingStatement.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.internals.runners.statements
 {
 	import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncStatement.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncStatement.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncStatement.as
index d5316b1..dc1d540 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncStatement.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/IAsyncStatement.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.internals.runners.statements {
 	
 	import org.flexunit.token.AsyncTestToken;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/InvokeMethod.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/InvokeMethod.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/InvokeMethod.as
index a67cf75..41ba0cf 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/InvokeMethod.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/InvokeMethod.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.internals.runners.statements {
 	import org.flexunit.internals.runners.statements.AsyncStatementBase;
 	import org.flexunit.internals.runners.statements.IAsyncStatement;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/MethodRuleBase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/MethodRuleBase.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/MethodRuleBase.as
index 54d0f44..77cc5d7 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/MethodRuleBase.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/MethodRuleBase.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.internals.runners.statements {
 	import org.flexunit.runners.model.FrameworkMethod;
 	import org.flexunit.token.AsyncTestToken;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAfters.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAfters.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAfters.as
index 92eaf06..6307b9b 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAfters.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAfters.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.internals.runners.statements
 {
 	import org.flexunit.async.AsyncLocator;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersClass.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersClass.as
index b4d2583..76cbec4 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersClass.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersClass.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.internals.runners.statements
 {
 	import org.flexunit.async.AsyncLocator;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersInline.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersInline.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersInline.as
index 127fe80..97d637c 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersInline.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunAftersInline.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.internals.runners.statements {
 	import org.flexunit.internals.runners.model.MultipleFailureException;
 	import org.flexunit.token.AsyncTestToken;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBefores.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBefores.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBefores.as
index 04c4674..734ecf9 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBefores.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBefores.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.internals.runners.statements {
 	import org.flexunit.async.AsyncLocator;
 	import org.flexunit.constants.AnnotationConstants;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesClass.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesClass.as
index c6af8e6..20c4b00 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesClass.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesClass.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.internals.runners.statements {
 	import org.flexunit.async.AsyncLocator;
 	import org.flexunit.constants.AnnotationConstants;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesInline.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesInline.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesInline.as
index 6fc1caf..035de4b 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesInline.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/RunBeforesInline.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.internals.runners.statements {
 	import org.flexunit.token.AsyncTestToken;
 	import org.flexunit.token.ChildResult;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/SequencerWithDecoration.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/SequencerWithDecoration.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/SequencerWithDecoration.as
index 3d6dcf5..f495caa 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/SequencerWithDecoration.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/SequencerWithDecoration.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.internals.runners.statements
 {
 	import org.flexunit.runners.model.FrameworkMethod;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/StackAndFrameManagement.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/StackAndFrameManagement.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/StackAndFrameManagement.as
index fa5f5f9..6e23c06 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/StackAndFrameManagement.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/StackAndFrameManagement.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.internals.runners.statements {
 	import flash.display.Stage;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/statements/StatementSequencer.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/statements/StatementSequencer.as b/FlexUnit4/src/org/flexunit/internals/runners/statements/StatementSequencer.as
index 2b8cc2b..069f1dd 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/statements/StatementSequencer.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/statements/StatementSequencer.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.internals.runners.statements {
 	import flash.utils.*;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/internals/runners/watcher/FrameWatcher.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/internals/runners/watcher/FrameWatcher.as b/FlexUnit4/src/org/flexunit/internals/runners/watcher/FrameWatcher.as
index 95164d9..419a293 100644
--- a/FlexUnit4/src/org/flexunit/internals/runners/watcher/FrameWatcher.as
+++ b/FlexUnit4/src/org/flexunit/internals/runners/watcher/FrameWatcher.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.internals.runners.watcher {
 	import flash.display.DisplayObject;
 	import flash.display.Stage;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/reporting/FailureFormatter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/reporting/FailureFormatter.as b/FlexUnit4/src/org/flexunit/reporting/FailureFormatter.as
index 7fe4060..b1f82f1 100644
--- a/FlexUnit4/src/org/flexunit/reporting/FailureFormatter.as
+++ b/FlexUnit4/src/org/flexunit/reporting/FailureFormatter.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.reporting {
 	import flash.utils.getQualifiedClassName;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/rules/IMethodRule.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/rules/IMethodRule.as b/FlexUnit4/src/org/flexunit/rules/IMethodRule.as
index ac54afe..099b1ad 100644
--- a/FlexUnit4/src/org/flexunit/rules/IMethodRule.as
+++ b/FlexUnit4/src/org/flexunit/rules/IMethodRule.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.rules {
 	import org.flexunit.internals.runners.statements.IAsyncStatement;
 	import org.flexunit.runners.model.FrameworkMethod;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/Description.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/Description.as b/FlexUnit4/src/org/flexunit/runner/Description.as
index 92959cc..1f89e49 100644
--- a/FlexUnit4/src/org/flexunit/runner/Description.as
+++ b/FlexUnit4/src/org/flexunit/runner/Description.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.runner {
 	import flash.utils.getQualifiedClassName;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/Descriptor.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/Descriptor.as b/FlexUnit4/src/org/flexunit/runner/Descriptor.as
index efbb7ef..8b9a206 100644
--- a/FlexUnit4/src/org/flexunit/runner/Descriptor.as
+++ b/FlexUnit4/src/org/flexunit/runner/Descriptor.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.runner
 {
 	/**

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as b/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
index c1e029f..6375fbb 100644
--- a/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
+++ b/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.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.runner {
 	import flash.display.DisplayObjectContainer;
 	import flash.display.LoaderInfo;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/IDescribable.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/IDescribable.as b/FlexUnit4/src/org/flexunit/runner/IDescribable.as
index 6bafd5d..50762f2 100644
--- a/FlexUnit4/src/org/flexunit/runner/IDescribable.as
+++ b/FlexUnit4/src/org/flexunit/runner/IDescribable.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.runner {
 	/**
 	 * The <code>IDescribable</code> interface is to be used by classes that can produce an

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/IDescription.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/IDescription.as b/FlexUnit4/src/org/flexunit/runner/IDescription.as
index ddb6eb8..7665f1b 100644
--- a/FlexUnit4/src/org/flexunit/runner/IDescription.as
+++ b/FlexUnit4/src/org/flexunit/runner/IDescription.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.runner {
 	
 	/**

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/IRequest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/IRequest.as b/FlexUnit4/src/org/flexunit/runner/IRequest.as
index 4f5f7e6..d599e81 100644
--- a/FlexUnit4/src/org/flexunit/runner/IRequest.as
+++ b/FlexUnit4/src/org/flexunit/runner/IRequest.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.runner {
 	import org.flexunit.runner.manipulation.ISort;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/IRunner.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/IRunner.as b/FlexUnit4/src/org/flexunit/runner/IRunner.as
index 232d49c..564a1fa 100644
--- a/FlexUnit4/src/org/flexunit/runner/IRunner.as
+++ b/FlexUnit4/src/org/flexunit/runner/IRunner.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.runner
 {
 	import org.flexunit.runner.notification.IRunNotifier;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/Request.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/Request.as b/FlexUnit4/src/org/flexunit/runner/Request.as
index 282aa46..d0c733b 100644
--- a/FlexUnit4/src/org/flexunit/runner/Request.as
+++ b/FlexUnit4/src/org/flexunit/runner/Request.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.runner {
 	import org.flexunit.internals.builders.AllDefaultPossibilitiesBuilder;
 	import org.flexunit.internals.namespaces.classInternal;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/Result.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/Result.as b/FlexUnit4/src/org/flexunit/runner/Result.as
index 4648b54..dbf333f 100644
--- a/FlexUnit4/src/org/flexunit/runner/Result.as
+++ b/FlexUnit4/src/org/flexunit/runner/Result.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.runner {
 	import org.flexunit.internals.namespaces.classInternal;
 	import org.flexunit.runner.notification.RunListener;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/external/ExternalDependencyToken.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/external/ExternalDependencyToken.as b/FlexUnit4/src/org/flexunit/runner/external/ExternalDependencyToken.as
index 0ed61f6..dd91e9a 100644
--- a/FlexUnit4/src/org/flexunit/runner/external/ExternalDependencyToken.as
+++ b/FlexUnit4/src/org/flexunit/runner/external/ExternalDependencyToken.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.runner.external {
 	import flex.lang.reflect.Field;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyData.as b/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyData.as
index 908e907..d62addb 100644
--- a/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyData.as
+++ b/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyData.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.runner.external {
 	/**
 	 * Extension to the IExternalDependencyLoader concept which allows a given class

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyLoader.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyLoader.as b/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyLoader.as
index 875bff4..c36828c 100644
--- a/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyLoader.as
+++ b/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyLoader.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.runner.external {
 	/**
 	 * Allows the user to specify a static variable of type IExternalDependencyLoader. This class

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyRunner.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyRunner.as b/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyRunner.as
index 49e95fa..410b33a 100644
--- a/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyRunner.as
+++ b/FlexUnit4/src/org/flexunit/runner/external/IExternalDependencyRunner.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.runner.external {
 	import flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/IFilter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/IFilter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/IFilter.as
index 9b7fbe8..d810392 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/IFilter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/IFilter.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.runner.manipulation {
 	import org.flexunit.runner.IDescription;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/IFilterable.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/IFilterable.as b/FlexUnit4/src/org/flexunit/runner/manipulation/IFilterable.as
index 6591c19..88bcf85 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/IFilterable.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/IFilterable.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.runner.manipulation
 {