Fix build adding license header to Loading.mxml
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bfd420d6 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bfd420d6 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/bfd420d6 Branch: refs/heads/feature/mdl Commit: bfd420d69880b44c3324d4a75c2c4ba8c73c9df1 Parents: 133dd3c Author: piotrz <[email protected]> Authored: Sun Dec 18 12:49:45 2016 +0100 Committer: piotrz <[email protected]> Committed: Sun Dec 18 12:49:45 2016 +0100 ---------------------------------------------------------------------- .../flexjs/MDLExample/src/main/flex/Loading.mxml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bfd420d6/examples/flexjs/MDLExample/src/main/flex/Loading.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/flex/Loading.mxml b/examples/flexjs/MDLExample/src/main/flex/Loading.mxml index 7de9cdf..8a40003 100644 --- a/examples/flexjs/MDLExample/src/main/flex/Loading.mxml +++ b/examples/flexjs/MDLExample/src/main/flex/Loading.mxml @@ -1,6 +1,21 @@ <?xml version="1.0"?> <!-- - Created by piotr on 12/18/2016. + +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. + --> <mdl:TabBarPanel xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mdl="library://ns.apache.org/flexjs/mdl">
