Skip to content

Commit 8d5df1e

Browse files
committed
add license, privacy
1 parent aeb9598 commit 8d5df1e

5 files changed

Lines changed: 35 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
All notable changes to the "pawsql" extension will be documented in this file.
3+
All notable changes to the "PawSQL Client" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 - present PawSQL
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.

PRIVACY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Data Collection
2+
3+
The software may collect information about you and your use of the software. PawSQL may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and PawSQL to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of PawSQL's privacy statement. Our privacy statement is located at <https://pawsql.com/privacy>. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
{
23
"name": "pawsqlClient",
3-
"displayName": "%extension.display name%",
4+
"displayName": "%extension.display.name%",
45
"description": "%extension.description%",
56
"publisher": "pawsql",
67
"version": "0.0.1",
@@ -261,5 +262,12 @@
261262
"react-intl": "^6.8.7",
262263
"supports-color": "^9.4.0",
263264
"vscode-nls": "^5.2.0"
265+
},
266+
"repository": {
267+
"type": "git",
268+
"url": "https://github.com/Paw-SQL/pawsql-vscode-plugin.git"
269+
},
270+
"bugs": {
271+
"url": "https://github.com/Paw-SQL/pawsql-vscode-plugin/issues"
264272
}
265273
}

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extension.display name": "PawSQL Client",
2+
"extension.display.name": "PawSQL Client",
33
"extension.description": "SQL Optimizer, Index Advisor for MySQL/PostgreSQL/Oracle/openGauss and more, Tune SQL by Clicks",
44
"commands.openSettings": "修改",
55
"commands.refreshTree": "刷新",

0 commit comments

Comments
 (0)