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

[22/41] added Apache license header

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as b/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as
index 3f38843..e2203e1 100644
--- a/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as
+++ b/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.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.experimental.theories.internals.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/error/CouldNotGenerateValueExceptionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/error/CouldNotGenerateValueExceptionCase.as b/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/error/CouldNotGenerateValueExceptionCase.as
index 276d26b..144aaea 100644
--- a/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/error/CouldNotGenerateValueExceptionCase.as
+++ b/FlexUnit4Test/src/org/flexunit/experimental/theories/internals/error/CouldNotGenerateValueExceptionCase.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.experimental.theories.internals.error
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/InternalsSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/InternalsSuite.as b/FlexUnit4Test/src/org/flexunit/internals/InternalsSuite.as
index 18eb635..7ad4879 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/InternalsSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/InternalsSuite.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
 {
 	import org.flexunit.internals.builders.InternalBuildersSuite;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/InternalBuildersSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/InternalBuildersSuite.as b/FlexUnit4Test/src/org/flexunit/internals/builders/InternalBuildersSuite.as
index 211f8ae..4b22a53 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/InternalBuildersSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/InternalBuildersSuite.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.internals.builders.cases.AllDefaultPossibilitiesBuilderASCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitesBuilderFluintCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitesBuilderFluintCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitesBuilderFluintCase.as
index ed9957f..c40ca3a 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitesBuilderFluintCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitesBuilderFluintCase.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.cases
 {
 	import org.flexunit.internals.builders.AllDefaultPossibilitiesBuilder;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderASCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderASCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderASCase.as
index de4d77f..a120f42 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderASCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderASCase.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.cases
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderFlexCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderFlexCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderFlexCase.as
index 131dadf..b2c6ffe 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderFlexCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/AllDefaultPossibilitiesBuilderFlexCase.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.cases
 {
 	import net.digitalprimates.fluint.assertion.AssertionFailedError;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/FlexUnit4BuilderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/FlexUnit4BuilderCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/FlexUnit4BuilderCase.as
index d195cb6..6bee176 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/FlexUnit4BuilderCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/FlexUnit4BuilderCase.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.cases
 {
 	import org.flexunit.Assert;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredBuilderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredBuilderCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredBuilderCase.as
index c3047c0..266e0fe 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredBuilderCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredBuilderCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredClassRunnerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredClassRunnerCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredClassRunnerCase.as
index 0883de7..5f438b9 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredClassRunnerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/IgnoredClassRunnerCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/MetaDataBuilderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/MetaDataBuilderCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/MetaDataBuilderCase.as
index ef402eb..b022a1f 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/MetaDataBuilderCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/MetaDataBuilderCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/NullBuilderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/NullBuilderCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/NullBuilderCase.as
index 76e048c..1abebc0 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/NullBuilderCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/NullBuilderCase.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.cases
 {
 	public class NullBuilderCase

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/SuiteMethodBuilderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/SuiteMethodBuilderCase.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/SuiteMethodBuilderCase.as
index c281669..c18385a 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/SuiteMethodBuilderCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/SuiteMethodBuilderCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/BaseClassHasRunWith.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/BaseClassHasRunWith.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/BaseClassHasRunWith.as
index 5361d0c..b6367e1 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/BaseClassHasRunWith.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/BaseClassHasRunWith.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.cases.helper {
 	[Suite]
 	[RunWith("org.flexunit.runners.Suite")]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/ChildClassNoRunWith.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/ChildClassNoRunWith.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/ChildClassNoRunWith.as
index bb842af..ce9b9c1 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/ChildClassNoRunWith.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/ChildClassNoRunWith.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.cases.helper {
 	public class ChildClassNoRunWith extends BaseClassHasRunWith {
 		public var simpleTest:SingleTestStub;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/SingleTestStub.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/SingleTestStub.as b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/SingleTestStub.as
index 7c9e5ff..4bd8724 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/SingleTestStub.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/cases/helper/SingleTestStub.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.cases.helper
 {
 	public class SingleTestStub

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit1Class.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit1Class.as b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit1Class.as
index 7243300..d146007 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit1Class.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit1Class.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.definitions
 {
 	import flexunit.framework.TestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4Class.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4Class.as b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4Class.as
index b14321e..5bca1da 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4Class.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4Class.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.definitions
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClass.as b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClass.as
index 63abf34..2c35aca 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClass.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClass.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.definitions
 {
 	[Suite]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClassFail.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClassFail.as b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClassFail.as
index bcf08d7..3f1b9b7 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClassFail.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/FlexUnit4SuiteClassFail.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.definitions
 {
 	[Suite]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Class.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Class.as b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Class.as
index 8da21b8..8c6f00c 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Class.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Class.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.definitions
 {
 	import net.digitalprimates.fluint.tests.TestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Suite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Suite.as b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Suite.as
index 80f8009..5b28a08 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Suite.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/Fluint1Suite.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.definitions
 {
 	import net.digitalprimates.fluint.tests.TestSuite;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/IgnoredClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/IgnoredClass.as b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/IgnoredClass.as
index 1615280..5e27cd6 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/IgnoredClass.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/builders/definitions/IgnoredClass.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.definitions
 {
 	[Ignore]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/cases/ArrayComparisonFauilureCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/cases/ArrayComparisonFauilureCase.as b/FlexUnit4Test/src/org/flexunit/internals/cases/ArrayComparisonFauilureCase.as
index dfce9fe..9391ceb 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/cases/ArrayComparisonFauilureCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/cases/ArrayComparisonFauilureCase.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.cases
 {
 	public class ArrayComparisonFauilureCase

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/cases/TextListenerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/cases/TextListenerCase.as b/FlexUnit4Test/src/org/flexunit/internals/cases/TextListenerCase.as
index b598f32..7c0c8b2 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/cases/TextListenerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/cases/TextListenerCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/cases/TraceListenerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/cases/TraceListenerCase.as b/FlexUnit4Test/src/org/flexunit/internals/cases/TraceListenerCase.as
index 8642b17..c0e0b35 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/cases/TraceListenerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/cases/TraceListenerCase.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.cases
 {
 	import org.flexunit.AssertionError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/events/cases/ExecutionCompleteEventCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/events/cases/ExecutionCompleteEventCase.as b/FlexUnit4Test/src/org/flexunit/internals/events/cases/ExecutionCompleteEventCase.as
index f921b95..3ff9055 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/events/cases/ExecutionCompleteEventCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/events/cases/ExecutionCompleteEventCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/mocks/LoggerMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/mocks/LoggerMock.as b/FlexUnit4Test/src/org/flexunit/internals/mocks/LoggerMock.as
index e8600f4..e19017d 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/mocks/LoggerMock.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/mocks/LoggerMock.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.mocks
 {
 	import com.anywebcam.mock.Mock;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/requests/InternalRequestsSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/requests/InternalRequestsSuite.as b/FlexUnit4Test/src/org/flexunit/internals/requests/InternalRequestsSuite.as
index 346d5df..4f90cb1 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/requests/InternalRequestsSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/requests/InternalRequestsSuite.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.requests.cases.ClassRequestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/requests/cases/ClassRequestCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/requests/cases/ClassRequestCase.as b/FlexUnit4Test/src/org/flexunit/internals/requests/cases/ClassRequestCase.as
index 53f3f98..0f5afe3 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/requests/cases/ClassRequestCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/requests/cases/ClassRequestCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/requests/cases/FilterRequestCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/requests/cases/FilterRequestCase.as b/FlexUnit4Test/src/org/flexunit/internals/requests/cases/FilterRequestCase.as
index 58b255a..a778846 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/requests/cases/FilterRequestCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/requests/cases/FilterRequestCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/requests/cases/SortingRequestCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/requests/cases/SortingRequestCase.as b/FlexUnit4Test/src/org/flexunit/internals/requests/cases/SortingRequestCase.as
index 66d2738..ad03347 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/requests/cases/SortingRequestCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/requests/cases/SortingRequestCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/InternalRunnersSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/InternalRunnersSuite.as b/FlexUnit4Test/src/org/flexunit/internals/runners/InternalRunnersSuite.as
index 9a23a58..64299f6 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/InternalRunnersSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/InternalRunnersSuite.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.internals.runners.cases.ChildRunnerSequencerCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ChildRunnerSequencerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ChildRunnerSequencerCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ChildRunnerSequencerCase.as
index becbb2d..451429d 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ChildRunnerSequencerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ChildRunnerSequencerCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ErrorReportingRunnerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ErrorReportingRunnerCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ErrorReportingRunnerCase.as
index 8069176..fdde61e 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ErrorReportingRunnerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/ErrorReportingRunnerCase.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.cases
 {
 	import flash.utils.getQualifiedClassName;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/cases/FailureBeforeCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/FailureBeforeCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/FailureBeforeCase.as
index b782b2e..e5d9105 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/FailureBeforeCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/FailureBeforeCase.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.cases
 {
 	public class FailureBeforeCase

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/cases/InitializationErrorCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/InitializationErrorCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/InitializationErrorCase.as
index 8617672..e772dd2 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/cases/InitializationErrorCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/cases/InitializationErrorCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/model/InternalRunnersModelSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/model/InternalRunnersModelSuite.as b/FlexUnit4Test/src/org/flexunit/internals/runners/model/InternalRunnersModelSuite.as
index 3a6fec8..5b9df97 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/model/InternalRunnersModelSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/model/InternalRunnersModelSuite.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.internals.runners.model.cases.EachTestNotifierCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/EachTestNotifierCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/EachTestNotifierCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/EachTestNotifierCase.as
index 072ad65..827a550 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/EachTestNotifierCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/EachTestNotifierCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/MultipleFailureExceptionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/MultipleFailureExceptionCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/MultipleFailureExceptionCase.as
index 9b735f4..1d732a9 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/MultipleFailureExceptionCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/MultipleFailureExceptionCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/InternalRunnersStatmentsSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/InternalRunnersStatmentsSuite.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/InternalRunnersStatmentsSuite.as
index b24413e..5438eab 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/InternalRunnersStatmentsSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/InternalRunnersStatmentsSuite.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.cases.AsyncStatementBaseCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/AsyncStatementBaseCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/AsyncStatementBaseCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/AsyncStatementBaseCase.as
index 76ff6cd..8868e9f 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/AsyncStatementBaseCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/AsyncStatementBaseCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectAsyncASCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectAsyncASCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectAsyncASCase.as
index c799473..efbc2f6 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectAsyncASCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectAsyncASCase.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.cases
 {
 	import flash.events.DataEvent;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectExceptionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectExceptionCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectExceptionCase.as
index 342c210..067af6a 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectExceptionCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectExceptionCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailCase.as
index d65f65a..01da87f 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailOnTimeoutCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailOnTimeoutCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailOnTimeoutCase.as
index 46f25ea..a7811f0 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailOnTimeoutCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailOnTimeoutCase.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.cases
 {
 	import flash.events.TimerEvent;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/InvokeMethodCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/InvokeMethodCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/InvokeMethodCase.as
index 460abf8..cb2a926 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/InvokeMethodCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/InvokeMethodCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersCase.as
index 9026de1..7d69aa2 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersClassCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersClassCase.as
index 6b9dfe2..7c5a552 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersClassCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersClassCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesCase.as
index 5be236f..d0617ed 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesClassCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesClassCase.as
index 79afe3c..8911528 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesClassCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesClassCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/SequencerWithDecorationCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/SequencerWithDecorationCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/SequencerWithDecorationCase.as
index c3e0972..0a74870 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/SequencerWithDecorationCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/SequencerWithDecorationCase.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.cases
 {
 	import org.flexunit.internals.runners.statements.SequencerWithDecoration;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StackAndFrameManagementCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StackAndFrameManagementCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StackAndFrameManagementCase.as
index 7248ed6..0fe662f 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StackAndFrameManagementCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StackAndFrameManagementCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StatementSequencerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StatementSequencerCase.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StatementSequencerCase.as
index c311ad5..652130f 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StatementSequencerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StatementSequencerCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncHandlingStatementMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncHandlingStatementMock.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncHandlingStatementMock.as
index 39ce93f..61e6f28 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncHandlingStatementMock.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncHandlingStatementMock.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.mock
 {
 	import com.anywebcam.mock.Mock;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncStatementMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncStatementMock.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncStatementMock.as
index 0219590..740b06d 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncStatementMock.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/AsyncStatementMock.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.mock
 {
 	import com.anywebcam.mock.Mock;