You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/09/04 20:19:27 UTC

git commit: [flex-asjs] [refs/heads/develop] - missing header

Repository: flex-asjs
Updated Branches:
  refs/heads/develop b57e008b3 -> f3dd25f40


missing header


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

Branch: refs/heads/develop
Commit: f3dd25f4012627ed179f3eaece4b56ff819ec5c0
Parents: b57e008
Author: Alex Harui <ah...@apache.org>
Authored: Fri Sep 4 11:13:51 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Sep 4 11:13:51 2015 -0700

----------------------------------------------------------------------
 .../src/org/apache/flex/mobile/ViewManagerBase.as | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f3dd25f4/frameworks/projects/Mobile/asjs/src/org/apache/flex/mobile/ViewManagerBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Mobile/asjs/src/org/apache/flex/mobile/ViewManagerBase.as b/frameworks/projects/Mobile/asjs/src/org/apache/flex/mobile/ViewManagerBase.as
index 2ff631e..d435157 100644
--- a/frameworks/projects/Mobile/asjs/src/org/apache/flex/mobile/ViewManagerBase.as
+++ b/frameworks/projects/Mobile/asjs/src/org/apache/flex/mobile/ViewManagerBase.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 org.apache.flex.mobile
 {
 	import org.apache.flex.core.UIBase;