Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,3 @@ 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.

---

LevelCode is a derivative of Code-OSS (https://github.com/microsoft/vscode),
which is licensed under the MIT License, Copyright (c) Microsoft Corporation.
LevelCode is not produced by, endorsed by, or affiliated with Microsoft.
"Visual Studio Code" and related marks are trademarks of Microsoft.
The upstream Code-OSS source is fetched at build time and is not redistributed
in this repository.
14 changes: 14 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
LevelCode
=========

LevelCode is licensed under the MIT License; see the LICENSE file.

Third-party and derivative notices
----------------------------------

LevelCode is a derivative of Code-OSS (https://github.com/microsoft/vscode),
which is licensed under the MIT License, Copyright (c) Microsoft Corporation.
LevelCode is not produced by, endorsed by, or affiliated with Microsoft.
"Visual Studio Code" and related marks are trademarks of Microsoft.
The upstream Code-OSS source is fetched at build time and is not redistributed
in this repository.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Code-OSS is MIT-licensed and free to fork, modify, and ship. LevelCode honors th

## License

MIT — see [`LICENSE`](./LICENSE). A derivative of [Code-OSS](https://github.com/microsoft/vscode) (MIT, © Microsoft Corporation). Not affiliated with Microsoft.
MIT — see [`LICENSE`](./LICENSE). A derivative of [Code-OSS](https://github.com/microsoft/vscode) (MIT, © Microsoft Corporation); see [`NOTICE`](./NOTICE) for attributions. Not affiliated with Microsoft.
4 changes: 2 additions & 2 deletions branding/product.overlay.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"_syncComment": "LevelCode Sync (built-in Settings Sync + the `levelcode` auth provider from extensions/levelcode-sync) was REMOVED for now — the managed sync host isn't built and it duplicated the LevelCode Cloud sign-in. Removed at source: the levelcode-sync extension, this configurationSync.store block, and the Welcome 'Sync' step. Re-add when the managed sync host ships.",

"licenseName": "MIT",
"licenseUrl": "https://github.com/levelcodeai/levelcode/blob/main/LICENSE",
"serverLicenseUrl": "https://github.com/levelcodeai/levelcode/blob/main/LICENSE",
"licenseUrl": "https://github.com/levelcodeai/levelcode/blob/HEAD/LICENSE",
"serverLicenseUrl": "https://github.com/levelcodeai/levelcode/blob/HEAD/LICENSE",
"reportIssueUrl": "https://github.com/levelcodeai/levelcode/issues/new",
"win32ShellNameShort": "LevelCode",
"crashReporter": { "companyName": "SystemU", "productName": "LevelCode" },
Expand Down