- Added the Apache License Header to MobileStocks.mxml to make the maven build pass again
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/55d89c77 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/55d89c77 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/55d89c77 Branch: refs/heads/feature-autobuild/maven-archetypes Commit: 55d89c771aaef6c13cbe044b4e6b7c89d4238279 Parents: 3336361 Author: Christofer Dutz <[email protected]> Authored: Sat Oct 8 08:55:54 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Sat Oct 8 08:55:54 2016 +0200 ---------------------------------------------------------------------- .../flexjs/MobileStocks/src/MobileStocks.mxml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/55d89c77/examples/flexjs/MobileStocks/src/MobileStocks.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MobileStocks/src/MobileStocks.mxml b/examples/flexjs/MobileStocks/src/MobileStocks.mxml index 15c983e..22d17c0 100644 --- a/examples/flexjs/MobileStocks/src/MobileStocks.mxml +++ b/examples/flexjs/MobileStocks/src/MobileStocks.mxml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + +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. + +--> <cordova:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:local="*" xmlns:models="models.*"
