Skip to content

Commit b80f786

Browse files
Ajit Pratap Singhclaude
authored andcommitted
chore: change license from MIT to proprietary
Update VSCode extension license to most restrictive proprietary license: - Explicitly prohibits all use, copying, modification, distribution - Source code viewable only, no rights granted - All intellectual property rights reserved - Unauthorized use subject to civil and criminal penalties 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fac67aa commit b80f786

2 files changed

Lines changed: 84 additions & 22 deletions

File tree

vscode-extension/LICENSE

Lines changed: 83 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,83 @@
1-
MIT License
2-
3-
Copyright (c) 2025 GoSQLX
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
PROPRIETARY SOFTWARE LICENSE
2+
All Rights Reserved
3+
4+
Copyright (c) 2025 GoSQLX. All rights reserved.
5+
6+
NOTICE: This software and associated documentation files (the "Software") are
7+
the exclusive proprietary property of the copyright holder. This license
8+
expressly PROHIBITS and DENIES all rights not explicitly granted herein.
9+
10+
1. NO GRANT OF RIGHTS
11+
No rights are granted under this license. The following actions are
12+
STRICTLY PROHIBITED without prior written authorization from the
13+
copyright holder:
14+
15+
a) USE - You may not use the Software for any purpose whatsoever,
16+
including but not limited to personal, commercial, educational,
17+
research, or evaluation purposes.
18+
19+
b) COPYING - You may not copy, reproduce, or duplicate the Software
20+
in whole or in part, in any form or medium.
21+
22+
c) MODIFICATION - You may not modify, adapt, alter, translate,
23+
reverse engineer, decompile, disassemble, or create derivative
24+
works based on the Software.
25+
26+
d) DISTRIBUTION - You may not distribute, publish, transfer, sublicense,
27+
rent, lease, lend, or otherwise make available the Software to any
28+
third party.
29+
30+
e) DISPLAY - You may not publicly display, perform, or demonstrate
31+
the Software.
32+
33+
f) COMMERCIAL EXPLOITATION - You may not sell, offer for sale, or
34+
commercially exploit the Software in any manner.
35+
36+
2. VIEWING ONLY
37+
This source code is provided for viewing purposes only. Viewing does
38+
not grant any license or right to use the Software.
39+
40+
3. INTELLECTUAL PROPERTY
41+
All intellectual property rights in and to the Software, including but
42+
not limited to patents, copyrights, trademarks, and trade secrets, are
43+
and shall remain the exclusive property of the copyright holder.
44+
45+
4. NO IMPLIED LICENSES
46+
Nothing in this license shall be construed as granting any license or
47+
right by implication, estoppel, or otherwise, under any intellectual
48+
property rights.
49+
50+
5. RESERVATION OF RIGHTS
51+
All rights not expressly granted herein are reserved by the copyright
52+
holder. Any use of the Software not explicitly authorized constitutes
53+
infringement and may result in civil and criminal penalties.
54+
55+
6. TERMINATION
56+
Any unauthorized use of the Software automatically terminates any
57+
implied permission and subjects the violator to legal action.
58+
59+
7. DISCLAIMER OF WARRANTY
60+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS
61+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
62+
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
63+
64+
8. LIMITATION OF LIABILITY
65+
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES,
66+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE,
67+
ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
68+
OTHER DEALINGS IN THE SOFTWARE.
69+
70+
9. GOVERNING LAW
71+
This license shall be governed by and construed in accordance with
72+
applicable copyright and intellectual property laws.
73+
74+
10. SEVERABILITY
75+
If any provision of this license is held to be unenforceable, such
76+
provision shall be reformed only to the extent necessary to make it
77+
enforceable, and the remaining provisions shall continue in full
78+
force and effect.
79+
80+
For licensing inquiries, contact the copyright holder.
81+
82+
UNAUTHORIZED USE, REPRODUCTION, OR DISTRIBUTION IS STRICTLY PROHIBITED
83+
AND MAY RESULT IN SEVERE CIVIL AND CRIMINAL PENALTIES.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "High-performance SQL parsing, validation, formatting, and analysis powered by GoSQLX",
55
"version": "0.1.0",
66
"publisher": "ajitpratap0",
7-
"license": "MIT",
7+
"license": "SEE LICENSE IN LICENSE",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/ajitpratap0/GoSQLX"

0 commit comments

Comments
 (0)