You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/10 13:56:10 UTC

[04/13] git commit: [flex-sdk] [refs/heads/develop] - Add license header

Add 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/f872070e
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f872070e
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/f872070e

Branch: refs/heads/develop
Commit: f872070e54a03fc3591db39f9a3730f581220c84
Parents: dd7cd53
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Dec 10 10:33:26 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Dec 10 13:30:04 2014 +0100

----------------------------------------------------------------------
 .../apache/flex/promises/enums/PromiseState.as   | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f872070e/frameworks/projects/apache/src/org/apache/flex/promises/enums/PromiseState.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/apache/src/org/apache/flex/promises/enums/PromiseState.as b/frameworks/projects/apache/src/org/apache/flex/promises/enums/PromiseState.as
index d44e65e..169180f 100644
--- a/frameworks/projects/apache/src/org/apache/flex/promises/enums/PromiseState.as
+++ b/frameworks/projects/apache/src/org/apache/flex/promises/enums/PromiseState.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 org.apache.flex.promises.enums
 {