From commits-return-39111-archive-asf-public=cust-asf.ponee.io@flex.apache.org Fri Apr 20 10:52:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E9D0C180645 for ; Fri, 20 Apr 2018 10:52:21 +0200 (CEST) Received: (qmail 33108 invoked by uid 500); 20 Apr 2018 08:52:20 -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 33100 invoked by uid 99); 20 Apr 2018 08:52:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2018 08:52:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 325F9F31FB; Fri, 20 Apr 2018 08:52:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Fri, 20 Apr 2018 08:52:20 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: [flex-utilities] [refs/heads/develop] - Add 3rd party headers to comply with ASF legal policy Repository: flex-utilities Updated Branches: refs/heads/develop 55c4f6698 -> d430ae4f9 Add 3rd party headers to comply with ASF legal policy Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/df0db875 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/df0db875 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/df0db875 Branch: refs/heads/develop Commit: df0db8756bcca2941aa155231c9e8f640010a813 Parents: 2d8b8f5 Author: Justin Mclean Authored: Fri Apr 20 16:42:42 2018 +1000 Committer: Justin Mclean Committed: Fri Apr 20 16:42:42 2018 +1000 ---------------------------------------------------------------------- .../NativeApplicationUpdater.as | 25 ++++++++++---------- .../UpdaterErrorCodes.as | 25 ++++++++++---------- .../utils/HdiutilHelper.as | 25 ++++++++++---------- 3 files changed, 39 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/df0db875/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as ---------------------------------------------------------------------- diff --git a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as index b405aa7..b04d21a 100644 --- a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as +++ b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as @@ -1,22 +1,23 @@ //////////////////////////////////////////////////////////////////////////////// // -// 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 +// Copyright 2011 Piotr Walczyszyn or Adobe // -// http://www.apache.org/licenses/LICENSE-2.0 +// 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 // -// 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. +// 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. // //////////////////////////////////////////////////////////////////////////////// +// orginal code can be found at https://code.google.com/archive/p/nativeapplicationupdater/ + package com.riaspace.nativeApplicationUpdater { import air.update.events.DownloadErrorEvent; http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/df0db875/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/UpdaterErrorCodes.as ---------------------------------------------------------------------- diff --git a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/UpdaterErrorCodes.as b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/UpdaterErrorCodes.as index 5dd0cc6..6725305 100644 --- a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/UpdaterErrorCodes.as +++ b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/UpdaterErrorCodes.as @@ -1,22 +1,23 @@ //////////////////////////////////////////////////////////////////////////////// // -// 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 +// Copyright 2011 Piotr Walczyszyn or Adobe // -// http://www.apache.org/licenses/LICENSE-2.0 +// 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 // -// 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. +// 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. // //////////////////////////////////////////////////////////////////////////////// +// orginal code can be found at https://code.google.com/archive/p/nativeapplicationupdater/ + package com.riaspace.nativeApplicationUpdater { public class UpdaterErrorCodes http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/df0db875/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/utils/HdiutilHelper.as ---------------------------------------------------------------------- diff --git a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/utils/HdiutilHelper.as b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/utils/HdiutilHelper.as index d6a9608..936c05c 100644 --- a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/utils/HdiutilHelper.as +++ b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/utils/HdiutilHelper.as @@ -1,22 +1,23 @@ //////////////////////////////////////////////////////////////////////////////// // -// 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 +// Copyright 2011 Piotr Walczyszyn or Adobe // -// http://www.apache.org/licenses/LICENSE-2.0 +// 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 // -// 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. +// 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. // //////////////////////////////////////////////////////////////////////////////// +// orginal code can be found at https://code.google.com/archive/p/nativeapplicationupdater/ + package com.riaspace.nativeApplicationUpdater.utils { import flash.desktop.NativeProcess;