Skip to content

Commit

Permalink
Update proper licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
handotdev committed May 7, 2022
1 parent acc50a3 commit bb70918
Show file tree
Hide file tree
Showing 62 changed files with 47 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy GitHub app
name: Deploy Server to Heroku
on:
push:
branches:
- main
paths:
- github/**
- server/**

jobs:
build:
Expand All @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
working-directory: ./github
working-directory: ./server
run: npm install --prefix ./

- name: Deploy to Heroku
Expand All @@ -25,4 +25,4 @@ jobs:
heroku_app_name: mintlify-connect
team: mintlify
heroku_email: [email protected]
appdir: github
appdir: server
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Copyright (c) 2021-2022 Mintlify, Inc.

Portions of this software are licensed as follows:

* All content that resides under the "server/" directory of this repository, if that directory exists, is licensed under the license defined in "server/LICENSE".
* All third party components incorporated into the Mintlify Software are licensed under the original license provided by the owner of the applicable component.
* Content outside of the above mentioned directories or restrictions above is available under the "MIT Expat" license as defined below.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
15 changes: 0 additions & 15 deletions github/LICENSE

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "16.x"
},
"scripts": {
"dev": "npm run dev --workspace=github & npm run dev --workspace=server"
"dev": "npm run dev --workspace=server"
},
"repository": {
"type": "git",
Expand All @@ -20,7 +20,6 @@
},
"homepage": "https://github.com/mintlify/connect#readme",
"workspaces": [
"github",
"server"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
38 changes: 38 additions & 0 deletions server/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@


The Mintlify Enterprise license (the β€œEnterprise License”)
Copyright (c) 2021-2022 Mintlify, Inc.

With regard to the Mintlify 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 Mintlify Subscription Terms of Service, availables
at https://mintlify.com/policies/terms (the β€œEnterprise Terms”), or other
agreement governing the use of the Software, as agreed by you and Mintlify,
and otherwise have a valid Mintlify Enterprise license 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 Mintlify
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 Mintlify Enterprise license 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 Mintlify 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 Mintlify Software, those
components are licensed under the original license provided by the owner of the
applicable component.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bb70918

Please sign in to comment.