diff --git a/EntwineLLM.sln b/EntwineLLM.sln index eaa0718..e7be9f9 100644 --- a/EntwineLLM.sln +++ b/EntwineLLM.sln @@ -10,6 +10,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{CD17B50E-3006-4A0F-A203-FC6437B066AF}" ProjectSection(SolutionItems) = preProject .gitignore = .gitignore + LICENSE.txt = LICENSE.txt README.md = README.md EndProjectSection EndProject diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..b9d476f --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Emiliano Musso + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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/src/EntwineLLM/EntwineLLM.csproj b/src/EntwineLLM/EntwineLLM.csproj index 580bfd5..7f9a46d 100644 --- a/src/EntwineLLM/EntwineLLM.csproj +++ b/src/EntwineLLM/EntwineLLM.csproj @@ -131,10 +131,20 @@ - + + Always + true + + + Always + true + - + + Always + true + diff --git a/src/EntwineLLM/LICENSE.txt b/src/EntwineLLM/LICENSE.txt new file mode 100644 index 0000000..b9d476f --- /dev/null +++ b/src/EntwineLLM/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Emiliano Musso + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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/src/EntwineLLM/source.extension.vsixmanifest b/src/EntwineLLM/source.extension.vsixmanifest index 7c5a24e..5925273 100644 --- a/src/EntwineLLM/source.extension.vsixmanifest +++ b/src/EntwineLLM/source.extension.vsixmanifest @@ -1,10 +1,13 @@ - + EntwineLlm Retrieval augmented generation (RAG) for C# coding support - true + LICENSE.txt + entwine-logo.ico + Resources\vs-entwine-suggestion.png + llm, rag, AI, llama, coding, assistant