You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mi...@apache.org on 2015/01/06 18:58:12 UTC

[2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 added license header.

FLEX-34625 added license header.


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

Branch: refs/heads/develop
Commit: 4e14e095c7f2ce04a3084987eacd9e87aed3c6bc
Parents: f42954c
Author: Mihai Chira <mi...@apache.org>
Authored: Tue Jan 6 17:35:33 2015 +0000
Committer: Mihai Chira <mi...@apache.org>
Committed: Tue Jan 6 17:35:33 2015 +0000

----------------------------------------------------------------------
 .../spark/skins/spark/FLEX_34625_Tests.as        | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4e14e095/frameworks/tests/unitTests/spark/skins/spark/FLEX_34625_Tests.as
----------------------------------------------------------------------
diff --git a/frameworks/tests/unitTests/spark/skins/spark/FLEX_34625_Tests.as b/frameworks/tests/unitTests/spark/skins/spark/FLEX_34625_Tests.as
index 57c6a56..070d987 100644
--- a/frameworks/tests/unitTests/spark/skins/spark/FLEX_34625_Tests.as
+++ b/frameworks/tests/unitTests/spark/skins/spark/FLEX_34625_Tests.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.skins.spark {
     import flash.events.Event;
     import flash.events.EventDispatcher;