Add missing Apache header 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/e3a50e8f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e3a50e8f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e3a50e8f Branch: refs/heads/develop Commit: e3a50e8f62eebfb1aefd37b1ea592ae2710b0695 Parents: d420f93 Author: piotrz <[email protected]> Authored: Sun Jun 18 20:37:17 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Jun 18 20:37:17 2017 +0200 ---------------------------------------------------------------------- .../TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e3a50e8f/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml ---------------------------------------------------------------------- diff --git a/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml b/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml index 22d468d..4909bd6 100644 --- a/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml +++ b/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.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. + +--> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:local="*"
