Skip to content

Commit 85df68b

Browse files
authored
Merge pull request #44 from levelcodeai/fix/license-link-and-notice
fix(license): repair the 404 license link, and make GitHub detect MIT
2 parents faa8eb5 + cbf4f4f commit 85df68b

4 files changed

Lines changed: 17 additions & 12 deletions

File tree

LICENSE

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-
23-
---
24-
25-
LevelCode is a derivative of Code-OSS (https://github.com/microsoft/vscode),
26-
which is licensed under the MIT License, Copyright (c) Microsoft Corporation.
27-
LevelCode is not produced by, endorsed by, or affiliated with Microsoft.
28-
"Visual Studio Code" and related marks are trademarks of Microsoft.
29-
The upstream Code-OSS source is fetched at build time and is not redistributed
30-
in this repository.

NOTICE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
LevelCode
2+
=========
3+
4+
LevelCode is licensed under the MIT License; see the LICENSE file.
5+
6+
Third-party and derivative notices
7+
----------------------------------
8+
9+
LevelCode is a derivative of Code-OSS (https://github.com/microsoft/vscode),
10+
which is licensed under the MIT License, Copyright (c) Microsoft Corporation.
11+
LevelCode is not produced by, endorsed by, or affiliated with Microsoft.
12+
"Visual Studio Code" and related marks are trademarks of Microsoft.
13+
The upstream Code-OSS source is fetched at build time and is not redistributed
14+
in this repository.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Code-OSS is MIT-licensed and free to fork, modify, and ship. LevelCode honors th
6161

6262
## License
6363

64-
MIT — see [`LICENSE`](./LICENSE). A derivative of [Code-OSS](https://github.com/microsoft/vscode) (MIT, © Microsoft Corporation). Not affiliated with Microsoft.
64+
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.

branding/product.overlay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"_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.",
2727

2828
"licenseName": "MIT",
29-
"licenseUrl": "https://github.com/levelcodeai/levelcode/blob/main/LICENSE",
30-
"serverLicenseUrl": "https://github.com/levelcodeai/levelcode/blob/main/LICENSE",
29+
"licenseUrl": "https://github.com/levelcodeai/levelcode/blob/HEAD/LICENSE",
30+
"serverLicenseUrl": "https://github.com/levelcodeai/levelcode/blob/HEAD/LICENSE",
3131
"reportIssueUrl": "https://github.com/levelcodeai/levelcode/issues/new",
3232
"win32ShellNameShort": "LevelCode",
3333
"crashReporter": { "companyName": "SystemU", "productName": "LevelCode" },

0 commit comments

Comments
 (0)