diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..7afb67d5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025-2026 Daydreams AI + +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. diff --git a/docs/package.json b/docs/package.json index ec1a76a0..d9917c45 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,7 @@ { "name": "daydreams", "version": "0.0.0", + "license": "MIT", "private": true, "scripts": { "build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 next build", diff --git a/examples/package.json b/examples/package.json index d7f878c5..ccfb67f1 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,5 +1,6 @@ { "name": "x402", + "license": "MIT", "module": "index.ts", "type": "module", "private": true, diff --git a/examples/server/package.json b/examples/server/package.json index 3d1861f0..46abd3e2 100644 --- a/examples/server/package.json +++ b/examples/server/package.json @@ -1,5 +1,6 @@ { "name": "server", + "license": "MIT", "module": "index.ts", "type": "module", "private": true, diff --git a/examples/x402/nanoservice/package.json b/examples/x402/nanoservice/package.json index 5eb8aa45..b0251ea3 100644 --- a/examples/x402/nanoservice/package.json +++ b/examples/x402/nanoservice/package.json @@ -1,6 +1,7 @@ { "name": "ai-assistant-nanoservice", "version": "1.0.0", + "license": "MIT", "type": "module", "private": true, "scripts": { diff --git a/licence.md b/licence.md deleted file mode 100644 index a50fcc18..00000000 --- a/licence.md +++ /dev/null @@ -1,20 +0,0 @@ -MIT License - -Copyright (c) 2025 Loaf - -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. diff --git a/package.json b/package.json index 3f2903bb..6dc54ca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "daydreams", "version": "0.0.0", + "license": "MIT", "workspaces": { "packages": [ "packages/*" diff --git a/packages/chroma/package.json b/packages/chroma/package.json index 2c4e8db1..95734881 100644 --- a/packages/chroma/package.json +++ b/packages/chroma/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/chromadb", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/cli/package.json b/packages/cli/package.json index 44576863..d3da7f4a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/cli", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 6d94d501..eeed8e0e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/core", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/defai/package.json b/packages/defai/package.json index f9d5278a..3c075c18 100644 --- a/packages/defai/package.json +++ b/packages/defai/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/defai", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/discord/package.json b/packages/discord/package.json index e1bab8ea..c813d68d 100644 --- a/packages/discord/package.json +++ b/packages/discord/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/discord", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 5ca0a7fe..286643c4 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/firebase", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/hyperliquid/package.json b/packages/hyperliquid/package.json index 81c10104..74d9bdf1 100644 --- a/packages/hyperliquid/package.json +++ b/packages/hyperliquid/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/hyperliquid", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/mcp/package.json b/packages/mcp/package.json index f92898b5..3b19867b 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/mcp", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/mongo/package.json b/packages/mongo/package.json index 8d22ae1d..f603712a 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/mongodb", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/supabase/package.json b/packages/supabase/package.json index 7bf6c6c0..1b8f7b79 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/supabase", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/telegram/package.json b/packages/telegram/package.json index b2b5410c..d364e0b4 100644 --- a/packages/telegram/package.json +++ b/packages/telegram/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/telegram", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/twitter/package.json b/packages/twitter/package.json index 710b4df9..b259a1bd 100644 --- a/packages/twitter/package.json +++ b/packages/twitter/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/twitter", "version": "0.3.22", + "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",