diff --git a/Cargo.toml b/Cargo.toml index 2e7aa63..40df4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,6 @@ [workspace] members = ["crates/saw-cli", "crates/saw-daemon"] resolver = "2" + +[workspace.package] +license = "MIT" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7afb67d --- /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/crates/saw-cli/Cargo.toml b/crates/saw-cli/Cargo.toml index bc577e6..98623ff 100644 --- a/crates/saw-cli/Cargo.toml +++ b/crates/saw-cli/Cargo.toml @@ -2,6 +2,7 @@ name = "saw" version = "0.1.0" edition = "2021" +license.workspace = true [dependencies] bs58 = "0.5" diff --git a/crates/saw-daemon/Cargo.toml b/crates/saw-daemon/Cargo.toml index 6a2b4cf..ac5c840 100644 --- a/crates/saw-daemon/Cargo.toml +++ b/crates/saw-daemon/Cargo.toml @@ -2,6 +2,7 @@ name = "saw-daemon" version = "0.1.0" edition = "2021" +license.workspace = true [dependencies] base64 = "0.22" diff --git a/packages/saw/LICENSE b/packages/saw/LICENSE index 7377757..7afb67d 100644 --- a/packages/saw/LICENSE +++ b/packages/saw/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Daydreams AI +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