You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2017/04/16 06:08:10 UTC

git commit: [flex-asjs] [refs/heads/develop] - add license

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 9e4b62d43 -> f4dde33e4


add license


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

Branch: refs/heads/develop
Commit: f4dde33e402e16940e5ac4c1a2a1a5b65150c48a
Parents: 9e4b62d
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Apr 16 16:07:59 2017 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Apr 16 16:07:59 2017 +1000

----------------------------------------------------------------------
 .../apache/flex/net/beads/CORSCredentialsBead.as | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f4dde33e/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as
index 6a44c90..be02408 100644
--- a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as
+++ b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.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.net.beads {
 import org.apache.flex.core.IBead;
 import org.apache.flex.core.IStrand;