From 95f756219681e1e235c74af5baf639f3a10c24a0 Mon Sep 17 00:00:00 2001 From: cdxker Date: Thu, 17 Oct 2024 23:00:35 -0700 Subject: [PATCH] chore: add LICENSE for components in package.json and in folder --- clients/docusaurus-theme-search/LICENSE | 21 ++++++++++++++++++++ clients/docusaurus-theme-search/package.json | 1 + clients/search-component/LICENSE | 20 +++++++++++++++++++ clients/search-component/package.json | 1 + 4 files changed, 43 insertions(+) create mode 100644 clients/docusaurus-theme-search/LICENSE create mode 100644 clients/search-component/LICENSE diff --git a/clients/docusaurus-theme-search/LICENSE b/clients/docusaurus-theme-search/LICENSE new file mode 100644 index 000000000..855709179 --- /dev/null +++ b/clients/docusaurus-theme-search/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2024 Adam Veldhousen + +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 + diff --git a/clients/docusaurus-theme-search/package.json b/clients/docusaurus-theme-search/package.json index 4cb9d2754..6e5e105f6 100644 --- a/clients/docusaurus-theme-search/package.json +++ b/clients/docusaurus-theme-search/package.json @@ -3,6 +3,7 @@ "version": "0.1.6", "author": "cdxker ", "license": "MIT", + "homepage": "https://github.com/devflowinc/trieve/tree/main/clients/docusaurus-theme-search", "main": "dist/index.js", "files": [ "dist" diff --git a/clients/search-component/LICENSE b/clients/search-component/LICENSE new file mode 100644 index 000000000..30f017f18 --- /dev/null +++ b/clients/search-component/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2024 Adam Veldhousen + +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 diff --git a/clients/search-component/package.json b/clients/search-component/package.json index 76e709b8b..b223fc7b5 100644 --- a/clients/search-component/package.json +++ b/clients/search-component/package.json @@ -9,6 +9,7 @@ ], "version": "0.0.38", "license": "MIT", + "homepage": "https://github.com/devflowinc/trieve/tree/main/clients/search-component", "scripts": { "dev": "run-p watch:css watch:js", "watch:css": "npx postcss src/app.css -o dist/index.css --watch",