diff --git a/Cargo.toml b/Cargo.toml index e6627f79..fe98b0bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,8 @@ members = [ "command-signatures", ] resolver = "2" + +[workspace.package] +authors = ["Warp Team "] +license = "MIT" +publish = false diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..d3c2c674 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,23 @@ +MIT License + +Copyright (c) 2026 Denver Technologies, Inc. (Warp) + +Copyright (c) 2021 Hercules Labs Inc. (Fig) + +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/command-signatures/Cargo.toml b/command-signatures/Cargo.toml index 3e17a99b..c5fe4ba9 100644 --- a/command-signatures/Cargo.toml +++ b/command-signatures/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "warp-command-signatures" -version = "0.1.0" +version = "0.0.0" edition = "2021" +authors.workspace = true +publish.workspace = true +license.workspace = true [dependencies] cfg-if = "1.0.0" diff --git a/completion-metadata/Cargo.toml b/completion-metadata/Cargo.toml index bc03afd7..cf9d51aa 100644 --- a/completion-metadata/Cargo.toml +++ b/completion-metadata/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "warp-completion-metadata" -version = "0.1.0" -authors = ["Warp Team "] +version = "0.0.0" edition = "2021" +authors.workspace = true +publish.workspace = true +license.workspace = true [dependencies] itertools = "0.10.0"