FLEX-35037
Adding Apache headers.

Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/17738145
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/17738145
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/17738145

Branch: refs/heads/develop
Commit: 17738145f0ff9e134a5f34f0fb2ce1344c5a0909
Parents: 1905bf3
Author: Mihai Chira <[email protected]>
Authored: Mon Feb 22 18:52:07 2016 +0100
Committer: Mihai Chira <[email protected]>
Committed: Mon Feb 22 18:52:07 2016 +0100

----------------------------------------------------------------------
 .../tests/mx/collections/AddRemoveNumbers.as    | 24 +++++++++++---
 .../tests/mx/collections/AddRemoveObjects.as    | 18 +++++++++++
 .../tests/mx/collections/AddRemoveStrings.as    | 24 +++++++++++---
 .../tests/mx/collections/FilerAndSortNumbers.as | 31 +++++++++++++-----
 .../tests/mx/collections/FilerAndSortStrings.as | 31 +++++++++++++-----
 .../tests/mx/collections/FilterNumbers.as       | 33 ++++++++++++++------
 .../tests/mx/collections/FilterStrings.as       | 33 ++++++++++++++------
 .../tests/mx/collections/SortNumbers.as         | 31 +++++++++++++-----
 .../tests/mx/collections/SortStrings.as         | 31 +++++++++++++-----
 9 files changed, 198 insertions(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/AddRemoveNumbers.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/framework/tests/mx/collections/AddRemoveNumbers.as 
b/frameworks/projects/framework/tests/mx/collections/AddRemoveNumbers.as
index 28354f2..9269d7e 100644
--- a/frameworks/projects/framework/tests/mx/collections/AddRemoveNumbers.as
+++ b/frameworks/projects/framework/tests/mx/collections/AddRemoveNumbers.as
@@ -1,9 +1,25 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       
-       import org.flexunit.asserts.*;
+    import org.flexunit.asserts.*;
 
-       public class AddRemoveNumbers
+    public class AddRemoveNumbers
        {       
                protected var _sut:ArrayCollection;
                

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

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/AddRemoveStrings.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/framework/tests/mx/collections/AddRemoveStrings.as 
b/frameworks/projects/framework/tests/mx/collections/AddRemoveStrings.as
index 43220c3..b63ff7e 100644
--- a/frameworks/projects/framework/tests/mx/collections/AddRemoveStrings.as
+++ b/frameworks/projects/framework/tests/mx/collections/AddRemoveStrings.as
@@ -1,9 +1,25 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       
-       import org.flexunit.asserts.*;
+    import org.flexunit.asserts.*;
 
-       public class AddRemoveStrings
+    public class AddRemoveStrings
        {       
                protected var _sut:ArrayCollection;
                

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/FilerAndSortNumbers.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/framework/tests/mx/collections/FilerAndSortNumbers.as 
b/frameworks/projects/framework/tests/mx/collections/FilerAndSortNumbers.as
index 1741321..8adac2c 100644
--- a/frameworks/projects/framework/tests/mx/collections/FilerAndSortNumbers.as
+++ b/frameworks/projects/framework/tests/mx/collections/FilerAndSortNumbers.as
@@ -1,13 +1,28 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       import mx.collections.Sort;
-       import mx.collections.SortField;
+    import org.flexunit.asserts.*;
 
-       public class FilerAndSortNumbers
-       {               
-               import org.flexunit.asserts.*;
-               
-               protected var ac:ArrayCollection;
+    public class FilerAndSortNumbers
+       {
+
+        protected var ac:ArrayCollection;
                
                [Before]
                public function setUp():void

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/FilerAndSortStrings.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/framework/tests/mx/collections/FilerAndSortStrings.as 
b/frameworks/projects/framework/tests/mx/collections/FilerAndSortStrings.as
index 0d0142a..2fa4505 100644
--- a/frameworks/projects/framework/tests/mx/collections/FilerAndSortStrings.as
+++ b/frameworks/projects/framework/tests/mx/collections/FilerAndSortStrings.as
@@ -1,13 +1,28 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       import mx.collections.Sort;
-       import mx.collections.SortField;
+    import org.flexunit.asserts.*;
 
-       public class FilerAndSortStrings
-       {               
-               import org.flexunit.asserts.*;
-               
-               protected var ac:ArrayCollection;
+    public class FilerAndSortStrings
+       {
+
+        protected var ac:ArrayCollection;
                
                [Before]
                public function setUp():void

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/FilterNumbers.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/framework/tests/mx/collections/FilterNumbers.as 
b/frameworks/projects/framework/tests/mx/collections/FilterNumbers.as
index b7840d8..b74547c 100644
--- a/frameworks/projects/framework/tests/mx/collections/FilterNumbers.as
+++ b/frameworks/projects/framework/tests/mx/collections/FilterNumbers.as
@@ -1,13 +1,28 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       import mx.collections.Sort;
-       import mx.collections.SortField;
-       
-       public class FilterNumbers
-       {       
-               import org.flexunit.asserts.*;
-               
-               protected var ac:ArrayCollection;
+    import org.flexunit.asserts.*;
+
+    public class FilterNumbers
+       {
+
+        protected var ac:ArrayCollection;
                
                [Before]
                public function setUp():void

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/FilterStrings.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/framework/tests/mx/collections/FilterStrings.as 
b/frameworks/projects/framework/tests/mx/collections/FilterStrings.as
index 48e6a5d..347b39b 100644
--- a/frameworks/projects/framework/tests/mx/collections/FilterStrings.as
+++ b/frameworks/projects/framework/tests/mx/collections/FilterStrings.as
@@ -1,13 +1,28 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       import mx.collections.Sort;
-       import mx.collections.SortField;
-       
-       public class FilterStrings
-       {       
-               import org.flexunit.asserts.*;
-               
-               protected var ac:ArrayCollection;
+    import org.flexunit.asserts.*;
+
+    public class FilterStrings
+       {
+
+        protected var ac:ArrayCollection;
                
                [Before]
                public function setUp():void

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/SortNumbers.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/tests/mx/collections/SortNumbers.as 
b/frameworks/projects/framework/tests/mx/collections/SortNumbers.as
index ccaf6aa..bc1be2a 100644
--- a/frameworks/projects/framework/tests/mx/collections/SortNumbers.as
+++ b/frameworks/projects/framework/tests/mx/collections/SortNumbers.as
@@ -1,13 +1,28 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       import mx.collections.Sort;
-       import mx.collections.SortField;
+    import org.flexunit.asserts.*;
 
-       public class SortNumbers
-       {       
-               import org.flexunit.asserts.*;
-               
-               protected var ac:ArrayCollection;
+    public class SortNumbers
+       {
+
+        protected var ac:ArrayCollection;
                
                [Before]
                public function setUp():void

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/17738145/frameworks/projects/framework/tests/mx/collections/SortStrings.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/tests/mx/collections/SortStrings.as 
b/frameworks/projects/framework/tests/mx/collections/SortStrings.as
index f942286..6427cfa 100644
--- a/frameworks/projects/framework/tests/mx/collections/SortStrings.as
+++ b/frameworks/projects/framework/tests/mx/collections/SortStrings.as
@@ -1,13 +1,28 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT 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 mx.collections {
-       import mx.collections.ArrayCollection;
-       import mx.collections.Sort;
-       import mx.collections.SortField;
+    import org.flexunit.asserts.*;
 
-       public class SortStrings
-       {       
-               import org.flexunit.asserts.*;
-               
-               protected var ac:ArrayCollection;
+    public class SortStrings
+       {
+
+        protected var ac:ArrayCollection;
                
                [Before]
                public function setUp():void

Reply via email to