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

[27/41] added Apache license header

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/IFixtureSorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/IFixtureSorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/IFixtureSorter.as
index 44cb00f..421173c 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/IFixtureSorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/IFixtureSorter.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.flexunit.runner.manipulation {
 	import org.flexunit.runner.IDescription;
 	import org.flexunit.runner.manipulation.sortingInheritance.ISortingInheritanceCache;

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/ISorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/ISorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/ISorter.as
index d4f565c..8d84ab4 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/ISorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/ISorter.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.flexunit.runner.manipulation {
 	import org.flexunit.runner.IDescription;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/NoTestsRemainException.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/NoTestsRemainException.as b/FlexUnit4/src/org/flexunit/runner/manipulation/NoTestsRemainException.as
index 792e916..8917eb4 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/NoTestsRemainException.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/NoTestsRemainException.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
 {
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusAlphaSorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusAlphaSorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusAlphaSorter.as
index e4611e0..b0ce4ea 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusAlphaSorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusAlphaSorter.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 flex.lang.reflect.metadata.MetaDataAnnotation;
 	import flex.lang.reflect.metadata.MetaDataArgument;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusInheritanceSorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusInheritanceSorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusInheritanceSorter.as
index 9459105..4b13fae 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusInheritanceSorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentPlusInheritanceSorter.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 flash.utils.Dictionary;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentSorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentSorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentSorter.as
index 347b743..9168c99 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentSorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/OrderArgumentSorter.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 flex.lang.reflect.metadata.MetaDataAnnotation;
 	import flex.lang.reflect.metadata.MetaDataArgument;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/Sorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/Sorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/Sorter.as
index 843ab51..b3ca510 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/Sorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/Sorter.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.Description;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/fields/FieldMetaDataSorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/fields/FieldMetaDataSorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/fields/FieldMetaDataSorter.as
index 49bc8c4..ac982e1 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/fields/FieldMetaDataSorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/fields/FieldMetaDataSorter.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.
+ */
 
 //This class is highly duplicated from OrderArgumentSorter and we should abstract common functionality
 package org.flexunit.runner.manipulation.fields {

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/fields/IFieldSorter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/fields/IFieldSorter.as b/FlexUnit4/src/org/flexunit/runner/manipulation/fields/IFieldSorter.as
index b0605c3..5ee0b76 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/fields/IFieldSorter.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/fields/IFieldSorter.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.fields {
 	import flex.lang.reflect.Field;
 

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

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/manipulation/sortingInheritance/ClassInheritanceOrderCache.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/manipulation/sortingInheritance/ClassInheritanceOrderCache.as b/FlexUnit4/src/org/flexunit/runner/manipulation/sortingInheritance/ClassInheritanceOrderCache.as
index 6c6cee7..aa76ea8 100644
--- a/FlexUnit4/src/org/flexunit/runner/manipulation/sortingInheritance/ClassInheritanceOrderCache.as
+++ b/FlexUnit4/src/org/flexunit/runner/manipulation/sortingInheritance/ClassInheritanceOrderCache.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.sortingInheritance {
 	import flash.utils.Dictionary;
 	

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/Failure.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/Failure.as b/FlexUnit4/src/org/flexunit/runner/notification/Failure.as
index a3296a5..13013a6 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/Failure.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/Failure.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 flash.system.Capabilities;
 	

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/IAsyncRunListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/IAsyncRunListener.as b/FlexUnit4/src/org/flexunit/runner/notification/IAsyncRunListener.as
index 2323a5c..063640e 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/IAsyncRunListener.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/IAsyncRunListener.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 flash.events.IEventDispatcher;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/IAsyncStartupRunListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/IAsyncStartupRunListener.as b/FlexUnit4/src/org/flexunit/runner/notification/IAsyncStartupRunListener.as
index 02fd274..67bbef5 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/IAsyncStartupRunListener.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/IAsyncStartupRunListener.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 {
 	
 	/**

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/IRunListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/IRunListener.as b/FlexUnit4/src/org/flexunit/runner/notification/IRunListener.as
index 6a9edf2..4badccf 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/IRunListener.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/IRunListener.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.IDescription;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/IRunNotifier.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/IRunNotifier.as b/FlexUnit4/src/org/flexunit/runner/notification/IRunNotifier.as
index 00a502a..ee7bd93 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/IRunNotifier.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/IRunNotifier.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.IDescription;
 	import org.flexunit.runner.Result;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/ITemporalRunListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/ITemporalRunListener.as b/FlexUnit4/src/org/flexunit/runner/notification/ITemporalRunListener.as
index 995f854..0f47efe 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/ITemporalRunListener.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/ITemporalRunListener.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.IDescription;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/RunListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/RunListener.as b/FlexUnit4/src/org/flexunit/runner/notification/RunListener.as
index db618fa..19a9f9d 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/RunListener.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/RunListener.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.Description;
 	import org.flexunit.runner.IDescription;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/RunNotifier.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/RunNotifier.as b/FlexUnit4/src/org/flexunit/runner/notification/RunNotifier.as
index 9785908..30ec11a 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/RunNotifier.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/RunNotifier.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 flash.utils.*;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/StoppedByUserException.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/StoppedByUserException.as b/FlexUnit4/src/org/flexunit/runner/notification/StoppedByUserException.as
index b3895e8..966eb02 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/StoppedByUserException.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/StoppedByUserException.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
 {
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/async/AsyncListenerWatcher.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/async/AsyncListenerWatcher.as b/FlexUnit4/src/org/flexunit/runner/notification/async/AsyncListenerWatcher.as
index 8b41edc..af30250 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/async/AsyncListenerWatcher.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/async/AsyncListenerWatcher.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 flash.events.Event;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/async/WaitingListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/async/WaitingListener.as b/FlexUnit4/src/org/flexunit/runner/notification/async/WaitingListener.as
index 46f50b8..82a36f8 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/async/WaitingListener.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/async/WaitingListener.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.
+ */
 /**
  * notes
  * 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runner/notification/async/XMLListener.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/notification/async/XMLListener.as b/FlexUnit4/src/org/flexunit/runner/notification/async/XMLListener.as
index 5b098b1..fee5701 100644
--- a/FlexUnit4/src/org/flexunit/runner/notification/async/XMLListener.as
+++ b/FlexUnit4/src/org/flexunit/runner/notification/async/XMLListener.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 flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/BlockFlexUnit4ClassRunner.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/BlockFlexUnit4ClassRunner.as b/FlexUnit4/src/org/flexunit/runners/BlockFlexUnit4ClassRunner.as
index e691a67..7a3063c 100644
--- a/FlexUnit4/src/org/flexunit/runners/BlockFlexUnit4ClassRunner.as
+++ b/FlexUnit4/src/org/flexunit/runners/BlockFlexUnit4ClassRunner.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 flash.utils.getQualifiedClassName;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/Parameterized.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/Parameterized.as b/FlexUnit4/src/org/flexunit/runners/Parameterized.as
index 2320f76..c7e7e2a 100644
--- a/FlexUnit4/src/org/flexunit/runners/Parameterized.as
+++ b/FlexUnit4/src/org/flexunit/runners/Parameterized.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 flex.lang.reflect.Field;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/ParentRunner.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/ParentRunner.as b/FlexUnit4/src/org/flexunit/runners/ParentRunner.as
index 50d21fd..064eb25 100644
--- a/FlexUnit4/src/org/flexunit/runners/ParentRunner.as
+++ b/FlexUnit4/src/org/flexunit/runners/ParentRunner.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.constants.AnnotationConstants;
 	import org.flexunit.internals.AssumptionViolatedException;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/Suite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/Suite.as b/FlexUnit4/src/org/flexunit/runners/Suite.as
index d4bebe5..e681cf0 100644
--- a/FlexUnit4/src/org/flexunit/runners/Suite.as
+++ b/FlexUnit4/src/org/flexunit/runners/Suite.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 flex.lang.reflect.Klass;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/model/FrameworkMethod.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/model/FrameworkMethod.as b/FlexUnit4/src/org/flexunit/runners/model/FrameworkMethod.as
index a8191ad..56b39d2 100644
--- a/FlexUnit4/src/org/flexunit/runners/model/FrameworkMethod.as
+++ b/FlexUnit4/src/org/flexunit/runners/model/FrameworkMethod.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 flex.lang.reflect.Method;
 	import flex.lang.reflect.metadata.MetaDataAnnotation;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/model/IRunnerBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/model/IRunnerBuilder.as b/FlexUnit4/src/org/flexunit/runners/model/IRunnerBuilder.as
index 7d7ee60..a103401 100644
--- a/FlexUnit4/src/org/flexunit/runners/model/IRunnerBuilder.as
+++ b/FlexUnit4/src/org/flexunit/runners/model/IRunnerBuilder.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.runner.IRunner;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/model/IStatement.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/model/IStatement.as b/FlexUnit4/src/org/flexunit/runners/model/IStatement.as
index a6cba86..1de2ea0 100644
--- a/FlexUnit4/src/org/flexunit/runners/model/IStatement.as
+++ b/FlexUnit4/src/org/flexunit/runners/model/IStatement.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 flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/model/ParameterizedMethod.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/model/ParameterizedMethod.as b/FlexUnit4/src/org/flexunit/runners/model/ParameterizedMethod.as
index 81f2b23..93046be 100644
--- a/FlexUnit4/src/org/flexunit/runners/model/ParameterizedMethod.as
+++ b/FlexUnit4/src/org/flexunit/runners/model/ParameterizedMethod.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 flex.lang.reflect.Method;
 	import flex.lang.reflect.metadata.MetaDataAnnotation;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/model/RunnerBuilderBase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/model/RunnerBuilderBase.as b/FlexUnit4/src/org/flexunit/runners/model/RunnerBuilderBase.as
index 30fde19..dd007e0 100644
--- a/FlexUnit4/src/org/flexunit/runners/model/RunnerBuilderBase.as
+++ b/FlexUnit4/src/org/flexunit/runners/model/RunnerBuilderBase.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 flash.utils.Dictionary;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/runners/model/TestClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runners/model/TestClass.as b/FlexUnit4/src/org/flexunit/runners/model/TestClass.as
index f6d4acb..01bb390 100644
--- a/FlexUnit4/src/org/flexunit/runners/model/TestClass.as
+++ b/FlexUnit4/src/org/flexunit/runners/model/TestClass.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 flash.utils.Dictionary;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/token/AsyncCoreStartupToken.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/token/AsyncCoreStartupToken.as b/FlexUnit4/src/org/flexunit/token/AsyncCoreStartupToken.as
index 65be951..5dcd3e6 100644
--- a/FlexUnit4/src/org/flexunit/token/AsyncCoreStartupToken.as
+++ b/FlexUnit4/src/org/flexunit/token/AsyncCoreStartupToken.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.runner.IRunner;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/token/AsyncTestToken.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/token/AsyncTestToken.as b/FlexUnit4/src/org/flexunit/token/AsyncTestToken.as
index b69ff65..3c2a0c0 100644
--- a/FlexUnit4/src/org/flexunit/token/AsyncTestToken.as
+++ b/FlexUnit4/src/org/flexunit/token/AsyncTestToken.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 {
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/token/ChildResult.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/token/ChildResult.as b/FlexUnit4/src/org/flexunit/token/ChildResult.as
index d8734f0..91e482d 100644
--- a/FlexUnit4/src/org/flexunit/token/ChildResult.as
+++ b/FlexUnit4/src/org/flexunit/token/ChildResult.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 {
 	/**
 	 * The <code>ChildResult</code> stores an <code>AsyncTestToken</code> and a potential <code>Error</code> 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/token/IAsyncTestToken.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/token/IAsyncTestToken.as b/FlexUnit4/src/org/flexunit/token/IAsyncTestToken.as
index 3112855..f3585dc 100644
--- a/FlexUnit4/src/org/flexunit/token/IAsyncTestToken.as
+++ b/FlexUnit4/src/org/flexunit/token/IAsyncTestToken.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 {
 	/**
 	 * Interface describing viable tokens to be passed between test stages

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/utils/ClassNameUtil.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/utils/ClassNameUtil.as b/FlexUnit4/src/org/flexunit/utils/ClassNameUtil.as
index 7c6323d..e318bc3 100644
--- a/FlexUnit4/src/org/flexunit/utils/ClassNameUtil.as
+++ b/FlexUnit4/src/org/flexunit/utils/ClassNameUtil.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 {
 	/**
 	 * The <code>ClassNameUtil</code> is responsible for assisting in the formatting of class names.

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/flexunit/utils/DescriptionUtil.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/utils/DescriptionUtil.as b/FlexUnit4/src/org/flexunit/utils/DescriptionUtil.as
index a9af1e7..da6dc9a 100644
--- a/FlexUnit4/src/org/flexunit/utils/DescriptionUtil.as
+++ b/FlexUnit4/src/org/flexunit/utils/DescriptionUtil.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.runner.IDescription;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/ISequenceAction.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/ISequenceAction.as b/FlexUnit4/src/org/fluint/sequence/ISequenceAction.as
index 1fe6e11..5779478 100644
--- a/FlexUnit4/src/org/fluint/sequence/ISequenceAction.as
+++ b/FlexUnit4/src/org/fluint/sequence/ISequenceAction.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence {
 	import flash.events.IEventDispatcher;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/ISequencePend.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/ISequencePend.as b/FlexUnit4/src/org/fluint/sequence/ISequencePend.as
index a3bd454..9ac9b1a 100644
--- a/FlexUnit4/src/org/fluint/sequence/ISequencePend.as
+++ b/FlexUnit4/src/org/fluint/sequence/ISequencePend.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
  package org.fluint.sequence {
 	
 	/**

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/ISequenceStep.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/ISequenceStep.as b/FlexUnit4/src/org/fluint/sequence/ISequenceStep.as
index 47dff6f..1934617 100644
--- a/FlexUnit4/src/org/fluint/sequence/ISequenceStep.as
+++ b/FlexUnit4/src/org/fluint/sequence/ISequenceStep.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence {
 	import flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/SequenceBindingWaiter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/SequenceBindingWaiter.as b/FlexUnit4/src/org/fluint/sequence/SequenceBindingWaiter.as
index fcf6fd1..0f1f060 100644
--- a/FlexUnit4/src/org/fluint/sequence/SequenceBindingWaiter.as
+++ b/FlexUnit4/src/org/fluint/sequence/SequenceBindingWaiter.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence {
 	import flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/SequenceCaller.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/SequenceCaller.as b/FlexUnit4/src/org/fluint/sequence/SequenceCaller.as
index b6fc69f..3a6f382 100644
--- a/FlexUnit4/src/org/fluint/sequence/SequenceCaller.as
+++ b/FlexUnit4/src/org/fluint/sequence/SequenceCaller.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence
 {
 	import flash.events.IEventDispatcher;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/SequenceDelay.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/SequenceDelay.as b/FlexUnit4/src/org/fluint/sequence/SequenceDelay.as
index b230fd3..c1a8673 100644
--- a/FlexUnit4/src/org/fluint/sequence/SequenceDelay.as
+++ b/FlexUnit4/src/org/fluint/sequence/SequenceDelay.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence {
 
 	import flash.events.TimerEvent;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/SequenceEventDispatcher.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/SequenceEventDispatcher.as b/FlexUnit4/src/org/fluint/sequence/SequenceEventDispatcher.as
index d5b9fd6..2c9e472 100644
--- a/FlexUnit4/src/org/fluint/sequence/SequenceEventDispatcher.as
+++ b/FlexUnit4/src/org/fluint/sequence/SequenceEventDispatcher.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence
 {
 	import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/SequenceRunner.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/SequenceRunner.as b/FlexUnit4/src/org/fluint/sequence/SequenceRunner.as
index ad63bb4..e5a80ff 100644
--- a/FlexUnit4/src/org/fluint/sequence/SequenceRunner.as
+++ b/FlexUnit4/src/org/fluint/sequence/SequenceRunner.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
  package org.fluint.sequence {
 	import flash.events.Event;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/SequenceSetter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/SequenceSetter.as b/FlexUnit4/src/org/fluint/sequence/SequenceSetter.as
index 34340cf..df68c70 100644
--- a/FlexUnit4/src/org/fluint/sequence/SequenceSetter.as
+++ b/FlexUnit4/src/org/fluint/sequence/SequenceSetter.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence {
 	import flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/sequence/SequenceWaiter.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/sequence/SequenceWaiter.as b/FlexUnit4/src/org/fluint/sequence/SequenceWaiter.as
index d7d62a9..0caa8a6 100644
--- a/FlexUnit4/src/org/fluint/sequence/SequenceWaiter.as
+++ b/FlexUnit4/src/org/fluint/sequence/SequenceWaiter.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.sequence {
 	import flash.events.IEventDispatcher;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/IVisualEnvironmentBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/IVisualEnvironmentBuilder.as b/FlexUnit4/src/org/fluint/uiImpersonation/IVisualEnvironmentBuilder.as
index 7c80146..bd2e45f 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/IVisualEnvironmentBuilder.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/IVisualEnvironmentBuilder.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.uiImpersonation {
 	/**
 	 * 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/IVisualTestEnvironment.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/IVisualTestEnvironment.as b/FlexUnit4/src/org/fluint/uiImpersonation/IVisualTestEnvironment.as
index 52a5b56..bd59356 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/IVisualTestEnvironment.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/IVisualTestEnvironment.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.uiImpersonation
 {
 	import flash.display.DisplayObject;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/UIImpersonator.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/UIImpersonator.as b/FlexUnit4/src/org/fluint/uiImpersonation/UIImpersonator.as
index 78a248a..0adbe8c 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/UIImpersonator.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/UIImpersonator.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
  
  package org.fluint.uiImpersonation
 {

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironment.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironment.as b/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironment.as
index 88c4d20..071b69f 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironment.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironment.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.uiImpersonation
 {
 	import flash.display.DisplayObject;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironmentBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironmentBuilder.as b/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironmentBuilder.as
index 648deb9..4d97b81 100644
--- a/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironmentBuilder.as
+++ b/FlexUnit4/src/org/fluint/uiImpersonation/VisualTestEnvironmentBuilder.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.fluint.uiImpersonation {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;