Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1206310701 for ; Fri, 11 Oct 2013 07:14:41 +0000 (UTC) Received: (qmail 49254 invoked by uid 500); 11 Oct 2013 07:14:40 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 48984 invoked by uid 500); 11 Oct 2013 07:14:40 -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 48971 invoked by uid 99); 11 Oct 2013 07:14:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 07:14:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7DF75915185; Fri, 11 Oct 2013 07:14:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mamsellem@apache.org To: commits@flex.apache.org Date: Fri, 11 Oct 2013 07:14:39 -0000 Message-Id: <7527534074e54d3b8d6064ca07af5c3a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: [flex-sdk] [refs/heads/develop] - - asdoc test added missing apache header to SampleExperimental.as test file Updated Branches: refs/heads/develop 67ae8ae42 -> dd4de4f4c - asdoc test added missing apache header to SampleExperimental.as test file Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/55153447 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/55153447 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/55153447 Branch: refs/heads/develop Commit: 55153447d963e34ad28f2478da7700a216897317 Parents: 626c45e Author: mamsellem Authored: Fri Oct 11 09:12:58 2013 +0200 Committer: mamsellem Committed: Fri Oct 11 09:12:58 2013 +0200 ---------------------------------------------------------------------- asdoc/test/doc_src/SampleExperimental.as | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/55153447/asdoc/test/doc_src/SampleExperimental.as ---------------------------------------------------------------------- diff --git a/asdoc/test/doc_src/SampleExperimental.as b/asdoc/test/doc_src/SampleExperimental.as index 6bff593..a04781f 100644 --- a/asdoc/test/doc_src/SampleExperimental.as +++ b/asdoc/test/doc_src/SampleExperimental.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 {