From c2519f23607b272ab94e64e8069a037fb692523c Mon Sep 17 00:00:00 2001 From: Austyn Mahoney Date: Thu, 11 Feb 2016 13:54:58 -0700 Subject: [PATCH] Added license header to script --- export_assets_to_android_ios.jsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/export_assets_to_android_ios.jsx b/export_assets_to_android_ios.jsx index 9803a99..32a5325 100644 --- a/export_assets_to_android_ios.jsx +++ b/export_assets_to_android_ios.jsx @@ -1,5 +1,19 @@ /** * Author: austynmahoney (https://github.com/austynmahoney) +* +* Copyright 2016 Austyn Mahoney +* +* Licensed 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. */ var selectedExportOptions = {};