You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/18 18:17:32 UTC

git commit: [flex-asjs] [refs/heads/tlf] - Add missing Apache License header ot TLFFactory

Repository: flex-asjs
Updated Branches:
  refs/heads/tlf 0a59f91b2 -> f0e3e5f08


Add missing Apache License header ot TLFFactory


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

Branch: refs/heads/tlf
Commit: f0e3e5f08b0707f5f37c4eddb3dce7c5f4edf484
Parents: 0a59f91
Author: piotrz <pi...@apache.org>
Authored: Sun Jun 18 20:17:27 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sun Jun 18 20:17:27 2017 +0200

----------------------------------------------------------------------
 .../apache/flex/textLayout/factory/TLFFactory.as  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f0e3e5f0/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/factory/TLFFactory.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/factory/TLFFactory.as b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/factory/TLFFactory.as
index cf1ec10..213217c 100644
--- a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/factory/TLFFactory.as
+++ b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/factory/TLFFactory.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.textLayout.factory
 {
 	public class TLFFactory