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

[19/41] added Apache license header

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/core/NotTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/core/NotTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/core/NotTest.as
index 5818285..63b65c6 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/core/NotTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/core/NotTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.core
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/date/DateAfterTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateAfterTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateAfterTest.as
index c3a3373..97ac157 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateAfterTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateAfterTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.date
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBeforeTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBeforeTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBeforeTest.as
index 2257269..5cd7346 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBeforeTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBeforeTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.date
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBetweenTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBetweenTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBetweenTest.as
index 78e1683..f93afba 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBetweenTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateBetweenTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.date
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/date/DateEqualToTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateEqualToTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateEqualToTest.as
index 2db7fdc..4703bbe 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/date/DateEqualToTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/date/DateEqualToTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.date
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/number/BetweenTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/number/BetweenTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/number/BetweenTest.as
index 0669e3e..f35b41b 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/number/BetweenTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/number/BetweenTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.number
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/number/CloseToTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/number/CloseToTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/number/CloseToTest.as
index a2a66fa..9aa81fe 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/number/CloseToTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/number/CloseToTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.number
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanOrEqualToTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanOrEqualToTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanOrEqualToTest.as
index 92080c2..8543fd8 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanOrEqualToTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanOrEqualToTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.number
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanTest.as
index f4a6ee8..a7b2203 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/number/GreaterThanTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.number
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanOrEqualToTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanOrEqualToTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanOrEqualToTest.as
index 836b570..eae9e07 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanOrEqualToTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanOrEqualToTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.number
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanTest.as
index 070e2f8..16d9e2a 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/number/LessThanTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.number
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/EqualToTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/EqualToTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/EqualToTest.as
index 4fbbeed..cf89462 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/EqualToTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/EqualToTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyChainTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyChainTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyChainTest.as
index 584b04c..3af7618 100644
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyChainTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyChainTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyTest.as
index cfdaab8..60c45b4 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyWithValueTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyWithValueTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyWithValueTest.as
index d11eb7e..a9864c0 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyWithValueTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/HasPropertyWithValueTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/InstanceOfTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/InstanceOfTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/InstanceOfTest.as
index ab028f4..776857a 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/InstanceOfTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/InstanceOfTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/IsFalseTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/IsFalseTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/IsFalseTest.as
index 12e1429..b34660b 100644
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/IsFalseTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/IsFalseTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
   import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/IsTrueTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/IsTrueTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/IsTrueTest.as
index 94efb3e..07e757a 100644
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/IsTrueTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/IsTrueTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
   import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/NotNullTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/NotNullTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/NotNullTest.as
