Skip to content

Commit cbf4f4f

Browse files
ndemiancclaude
andcommitted
docs(license): keep LICENSE pure MIT so GitHub detects it; move attribution to NOTICE
GitHub's license API reported NOASSERTION (not MIT) for this repo: the derivative and Microsoft-trademark paragraph appended after the MIT text pushed the file below the detector's template-match threshold, so the repo carried no MIT label. Split it the way upstream VS Code does — LICENSE is now verbatim MIT (the grant and the copyright line are unchanged), and the Code-OSS provenance + trademark disclaimer move to a dedicated NOTICE file. README's License section points at both. Nothing is lost; MIT now detects. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d9755a6 commit cbf4f4f

3 files changed

Lines changed: 15 additions & 10 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.

0 commit comments

Comments
 (0)