Updated Branches:
  refs/heads/FlexUnitTutorial [created] e381d6bae

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

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Complete/FlexUnit4Training_wt1/tests/xml/radii.xml
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Complete/FlexUnit4Training_wt1/tests/xml/radii.xml 
b/FlexUnit4Tutorials/Unit9/Complete/FlexUnit4Training_wt1/tests/xml/radii.xml
index b51f8ae..ad4a630 100644
--- 
a/FlexUnit4Tutorials/Unit9/Complete/FlexUnit4Training_wt1/tests/xml/radii.xml
+++ 
b/FlexUnit4Tutorials/Unit9/Complete/FlexUnit4Training_wt1/tests/xml/radii.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <root>
        <node>-5</node>
        <node>1</node>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastRun.xml
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastRun.xml
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastRun.xml
index bc7693b..b85054b 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastRun.xml
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastRun.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <testrun name="" >
 <testsuite  name="Default Test Suite" project="FlexUnit4_1_B1_BaseDemos">
 <testsuite name="flexUnitTests:BasicCircleTest" type="testcaseclass"/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastSelection.xml
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastSelection.xml
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastSelection.xml
index bc7693b..b85054b 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastSelection.xml
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.FlexUnitSettings/FlexUnitApplicationLastSelection.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <testrun name="" >
 <testsuite  name="Default Test Suite" project="FlexUnit4_1_B1_BaseDemos">
 <testsuite name="flexUnitTests:BasicCircleTest" type="testcaseclass"/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.flexProperties
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.flexProperties 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.flexProperties
index 89373a9..d6472fe 100644
--- a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.flexProperties
+++ b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.flexProperties
@@ -1,2 +1,18 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <flexProperties enableServiceManager="false" flexServerFeatures="0" 
flexServerType="0" fmlDataModelLocation=".model/FlexUnit4_1_B1_BaseDemos.fml" 
toolCompile="true" useServerFlexSDK="false" version="2"/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.fxpProperties
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.fxpProperties 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.fxpProperties
index 673e5d0..bde0485 100644
--- a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.fxpProperties
+++ b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.fxpProperties
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <fxpProperties abbreviated="false" authoringTool="Flex Builder" 
compiles="true" parentProject="592377da-210b-4153-8be6-57ad3a4108e4" 
projectUUID="592377da-210b-4153-8be6-57ad3a4108e4" sdkVersion="4.1.0" 
uuid="ebc498b9-1dab-48a5-84f7-21955494340f" version="4">
   <projects/>
   <src>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.project
----------------------------------------------------------------------
diff --git a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.project 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.project
index 2a22392..893d0e2 100644
--- a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.project
+++ b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.project
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <projectDescription>
        <name>FlexUnit4Training_wt1</name>
        <comment></comment>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.settings/org.eclipse.core.resources.prefs
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.settings/org.eclipse.core.resources.prefs
index 6880f3e..91af8ec 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.settings/org.eclipse.core.resources.prefs
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/.settings/org.eclipse.core.resources.prefs
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 #Wed Jun 09 10:59:48 CDT 2010
 eclipse.preferences.version=1
 encoding/<project>=utf-8

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.css
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.css
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.css
index dbc47c6..8716330 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.css
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.css
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 /* This CSS stylesheet defines styles used by required elements in a flex 
application page that supports browser history */
 
 #ie_historyFrame { width: 0px; height: 0px; display:none }

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.js
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.js
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.js
index b56be2f..61b46f2 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.js
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.js
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 BrowserHistoryUtils = {
     addEvent: function(elm, evType, fn, useCapture) {
         useCapture = useCapture || false;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/historyFrame.html
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/historyFrame.html
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/historyFrame.html
index 07e3806..c8af338 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/historyFrame.html
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/historyFrame.html
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
     <head>
         <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/index.template.html
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/index.template.html
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/index.template.html
index 6dfd405..2146ca8 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/index.template.html
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/index.template.html
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!-- saved from url=(0014)about:internet -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">    

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/swfobject.js
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/swfobject.js
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/swfobject.js
index bf35c07..c862aae 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/swfobject.js
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/swfobject.js
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 /*!    SWFObject v2.2 <http://code.google.com/p/swfobject/> 
        is released under the MIT License 
<http://www.opensource.org/licenses/mit-license.php> 
 */

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/src/FlexUnit4Training.mxml
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/src/FlexUnit4Training.mxml
 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/src/FlexUnit4Training.mxml
index 2187dde..5b20db8 100644
--- 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/src/FlexUnit4Training.mxml
+++ 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/src/FlexUnit4Training.mxml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                           xmlns:s="library://ns.adobe.com/flex/spark" 
                           xmlns:mx="library://ns.adobe.com/flex/mx" 
minWidth="955" minHeight="600" xmlns:flexui="flexunit.flexui.*" 
creationComplete="onCreationComplete()">

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5ea8d63c/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/tests/xml/radii.xml
----------------------------------------------------------------------
diff --git 
a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/tests/xml/radii.xml 
b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/tests/xml/radii.xml
index b51f8ae..ad4a630 100644
--- a/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/tests/xml/radii.xml
+++ b/FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/tests/xml/radii.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <root>
        <node>-5</node>
        <node>1</node>

Reply via email to