diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b33153e --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +Copyright (c) 2025 Andre Pimenta + +All rights reserved. + +This software and associated documentation files (the "Software") are made available for viewing and personal use only. You may not reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, sublicense, or sell copies of the Software. + +Permission is granted to view the source code for educational and reference purposes only. + +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. 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. \ No newline at end of file diff --git a/package.json b/package.json index 6bba10d..9621103 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "displayName": "claude-code-chat", "description": "Beautiful Claude Code Chat Interface for VS Code", "version": "0.0.1", + "author": "Andre Pimenta", + "repository": { + "type": "git", + "url": "https://github.com/andrepimenta/claude-code-chat" + }, + "license": "SEE LICENSE IN LICENSE", "engines": { "vscode": "^1.100.0" },