Skip to content
Open
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ dist
build
coverage
.vscode
.DS_Store
.DS_Store

# VS Code extension packages
*.vsix
28 changes: 28 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Copyright (c) 2026 M K Subrahmanya
All rights reserved.

PROPRIETARY LICENSE

This software and all associated source code, object code, documentation, and other materials (the "Software") are proprietary.

1. Limited permission to use
Subject to your compliance with this license, you are granted a limited, non-exclusive, non-transferable, revocable permission to use the Software for your own personal or internal business purposes.

2. Restrictions
You may NOT, and you may not permit others to:
- copy, reproduce, modify, translate, adapt, or create derivative works of the Software;
- distribute, publish, sell, sublicense, rent, lease, lend, or otherwise make the Software available to any third party;
- reverse engineer, decompile, or disassemble the Software, except to the extent such restriction is prohibited by applicable law;
- remove, alter, or obscure any proprietary notices.

3. No trademark rights
This license does not grant any rights to use the names, logos, or trademarks of the copyright holder.

4. Termination
This license is effective until terminated. It terminates automatically if you breach any term of this license. Upon termination, you must stop using the Software and destroy all copies in your possession.

5. Disclaimer
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.

6. Limitation of liability
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.
Loading