Repository: flex-utilities
Updated Branches:
  refs/heads/develop d430ae4f9 -> e6302faa6


Revert "Add 3rd party headers to comply with ASF legal policy"

This reverts commit df0db8756bcca2941aa155231c9e8f640010a813.


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ca69d65a
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ca69d65a
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ca69d65a

Branch: refs/heads/develop
Commit: ca69d65aa861811ec94e73e7edc2b77a0e67c3e4
Parents: d430ae4
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sat Apr 21 10:21:52 2018 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sat Apr 21 10:21:52 2018 +1000

----------------------------------------------------------------------
 .../NativeApplicationUpdater.as                 | 25 ++++++++++----------
 .../UpdaterErrorCodes.as                        | 25 ++++++++++----------
 .../utils/HdiutilHelper.as                      | 25 ++++++++++----------
 3 files changed, 36 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ca69d65a/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 b04d21a..b405aa7 100644
--- 
a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as
+++ 
b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as
@@ -1,23 +1,22 @@
 
////////////////////////////////////////////////////////////////////////////////
 //
-//   Copyright 2011 Piotr Walczyszyn or Adobe
+//  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
 //
-//   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
 //
-//       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.
+//  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/ca69d65a/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 6725305..5dd0cc6 100644
--- 
a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/UpdaterErrorCodes.as
+++ 
b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/UpdaterErrorCodes.as
@@ -1,23 +1,22 @@
 
////////////////////////////////////////////////////////////////////////////////
 //
-//   Copyright 2011 Piotr Walczyszyn or Adobe
+//  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
 //
-//   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
 //
-//       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.
+//  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/ca69d65a/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 936c05c..d6a9608 100644
--- 
a/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/utils/HdiutilHelper.as
+++ 
b/flex-installer/installer/src/com/riaspace/nativeApplicationUpdater/utils/HdiutilHelper.as
@@ -1,23 +1,22 @@
 
////////////////////////////////////////////////////////////////////////////////
 //
-//   Copyright 2011 Piotr Walczyszyn or Adobe
+//  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
 //
-//   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
 //
-//       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.
+//  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;

Reply via email to