index 6e7c7ba..cb81aff 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/NotNullTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/NotNullTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/NullTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/NullTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/NullTest.as
index 6425a41..e769edc 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/NullTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/NullTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import org.hamcrest.mxml.AbstractMXMLMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/object/SameInstanceTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/object/SameInstanceTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/object/SameInstanceTest.as
index b618df9..05ba61c 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/object/SameInstanceTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/object/SameInstanceTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.object
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/text/ContainsStringTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/text/ContainsStringTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/text/ContainsStringTest.as
index 53f7663..b0f9d26 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/text/ContainsStringTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/text/ContainsStringTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.text
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/text/EmptyStringTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/text/EmptyStringTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/text/EmptyStringTest.as
index d6a5d73..12c671c 100644
--- a/FlexUnit4Test/src/org/hamcrest/mxml/text/EmptyStringTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/text/EmptyStringTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.text
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/text/EndsWithTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/text/EndsWithTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/text/EndsWithTest.as
index 35fc550..0a35a3b 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/text/EndsWithTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/text/EndsWithTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.text
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/mxml/text/StartsWithTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/mxml/text/StartsWithTest.as b/FlexUnit4Test/src/org/hamcrest/mxml/text/StartsWithTest.as
index 1fa13f2..b99263f 100755
--- a/FlexUnit4Test/src/org/hamcrest/mxml/text/StartsWithTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/mxml/text/StartsWithTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.mxml.text
 {
     import flash.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/number/BetweenTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/number/BetweenTest.as b/FlexUnit4Test/src/org/hamcrest/number/BetweenTest.as
index 4a2e2ee..903d28a 100755
--- a/FlexUnit4Test/src/org/hamcrest/number/BetweenTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/number/BetweenTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.number
 {
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/number/CloseToTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/number/CloseToTest.as b/FlexUnit4Test/src/org/hamcrest/number/CloseToTest.as
index 2de8080..e3aded2 100755
--- a/FlexUnit4Test/src/org/hamcrest/number/CloseToTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/number/CloseToTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.number
 {
     import org.flexunit.assertThat;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/number/GreaterThanTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/number/GreaterThanTest.as b/FlexUnit4Test/src/org/hamcrest/number/GreaterThanTest.as
index d342d77..bd1b87e 100755
--- a/FlexUnit4Test/src/org/hamcrest/number/GreaterThanTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/number/GreaterThanTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.number
 {
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/number/IsNotANumberTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/number/IsNotANumberTest.as b/FlexUnit4Test/src/org/hamcrest/number/IsNotANumberTest.as
index eb65703..0d36974 100644
--- a/FlexUnit4Test/src/org/hamcrest/number/IsNotANumberTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/number/IsNotANumberTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.number
 {
 	import org.hamcrest.AbstractMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/number/IsNumberTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/number/IsNumberTest.as b/FlexUnit4Test/src/org/hamcrest/number/IsNumberTest.as
index 7bac17c..872309c 100644
--- a/FlexUnit4Test/src/org/hamcrest/number/IsNumberTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/number/IsNumberTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.number
 {
 	import org.hamcrest.AbstractMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/number/LessThanTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/number/LessThanTest.as b/FlexUnit4Test/src/org/hamcrest/number/LessThanTest.as
index d18be05..8f2f94b 100755
--- a/FlexUnit4Test/src/org/hamcrest/number/LessThanTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/number/LessThanTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.number
 {
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/HasPropertiesTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/HasPropertiesTest.as b/FlexUnit4Test/src/org/hamcrest/object/HasPropertiesTest.as
index 670e61b..c81da1c 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/HasPropertiesTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/HasPropertiesTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
     import org.hamcrest.AbstractMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/HasPropertyChainTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/HasPropertyChainTest.as b/FlexUnit4Test/src/org/hamcrest/object/HasPropertyChainTest.as
index 14a3561..c4ed3e2 100644
--- a/FlexUnit4Test/src/org/hamcrest/object/HasPropertyChainTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/HasPropertyChainTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
     import org.hamcrest.AbstractMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/HasPropertyTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/HasPropertyTest.as b/FlexUnit4Test/src/org/hamcrest/object/HasPropertyTest.as
index d134243..6d7f731 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/HasPropertyTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/HasPropertyTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
     import org.hamcrest.AbstractMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/HasPropertyWithValueTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/HasPropertyWithValueTest.as b/FlexUnit4Test/src/org/hamcrest/object/HasPropertyWithValueTest.as
index b8936d0..607cbf1 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/HasPropertyWithValueTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/HasPropertyWithValueTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
     

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/IsEqualTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/IsEqualTest.as b/FlexUnit4Test/src/org/hamcrest/object/IsEqualTest.as
index a5a5e99..1cf4cc3 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/IsEqualTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/IsEqualTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/IsFalseTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/IsFalseTest.as b/FlexUnit4Test/src/org/hamcrest/object/IsFalseTest.as
index 674a582..d54a2c3 100644
--- a/FlexUnit4Test/src/org/hamcrest/object/IsFalseTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/IsFalseTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
   import org.hamcrest.MatcherAssertTest;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/IsInstanceOfTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/IsInstanceOfTest.as b/FlexUnit4Test/src/org/hamcrest/object/IsInstanceOfTest.as
index 7b5406c..400c0fe 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/IsInstanceOfTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/IsInstanceOfTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/IsNullTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/IsNullTest.as b/FlexUnit4Test/src/org/hamcrest/object/IsNullTest.as
index 53fc5ab..ea4eb20 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/IsNullTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/IsNullTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/IsSameTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/IsSameTest.as b/FlexUnit4Test/src/org/hamcrest/object/IsSameTest.as
index 4e00ff5..baa60a7 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/IsSameTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/IsSameTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/IsStrictlyEqualTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/IsStrictlyEqualTest.as b/FlexUnit4Test/src/org/hamcrest/object/IsStrictlyEqualTest.as
index bef50f9..3683ff2 100755
--- a/FlexUnit4Test/src/org/hamcrest/object/IsStrictlyEqualTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/IsStrictlyEqualTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
     

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/object/IsTrueTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/object/IsTrueTest.as b/FlexUnit4Test/src/org/hamcrest/object/IsTrueTest.as
index 89cc45f..b8f3fb3 100644
--- a/FlexUnit4Test/src/org/hamcrest/object/IsTrueTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/object/IsTrueTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.object
 {
   import org.hamcrest.MatcherAssertTest;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/text/EmptyStringTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/text/EmptyStringTest.as b/FlexUnit4Test/src/org/hamcrest/text/EmptyStringTest.as
index 3964212..3ba1307 100755
--- a/FlexUnit4Test/src/org/hamcrest/text/EmptyStringTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/text/EmptyStringTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.text
 {
     import org.hamcrest.AbstractMatcherTestCase;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/text/StringContainsTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/text/StringContainsTest.as b/FlexUnit4Test/src/org/hamcrest/text/StringContainsTest.as
index 66896e6..427a167 100755
--- a/FlexUnit4Test/src/org/hamcrest/text/StringContainsTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/text/StringContainsTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.text
 {
     import org.hamcrest.*;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/text/StringEndsWithTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/text/StringEndsWithTest.as b/FlexUnit4Test/src/org/hamcrest/text/StringEndsWithTest.as
index 6383a78..2576602 100755
--- a/FlexUnit4Test/src/org/hamcrest/text/StringEndsWithTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/text/StringEndsWithTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.text
 {
     import org.hamcrest.*;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/text/StringStartsWithTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/text/StringStartsWithTest.as b/FlexUnit4Test/src/org/hamcrest/text/StringStartsWithTest.as
index b27d966..148c261 100755
--- a/FlexUnit4Test/src/org/hamcrest/text/StringStartsWithTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/text/StringStartsWithTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.text
 {
     import org.hamcrest.*;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/org/hamcrest/validation/MatcherValidatorTest.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/org/hamcrest/validation/MatcherValidatorTest.as b/FlexUnit4Test/src/org/hamcrest/validation/MatcherValidatorTest.as
index e12c6b6..d781517 100755
--- a/FlexUnit4Test/src/org/hamcrest/validation/MatcherValidatorTest.as
+++ b/FlexUnit4Test/src/org/hamcrest/validation/MatcherValidatorTest.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.hamcrest.validation
 {
     import mx.events.ValidationResultEvent;

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/ReflectionSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/ReflectionSuite.as b/FlexUnit4Test/src/tests/flex/lang/reflect/ReflectionSuite.as
index 4942941..6f630ad 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/ReflectionSuite.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/ReflectionSuite.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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 {
 	import tests.flex.lang.reflect.builders.BuilderSuite;
 	import tests.flex.lang.reflect.constructor.ConstructorSuite;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/builders/BuilderSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/builders/BuilderSuite.as b/FlexUnit4Test/src/tests/flex/lang/reflect/builders/BuilderSuite.as
index 59afed1..acdab86 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/builders/BuilderSuite.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/builders/BuilderSuite.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.builders {
 	[Suite]
 	[RunWith("org.flexunit.runners.Suite")]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/builders/MethodBuilderWithValidData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/builders/MethodBuilderWithValidData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/builders/MethodBuilderWithValidData.as
index 10815ce..63813d0 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/builders/MethodBuilderWithValidData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/builders/MethodBuilderWithValidData.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.builders {
 	import flash.utils.describeType;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithResolvedData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithResolvedData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithResolvedData.as
index c9f81b1..46f1799 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithResolvedData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithResolvedData.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor {
 	import flex.lang.reflect.Constructor;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithUnresolvedData.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithUnresolvedData.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithUnresolvedData.as
index f0a9783..1e431bf 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithUnresolvedData.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorParamsWithUnresolvedData.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor {
 	import flex.lang.reflect.Constructor;
 	import flex.lang.reflect.Klass;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorSuite.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorSuite.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorSuite.as
index 4161cfe..ab28fba 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorSuite.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorSuite.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor {
 
 	[Suite]

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorWithStubKlass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorWithStubKlass.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorWithStubKlass.as
index eb12106..c7e4717 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorWithStubKlass.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/ConstructorWithStubKlass.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor {
 	import flex.lang.reflect.Constructor;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor0ArgTestClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor0ArgTestClass.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor0ArgTestClass.as
index 5aa6575..4318e5f 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor0ArgTestClass.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor0ArgTestClass.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor.helper
 {
 	public class Constructor0ArgTestClass

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor1ArgTestClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor1ArgTestClass.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor1ArgTestClass.as
index 36dae95..700be5e 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor1ArgTestClass.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor1ArgTestClass.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor.helper {
 	public class Constructor1ArgTestClass {
 		public var arg1:int;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor2ArgTestClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor2ArgTestClass.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor2ArgTestClass.as
index fb99917..0baaaa6 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor2ArgTestClass.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor2ArgTestClass.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor.helper {
 	public class Constructor2ArgTestClass {
 		public var arg1:int;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor3ArgTestClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor3ArgTestClass.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor3ArgTestClass.as
index 4482665..6516284 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor3ArgTestClass.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/Constructor3ArgTestClass.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor.helper {
 	public class Constructor3ArgTestClass {
 		public var arg1:int;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/ConstructorUndefinedArgTestClass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/ConstructorUndefinedArgTestClass.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/ConstructorUndefinedArgTestClass.as
index 750e645..a1fcdbd 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/ConstructorUndefinedArgTestClass.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/ConstructorUndefinedArgTestClass.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor.helper {
 	/** This class is separate from the others and is only ever instantiated in one class.
 	 *  We need to ensure that is true so we can attempt to resolve the constructor arguments.

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/StubKlass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/StubKlass.as b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/StubKlass.as
index 28d52f4..24f2996 100644
--- a/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/StubKlass.as
+++ b/FlexUnit4Test/src/tests/flex/lang/reflect/constructor/helper/StubKlass.as
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.constructor.helper {
 	import flex.lang.reflect.Klass;