diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..25f490fec --- /dev/null +++ b/LICENSE @@ -0,0 +1,37 @@ +The Cloudron Subscription license +Copyright (c) 2018 Cloudron UG + +With regard to the Cloudron Software: + +This software and associated documentation files (the "Software") may only be +used in production, if you (and any entity that you represent) have agreed to, +and are in compliance with, the Cloudron Subscription Terms of Service, available +at https://cloudron.io/legal/terms.html (the “Subscription Terms”), or other +agreement governing the use of the Software, as agreed by you and Cloudron, +and otherwise have a valid Cloudron Subscription for the +correct number of user seats. Subject to the foregoing sentence, you are free to +modify this Software and publish patches to the Software. You agree that Subscription +and/or its licensors (as applicable) retain all right, title and interest in and +to all such modifications and/or patches, and all such modifications and/or +patches may only be used, copied, modified, displayed, distributed, or otherwise +exploited with a valid Cloudron subscription for the correct +number of user seats. Notwithstanding the foregoing, you may copy and modify +the Software for development and testing purposes, without requiring a +subscription. You agree that Cloudron and/or its licensors (as applicable) retain +all right, title and interest in and to all such modifications. You are not +granted any other rights beyond what is expressly stated herein. Subject to the +foregoing, it is forbidden to copy, merge, publish, distribute, sublicense, +and/or sell the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +For all third party components incorporated into the Cloudron Software, those +components are licensed under the original license provided by the owner of the +applicable component. + diff --git a/webadmin/src/js/setupdns.js b/webadmin/src/js/setupdns.js index 276ed85a5..845ea025c 100644 --- a/webadmin/src/js/setupdns.js +++ b/webadmin/src/js/setupdns.js @@ -20,7 +20,6 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f $scope.showDNSSetup = false; $scope.instanceId = ''; $scope.explicitZone = search.zone || ''; - $scope.isEnterprise = !!search.enterprise; $scope.isDomain = false; $scope.isSubdomain = false; diff --git a/webadmin/src/setupdns.html b/webadmin/src/setupdns.html index 98d67e03a..813b8616c 100644 --- a/webadmin/src/setupdns.html +++ b/webadmin/src/setupdns.html @@ -57,7 +57,6 @@
Installing on a subdomain requires an enterprise subscription. Contact us