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

[18/41] added Apache license header

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAProperty.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAProperty.as b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAProperty.as
index 3fccac8..c365c04 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAProperty.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAProperty.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 tests.flex.lang.reflect.field {
 	import flex.lang.reflect.Field;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAVariable.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAVariable.as b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAVariable.as
index af4805e..f143ce1 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAVariable.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldAsAVariable.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 tests.flex.lang.reflect.field {
 	import flash.utils.describeType;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldSuite.as b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldSuite.as
index ab98350..9f68e33 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldSuite.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldSuite.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 tests.flex.lang.reflect.field {
 
 	[Suite]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithInvalidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithInvalidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithInvalidData.as
index 40ba95d..9f90eaa 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithInvalidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithInvalidData.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 tests.flex.lang.reflect.field {
 	import flex.lang.reflect.Field;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithValidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithValidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithValidData.as
index 4ba3dfd..b0d1b50 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithValidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/field/FieldWithValidData.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 tests.flex.lang.reflect.field {
 	import flex.lang.reflect.Field;
 	import flex.lang.reflect.metadata.MetaDataAnnotation;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassSuite.as b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassSuite.as
index c07fc2a..7b0ecb3 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassSuite.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassSuite.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 tests.flex.lang.reflect.klass {
 	
 	[Suite]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithInvalidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithInvalidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithInvalidData.as
index ad35560..b9e1901 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithInvalidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithInvalidData.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 tests.flex.lang.reflect.klass {
 	import flash.events.EventDispatcher;
 	import flash.events.IEventDispatcher;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithValidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithValidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithValidData.as
index 5151cd1..2dfb52d 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithValidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/KlassWithValidData.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 tests.flex.lang.reflect.klass {
 	import flash.events.EventDispatcher;
 	import flash.events.IEventDispatcher;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor1.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor1.as b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor1.as
index 1dfe4d2..f4536d1 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor1.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor1.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 tests.flex.lang.reflect.klass.helper
 {
 	public class Ancestor1

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor2.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor2.as b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor2.as
index 3355bfd..4f5006f 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor2.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/Ancestor2.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 tests.flex.lang.reflect.klass.helper
 {
 	public class Ancestor2 extends Ancestor1

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/ClassForIntrospection.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/ClassForIntrospection.as b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/ClassForIntrospection.as
index 2043ce1..c55e9e2 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/ClassForIntrospection.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/ClassForIntrospection.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 tests.flex.lang.reflect.klass.helper {
 	[Ignore]
 	public class ClassForIntrospection extends Ancestor2 implements IFakeInterface {

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/IFakeInterface.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/IFakeInterface.as b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/IFakeInterface.as
index 0551649..c5bd26a 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/IFakeInterface.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/klass/helper/IFakeInterface.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 tests.flex.lang.reflect.klass.helper
 {
 	public interface IFakeInterface

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/MetaDataSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/MetaDataSuite.as b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/MetaDataSuite.as
index 9d5e579..2b14da6 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/MetaDataSuite.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/MetaDataSuite.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 tests.flex.lang.reflect.metadata {
 	import tests.flex.lang.reflect.metadata.metaDataAnnotation.AnnotationWithInvalidData;
 	import tests.flex.lang.reflect.metadata.metaDataAnnotation.AnnotationWithValidData;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithInvalidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithInvalidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithInvalidData.as
index a594c41..52b610a 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithInvalidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithInvalidData.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 tests.flex.lang.reflect.metadata.metaDataAnnotation {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithValidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithValidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithValidData.as
index 4531f6a..eb6d4fd 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithValidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataAnnotation/AnnotationWithValidData.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 tests.flex.lang.reflect.metadata.metaDataAnnotation {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithInvalidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithInvalidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithInvalidData.as
index 7ad87fa..9366981 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithInvalidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithInvalidData.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 tests.flex.lang.reflect.metadata.metaDataArgument {
 	import flex.lang.reflect.metadata.MetaDataArgument;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithValidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithValidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithValidData.as
index 7c0739a..644933a 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithValidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/metaDataArgument/ArgumentWithValidData.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 tests.flex.lang.reflect.metadata.metaDataArgument {
 	import flex.lang.reflect.metadata.MetaDataArgument;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/utils/MetaDataToolsCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/utils/MetaDataToolsCase.as b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/utils/MetaDataToolsCase.as
index c844224..89267d6 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/utils/MetaDataToolsCase.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/metadata/utils/MetaDataToolsCase.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 tests.flex.lang.reflect.metadata.utils
 {
 	import flex.lang.reflect.utils.MetadataTools;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodSuite.as b/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodSuite.as
index 3f7fdbf..c9c6d5d 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodSuite.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodSuite.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 tests.flex.lang.reflect.method {
 
 	[Suite]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithInvalidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithInvalidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithInvalidData.as
index 9d83cde..5063eee 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithInvalidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithInvalidData.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 tests.flex.lang.reflect.method {
 	import flex.lang.reflect.Method;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithValidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithValidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithValidData.as
index 98a7711..1ff2491 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithValidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/method/MethodWithValidData.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 tests.flex.lang.reflect.method {
 	import flash.utils.describeType;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/AssertionAndAssumptionSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/AssertionAndAssumptionSuite.as b/FlexUnit4Test/src/tests/org/flexunit/assert/AssertionAndAssumptionSuite.as
index 2b6ae71..c2e6e29 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/AssertionAndAssumptionSuite.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/AssertionAndAssumptionSuite.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 tests.org.flexunit.assert
 {
 	import tests.org.flexunit.assert.absolute.FailCase;

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/assertionsMade/AssertionsMadeCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/assertionsMade/AssertionsMadeCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/assertionsMade/AssertionsMadeCase.as
index d18da09..5868c02 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/assertionsMade/AssertionsMadeCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/assertionsMade/AssertionsMadeCase.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 tests.org.flexunit.assert.assertionsMade {
 	import org.flexunit.Assert;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeCase.as
index 9a0a7b4..fcad045 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeCase.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 tests.org.flexunit.assert.assumption
 {
 	import flexunit.framework.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeThatCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeThatCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeThatCase.as
index 3ce6251..09adc51 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeThatCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/assumption/AssumeThatCase.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 tests.org.flexunit.assert.assumption {
 	import mockolate.runner.MockolateRule;
 	import mockolate.stub;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailNotTrue.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailNotTrue.as b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailNotTrue.as
index f3bb8f6..51c168f 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailNotTrue.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailNotTrue.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 tests.org.flexunit.assert.bool {
 	import flexunit.framework.AssertionFailedError;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailTrue.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailTrue.as b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailTrue.as
index 01259cd..6438ffd 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailTrue.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFailTrue.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 tests.org.flexunit.assert.bool {
 	import flexunit.framework.AssertionFailedError;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseClassCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseClassCase.as
index 4a6935c..fab0dc1 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseClassCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseClassCase.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 tests.org.flexunit.assert.bool
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseFunctionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseFunctionCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseFunctionCase.as
index bdc71fc..d194c3d 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseFunctionCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertFalseFunctionCase.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 tests.org.flexunit.assert.bool
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueClassCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueClassCase.as
index 2d2a536..2d625b3 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueClassCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueClassCase.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 tests.org.flexunit.assert.bool
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueFunctionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueFunctionCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueFunctionCase.as
index 610af18..8143018 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueFunctionCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/bool/AssertTrueFunctionCase.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 tests.org.flexunit.assert.bool
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/DynamicAsserterCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/DynamicAsserterCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/DynamicAsserterCase.as
index 0a18fe4..d254df9 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/DynamicAsserterCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/DynamicAsserterCase.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 tests.org.flexunit.assert.dynamicApp {
 	import mockolate.runner.MockolateRule;
 	import mockolate.stub;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/helper/AsserterHelper.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/helper/AsserterHelper.as b/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/helper/AsserterHelper.as
index 54f214e..9275022 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/helper/AsserterHelper.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/dynamicApp/helper/AsserterHelper.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 tests.org.flexunit.assert.dynamicApp.helper
 {
 	public class AsserterHelper

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsClassCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsClassCase.as
index 5eecb07..dcbd66f 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsClassCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsClassCase.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 tests.org.flexunit.assert.equals
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsFunctionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsFunctionCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsFunctionCase.as
index 6ac38f6..048f938 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsFunctionCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertEqualsFunctionCase.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 tests.org.flexunit.assert.equals
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotEquals.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotEquals.as b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotEquals.as
index 682477f..f690214 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotEquals.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotEquals.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 tests.org.flexunit.assert.equals {
 	import org.flexunit.Assert;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotStrictlyEqual.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotStrictlyEqual.as b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotStrictlyEqual.as
index 2d8fc90..9fafe24 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotStrictlyEqual.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertFailNotStrictlyEqual.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 tests.org.flexunit.assert.equals {
 	import org.flexunit.Assert;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsClassCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsClassCase.as
index 50c73e9..d74bc53 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsClassCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsClassCase.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 tests.org.flexunit.assert.equals
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsFunctionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsFunctionCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsFunctionCase.as
index 0a0f0b1..e949a34 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsFunctionCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/equals/AssertStrictlyEqualsFunctionCase.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 tests.org.flexunit.assert.equals
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/error/AssertionErrorCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/error/AssertionErrorCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/error/AssertionErrorCase.as
index 6833cd6..f902e01 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/error/AssertionErrorCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/error/AssertionErrorCase.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 tests.org.flexunit.assert.error
 {
 	import org.flexunit.Assert;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNotNull.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNotNull.as b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNotNull.as
index 0ca7bd0..d4ddaf0 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNotNull.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNotNull.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 tests.org.flexunit.assert.nullHandling {
 	import flexunit.framework.AssertionFailedError;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNull.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNull.as b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNull.as
index 70f6d19..6a8d62a 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNull.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertFailNull.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 tests.org.flexunit.assert.nullHandling {
 	import flexunit.framework.AssertionFailedError;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNotNullCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNotNullCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNotNullCase.as
index d2c9261..07d224e 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNotNullCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNotNullCase.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 tests.org.flexunit.assert.nullHandling
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullClassCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullClassCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullClassCase.as
index 4b2044b..5c44f91 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullClassCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullClassCase.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 tests.org.flexunit.assert.nullHandling
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullFunctionCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullFunctionCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullFunctionCase.as
index 5561b15..6d6dd7b 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullFunctionCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/nullHandling/AssertNullFunctionCase.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 tests.org.flexunit.assert.nullHandling
 {
 	import flexunit.framework.AssertionFailedError;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/assert/that/AssertThatCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/assert/that/AssertThatCase.as b/FlexUnit4Test/src/tests/org/flexunit/assert/that/AssertThatCase.as
index cb05434..f377f22 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/assert/that/AssertThatCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/assert/that/AssertThatCase.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 tests.org.flexunit.assert.that {
 	import mockolate.runner.MockolateRule;
 	import mockolate.stub;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/async/AsyncHandlerCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncHandlerCase.as b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncHandlerCase.as
index 186c7f9..1091bd9 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncHandlerCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncHandlerCase.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 tests.org.flexunit.async
 {
 	import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/async/AsyncLocatorCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncLocatorCase.as b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncLocatorCase.as
index 4c5bce4..ef4ab9f 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncLocatorCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncLocatorCase.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 tests.org.flexunit.async {
 	import mockolate.runner.MockolateRule;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/async/AsyncNativeTestResponderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncNativeTestResponderCase.as b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncNativeTestResponderCase.as
index a16cc39..feee7f4 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncNativeTestResponderCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncNativeTestResponderCase.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 tests.org.flexunit.async {
 	import flash.net.Responder;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/async/AsyncSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncSuite.as b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncSuite.as
index 07b3704..5d867ed 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncSuite.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/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 tests.org.flexunit.async {
 	
 	[Suite]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/async/AsyncTestResponderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncTestResponderCase.as b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncTestResponderCase.as
index 036e6d4..09945f5 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/async/AsyncTestResponderCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/async/AsyncTestResponderCase.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 tests.org.flexunit.async {
 	import mockolate.runner.MockolateRule;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/async/TestResponderCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/async/TestResponderCase.as b/FlexUnit4Test/src/tests/org/flexunit/async/TestResponderCase.as
index 7e1a856..a6777cb 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/async/TestResponderCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/async/TestResponderCase.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 tests.org.flexunit.async {
 	import mockolate.runner.MockolateRule;
 	import mockolate.stub;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/events/EventsSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/events/EventsSuite.as b/FlexUnit4Test/src/tests/org/flexunit/events/EventsSuite.as
index c96cb1b..3c51cae 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/events/EventsSuite.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/events/EventsSuite.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 tests.org.flexunit.events {
 	import tests.org.flexunit.events.cases.AsyncEventCase;
 	import tests.org.flexunit.events.cases.AsyncResponseEventCase;

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/runner/util/DescriptionUtilTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/runner/util/DescriptionUtilTest.as b/FlexUnit4Test/src/tests/org/flexunit/runner/util/DescriptionUtilTest.as
index 9bcbbec..dc34322 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/runner/util/DescriptionUtilTest.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/runner/util/DescriptionUtilTest.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 tests.org.flexunit.runner.util {
 	import org.flexunit.asserts.assertEquals;
 	import org.flexunit.runner.Description;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/token/AsyncCoreStartupTokenCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/token/AsyncCoreStartupTokenCase.as b/FlexUnit4Test/src/tests/org/flexunit/token/AsyncCoreStartupTokenCase.as
index 7e368d2..4fa754f 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/token/AsyncCoreStartupTokenCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/token/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 tests.org.flexunit.token {
 	import mockolate.runner.MockolateRule;
 	import mockolate.stub;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/org/flexunit/token/AsyncTestTokenCase.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/org/flexunit/token/AsyncTestTokenCase.as b/FlexUnit4Test/src/tests/org/flexunit/token/AsyncTestTokenCase.as
index 80a98d8..819953e 100644
--- a/FlexUnit4Test/src/tests/org/flexunit/token/AsyncTestTokenCase.as
+++ b/FlexUnit4Test/src/tests/org/flexunit/token/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 tests.org.flexunit.token {
 	import mockolate.runner.MockolateRule;
 	import mockolate.stub;

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