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

[21/41] added Apache license header

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/TestableExpectAsync.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/TestableExpectAsync.as b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/TestableExpectAsync.as
index fca2f69..99b48d1 100644
--- a/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/TestableExpectAsync.as
+++ b/FlexUnit4Test/src/org/flexunit/internals/runners/statements/mock/TestableExpectAsync.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 org.flexunit.internals.runners.statements.ExpectAsync;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/matchers/cases/FlexUnitMatchersCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/matchers/cases/FlexUnitMatchersCase.as b/FlexUnit4Test/src/org/flexunit/matchers/cases/FlexUnitMatchersCase.as
index 1bf23a2..5d4cb83 100644
--- a/FlexUnit4Test/src/org/flexunit/matchers/cases/FlexUnitMatchersCase.as
+++ b/FlexUnit4Test/src/org/flexunit/matchers/cases/FlexUnitMatchersCase.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.matchers.cases
 {
 	public class FlexUnitMatchersCase

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/reporting/ReportingSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/reporting/ReportingSuite.as b/FlexUnit4Test/src/org/flexunit/reporting/ReportingSuite.as
index f26761c..90df7d0 100644
--- a/FlexUnit4Test/src/org/flexunit/reporting/ReportingSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/reporting/ReportingSuite.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 org.flexunit.reporting.cases.FailureFormatterASCase;

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/RunnerSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/RunnerSuite.as b/FlexUnit4Test/src/org/flexunit/runner/RunnerSuite.as
index 654566f..1a0ed92 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/RunnerSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/RunnerSuite.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.cases.DescriptionCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptionCase.as b/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptionCase.as
index 39feea4..703c769 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptionCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptionCase.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.cases
 {
 	import flex.lang.reflect.Klass;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptorCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptorCase.as b/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptorCase.as
index 958250c..dc1aff6 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptorCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/cases/DescriptorCase.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.cases
 {
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/cases/RequestCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/cases/RequestCase.as b/FlexUnit4Test/src/org/flexunit/runner/cases/RequestCase.as
index 0a3ce9a..61bd392 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/cases/RequestCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/cases/RequestCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/cases/ResultCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/cases/ResultCase.as b/FlexUnit4Test/src/org/flexunit/runner/cases/ResultCase.as
index f30cdd7..daa01d0 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/cases/ResultCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/cases/ResultCase.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.cases
 {
 	import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/manipulation/ManipulationSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/manipulation/ManipulationSuite.as b/FlexUnit4Test/src/org/flexunit/runner/manipulation/ManipulationSuite.as
index d7ee877..bb17826 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/manipulation/ManipulationSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/manipulation/ManipulationSuite.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.manipulation.cases.FilterCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/FilterCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/FilterCase.as b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/FilterCase.as
index 553667a..96028ff 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/FilterCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/FilterCase.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.cases
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataAlphabeticalSorterCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataAlphabeticalSorterCase.as b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataAlphabeticalSorterCase.as
index 3136ec5..1d18f54 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataAlphabeticalSorterCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataAlphabeticalSorterCase.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.cases
 {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataSorterCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataSorterCase.as b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataSorterCase.as
index e242629..773ef29 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataSorterCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataSorterCase.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.cases
 {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/SorterCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/SorterCase.as b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/SorterCase.as
index 8bb5fbc..d749596 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/SorterCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/SorterCase.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.cases
 {
 	import org.flexunit.Assert;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/manipulation/mocks/FilterMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/manipulation/mocks/FilterMock.as b/FlexUnit4Test/src/org/flexunit/runner/manipulation/mocks/FilterMock.as
index 326feac..22029f0 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/manipulation/mocks/FilterMock.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/manipulation/mocks/FilterMock.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.mocks
 {
 	import com.anywebcam.mock.Mock;

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

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/mocks/DescriptionTestCaseMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/mocks/DescriptionTestCaseMock.as b/FlexUnit4Test/src/org/flexunit/runner/mocks/DescriptionTestCaseMock.as
index 82874e8..9b9bcd9 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/mocks/DescriptionTestCaseMock.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/mocks/DescriptionTestCaseMock.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.mocks
 {
 	[Suite]

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/NotificationSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/NotificationSuite.as b/FlexUnit4Test/src/org/flexunit/runner/notification/NotificationSuite.as
index aba9be8..7cdc911 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/NotificationSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/NotificationSuite.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.notification
 {
 	import org.flexunit.runner.notification.async.AsyncSuite;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/async/AsyncSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/async/AsyncSuite.as b/FlexUnit4Test/src/org/flexunit/runner/notification/async/AsyncSuite.as
index 9802984..7d6daed 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/async/AsyncSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/async/AsyncSuite.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.notification.async
 {
 	import org.flexunit.runner.notification.async.cases.AsyncListenerWatcherCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/AsyncListenerWatcherCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/AsyncListenerWatcherCase.as b/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/AsyncListenerWatcherCase.as
index 9ebb231..dbbb0f7 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/AsyncListenerWatcherCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/AsyncListenerWatcherCase.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.notification.async.cases
 {
 	import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/WaitingListenerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/WaitingListenerCase.as b/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/WaitingListenerCase.as
index 9597ac7..b4d12f9 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/WaitingListenerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/WaitingListenerCase.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.notification.async.cases
 {
 	import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/XMLListenerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/XMLListenerCase.as b/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/XMLListenerCase.as
index 46ee49a..67db1dc 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/XMLListenerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/XMLListenerCase.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.notification.async.cases
 {
 	import org.flexunit.AssertionError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/cases/FailureCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/cases/FailureCase.as b/FlexUnit4Test/src/org/flexunit/runner/notification/cases/FailureCase.as
index f9f2d7e..7a508b8 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/cases/FailureCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/cases/FailureCase.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.notification.cases
 {
 	import com.anywebcam.mock.Mock;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunListenerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunListenerCase.as b/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunListenerCase.as
index daa2865..21163dd 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunListenerCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunListenerCase.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.notification.cases
 {
 	public class RunListenerCase

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunNotifierCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunNotifierCase.as b/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunNotifierCase.as
index e8dd39d..16ea0de 100644
--- a/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunNotifierCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunNotifierCase.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.notification.cases
 {
 	import org.flexunit.runner.Description;

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/RunnersSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/RunnersSuite.as b/FlexUnit4Test/src/org/flexunit/runners/RunnersSuite.as
index a4c903a..0ae29b8 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/RunnersSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/RunnersSuite.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.runners
 {
 	import org.flexunit.runners.cases.BlockFlexUnit4ClassRunnerCase;

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/cases/RunRulesCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/cases/RunRulesCase.as b/FlexUnit4Test/src/org/flexunit/runners/cases/RunRulesCase.as
index fc2d189..b4fdc33 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/cases/RunRulesCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/cases/RunRulesCase.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.runners.cases {
 	import org.flexunit.runners.cases.stub.SynchronousRule;
 	import org.flexunit.runners.cases.stub.AsynchronousRule;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/cases/stub/AsynchronousRule.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/cases/stub/AsynchronousRule.as b/FlexUnit4Test/src/org/flexunit/runners/cases/stub/AsynchronousRule.as
index 3d3007b..da02d4e 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/cases/stub/AsynchronousRule.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/cases/stub/AsynchronousRule.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.runners.cases.stub {
 	import flash.events.TimerEvent;
 	import flash.utils.Timer;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/cases/stub/SynchronousRule.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/cases/stub/SynchronousRule.as b/FlexUnit4Test/src/org/flexunit/runners/cases/stub/SynchronousRule.as
index 69117ce..45fcfbb 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/cases/stub/SynchronousRule.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/cases/stub/SynchronousRule.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.runners.cases.stub {
 	import org.flexunit.internals.runners.statements.IAsyncStatement;
 	import org.flexunit.internals.runners.statements.MethodRuleBase;

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/model/cases/FrameworkMethodCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/model/cases/FrameworkMethodCase.as b/FlexUnit4Test/src/org/flexunit/runners/model/cases/FrameworkMethodCase.as
index d15e9dd..dd47356 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/model/cases/FrameworkMethodCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/model/cases/FrameworkMethodCase.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.runners.model.cases
 {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/model/cases/TestClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/model/cases/TestClassCase.as b/FlexUnit4Test/src/org/flexunit/runners/model/cases/TestClassCase.as
index 976fb1d..4935409 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/model/cases/TestClassCase.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/model/cases/TestClassCase.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.runners.model.cases
 {
 	import flex.lang.reflect.Klass;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/model/mocks/FrameworkMethodMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/model/mocks/FrameworkMethodMock.as b/FlexUnit4Test/src/org/flexunit/runners/model/mocks/FrameworkMethodMock.as
index 00b55c0..0974ddb 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/model/mocks/FrameworkMethodMock.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/model/mocks/FrameworkMethodMock.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.runners.model.mocks
 {
 	import com.anywebcam.mock.Mock;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/model/mocks/RunnerBuilderMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/model/mocks/RunnerBuilderMock.as b/FlexUnit4Test/src/org/flexunit/runners/model/mocks/RunnerBuilderMock.as
index 4fd5899..0d8f59e 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/model/mocks/RunnerBuilderMock.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/model/mocks/RunnerBuilderMock.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.runners.model.mocks
 {
 	import com.anywebcam.mock.Mock;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/runners/model/mocks/TestClassMock.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/runners/model/mocks/TestClassMock.as b/FlexUnit4Test/src/org/flexunit/runners/model/mocks/TestClassMock.as
index 8e7fc61..151a993 100644
--- a/FlexUnit4Test/src/org/flexunit/runners/model/mocks/TestClassMock.as
+++ b/FlexUnit4Test/src/org/flexunit/runners/model/mocks/TestClassMock.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.runners.model.mocks
 {
 	import com.anywebcam.mock.Mock;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/token/TokenSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/token/TokenSuite.as b/FlexUnit4Test/src/org/flexunit/token/TokenSuite.as
index 8de3dc2..0dd5dde 100644
--- a/FlexUnit4Test/src/org/flexunit/token/TokenSuite.as
+++ b/FlexUnit4Test/src/org/flexunit/token/TokenSuite.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.token
 {
 	import org.flexunit.token.cases.AsyncCoreStartupTokenCase;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/flexunit/token/cases/AsyncTestTokenCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/flexunit/token/cases/AsyncTestTokenCase.as b/FlexUnit4Test/src/org/flexunit/token/cases/AsyncTestTokenCase.as
index 87c1bea..2fdf1ac 100644
--- a/FlexUnit4Test/src/org/flexunit/token/cases/AsyncTestTokenCase.as
+++ b/FlexUnit4Test/src/org/flexunit/token/cases/AsyncTestTokenCase.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.token.cases
 {
 	import org.flexunit.Assert;

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

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

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