Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7D65A200C66 for ; Sun, 16 Apr 2017 08:08:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 70F3A160BA9; Sun, 16 Apr 2017 06:08:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B6A89160BA0 for ; Sun, 16 Apr 2017 08:08:11 +0200 (CEST) Received: (qmail 57266 invoked by uid 500); 16 Apr 2017 06:08:10 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 57258 invoked by uid 99); 16 Apr 2017 06:08:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2017 06:08:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4321DFDAC; Sun, 16 Apr 2017 06:08:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Message-Id: <768a0950ea9b44bc8a99bbbd33668259@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - add license Date: Sun, 16 Apr 2017 06:08:10 +0000 (UTC) archived-at: Sun, 16 Apr 2017 06:08:12 -0000 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 Authored: Sun Apr 16 16:07:59 2017 +1000 Committer: Justin Mclean 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;