From 4bf0007cefff7f1ad139d89b54f074d5ad7d2184 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Fri, 24 Jan 2025 11:27:53 -0800 Subject: [PATCH] add a few missing license files I didn't symlink to the license file in the root because it mentions license that don't seem to apply to the crates I added license files to here. I used the year each directory was created as the first copyright year. I didn't add license files to all crates because I don't need them for what I'm working on right now, and I want to avoid having to figure out which licenses apply to which crates. #2347 --- wezterm-blob-leases/LICENSE.md | 21 +++++++++++++++++++++ wezterm-dynamic/LICENSE.md | 2 +- wezterm-input-types/LICENSE.md | 21 +++++++++++++++++++++ wezterm-ssh/LICENSE.md | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 wezterm-blob-leases/LICENSE.md create mode 100644 wezterm-input-types/LICENSE.md diff --git a/wezterm-blob-leases/LICENSE.md b/wezterm-blob-leases/LICENSE.md new file mode 100644 index 00000000000..a39c85589ee --- /dev/null +++ b/wezterm-blob-leases/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023-Present Wez Furlong + +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/wezterm-dynamic/LICENSE.md b/wezterm-dynamic/LICENSE.md index 7a93d12fa89..d6c7256999f 100644 --- a/wezterm-dynamic/LICENSE.md +++ b/wezterm-dynamic/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Wez Furlong +Copyright (c) 2018-Present Wez Furlong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/wezterm-input-types/LICENSE.md b/wezterm-input-types/LICENSE.md new file mode 100644 index 00000000000..b4358c50b3b --- /dev/null +++ b/wezterm-input-types/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-Present Wez Furlong + +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/wezterm-ssh/LICENSE.md b/wezterm-ssh/LICENSE.md index 7a93d12fa89..2aa2a0076f7 100644 --- a/wezterm-ssh/LICENSE.md +++ b/wezterm-ssh/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Wez Furlong +Copyright (c) 2021-Present Wez Furlong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal