summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE86
1 files changed, 86 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..d3c8732
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,86 @@
+Copyright © 2026 AeroCore. All rights reserved.
+
+ AeroCore Browser
+ Proprietary Software License
+
+1. Grant of License
+
+AeroCore grants you a limited, non-exclusive, non-transferable,
+royalty-free license to install and use one copy of AeroCore Browser on a
+compatible device for personal use.
+
+2. Restrictions
+
+Except for rights expressly granted in this license or required by
+applicable law, you may not:
+
+* sell, rent, lease, sublicense, or otherwise make AeroCore Browser
+ available to a third party;
+* modify, adapt, translate, or create derivative works of AeroCore Browser;
+* reverse engineer, decompile, or disassemble AeroCore Browser; or
+* redistribute AeroCore Browser or any part of it.
+
+These restrictions apply only to AeroCore's proprietary software. They do
+not limit rights granted by the licenses of third-party components included
+with or distributed alongside AeroCore Browser.
+
+3. Ownership
+
+AeroCore Browser and all associated proprietary intellectual property remain
+the property of AeroCore and its licensors. No ownership rights are
+transferred to you.
+
+4. Disclaimer and Limitation of Liability
+
+TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, AEROCORE BROWSER IS
+PROVIDED "AS IS" AND "AS AVAILABLE", WITHOUT WARRANTIES OF ANY KIND,
+EXPRESS OR IMPLIED. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW,
+AEROCORE AND ITS LICENSORS WILL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL,
+SPECIAL, CONSEQUENTIAL, OR EXEMPLARY DAMAGES ARISING FROM OR RELATED TO
+THE USE OF AEROCORE BROWSER.
+
+5. Third-Party Components
+
+AeroCore Browser includes third-party software, including the Chromium
+Embedded Framework (CEF). Third-party components are not covered by the
+proprietary license above and remain subject to their respective licenses.
+The applicable third-party license texts and notices must be provided with
+the corresponding release artifacts where required.
+
+CEF is distributed under the following BSD-style license:
+
+// Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c)
+// 2006-2009 Google Inc. All rights reserved.
+//
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are
+// met:
+//
+// * Redistributions of source code must retain the above copyright
+// notice, this list of conditions and the following disclaimer.
+// * Redistributions in binary form must reproduce the above
+// copyright notice, this list of conditions and the following disclaimer
+// in the documentation and/or other materials provided with the
+// distribution.
+// * Neither the name of Google Inc. nor the name Chromium Embedded
+// Framework nor the names of its contributors may be used to endorse
+// or promote products derived from this software without specific prior
+// written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+CEF is based on Chromium and may include additional third-party components
+with separate licenses. This file does not replace those licenses or any
+notices required by them. The release package should include the applicable
+Chromium/CEF credits and third-party notices for the exact build being
+distributed.