You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/11/22 02:01:22 UTC

[39/48] git commit: [flex-sdk] [refs/heads/iso7skins] - Another missing license header

Another missing license header

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/iso7skins
Commit: be471e457727f9d9b4e1863b2e04873cc643206a
Parents: 1323d9b
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Nov 19 18:40:43 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Nov 19 18:40:43 2014 +0100

----------------------------------------------------------------------
 .../DataGridEditor_FLEX_34543_Test.as            | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/be471e45/frameworks/tests/unitTests/spark/components/gridClasses/DataGridEditor_FLEX_34543_Test.as
----------------------------------------------------------------------
diff --git a/frameworks/tests/unitTests/spark/components/gridClasses/DataGridEditor_FLEX_34543_Test.as b/frameworks/tests/unitTests/spark/components/gridClasses/DataGridEditor_FLEX_34543_Test.as
index 6572d40..992473a 100644
--- a/frameworks/tests/unitTests/spark/components/gridClasses/DataGridEditor_FLEX_34543_Test.as
+++ b/frameworks/tests/unitTests/spark/components/gridClasses/DataGridEditor_FLEX_34543_Test.as
@@ -1,3 +1,22 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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 spark.components.gridClasses {
     import mx.collections.ArrayCollection;
     import mx.collections.ArrayList;