From 216da7f2d01a97c3701a5f57c308f90d6f6d3274 Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Mon, 16 Mar 2026 13:41:46 +0100 Subject: [PATCH] Use new license file --- ACKNOWLEDGEMENTS | 73 ----------------------- THIRD_PARTY_LICENSES.txt | 124 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+), 73 deletions(-) delete mode 100644 ACKNOWLEDGEMENTS create mode 100644 THIRD_PARTY_LICENSES.txt diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS deleted file mode 100644 index 622d466..0000000 --- a/ACKNOWLEDGEMENTS +++ /dev/null @@ -1,73 +0,0 @@ -ksni: (https://crates.io/crates/ksni) - - - -hidapi: -MIT License - -Copyright (c) [year] [fullname] - -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. - - -clap: -Copyright (c) Individual contributors - -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. - - -enigo: -MIT License - -Copyright (c) 2017 pythoneer -Copyright (c) 2023-2025 Robin Grell - -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/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt new file mode 100644 index 0000000..79c7dee --- /dev/null +++ b/THIRD_PARTY_LICENSES.txt @@ -0,0 +1,124 @@ +aho-corasick: 1.1.4, "MIT OR Unlicense", by, "Andrew Gallant " +ansi_term: 0.12.1, "MIT", by, "ogham@bsago.me|Ryan Scheel (Havvy) |Josh Triplett " +anstream: 0.6.21, "Apache-2.0 OR MIT", by, "N/A" +anstyle: 1.0.13, "Apache-2.0 OR MIT", by, "N/A" +anstyle-parse: 0.2.7, "Apache-2.0 OR MIT", by, "N/A" +anstyle-query: 1.1.5, "Apache-2.0 OR MIT", by, "N/A" +anstyle-wincon: 3.0.11, "Apache-2.0 OR MIT", by, "N/A" +atty: 0.2.14, "MIT", by, "softprops " +bitflags: 1.3.2, "Apache-2.0 OR MIT", by, "The Rust Project Developers" +bitflags: 2.11.0, "Apache-2.0 OR MIT", by, "The Rust Project Developers" +cc: 1.2.55, "Apache-2.0 OR MIT", by, "Alex Crichton " +cfg-if: 0.1.10, "Apache-2.0 OR MIT", by, "Alex Crichton " +cfg-if: 1.0.4, "Apache-2.0 OR MIT", by, "Alex Crichton " +clap: 2.34.0, "MIT", by, "Kevin K. " +clap: 4.5.58, "Apache-2.0 OR MIT", by, "N/A" +clap_builder: 4.5.58, "Apache-2.0 OR MIT", by, "N/A" +clap_derive: 4.5.55, "Apache-2.0 OR MIT", by, "N/A" +clap_lex: 1.0.0, "Apache-2.0 OR MIT", by, "N/A" +colorchoice: 1.0.4, "Apache-2.0 OR MIT", by, "N/A" +core-foundation: 0.10.1, "Apache-2.0 OR MIT", by, "The Servo Project Developers" +core-foundation-sys: 0.8.7, "Apache-2.0 OR MIT", by, "The Servo Project Developers" +core-graphics: 0.25.0, "Apache-2.0 OR MIT", by, "The Servo Project Developers" +core-graphics-types: 0.2.0, "Apache-2.0 OR MIT", by, "The Servo Project Developers" +dbus: 0.9.10, "Apache-2.0 OR MIT", by, "David Henningsson " +dbus-codegen: 0.9.1, "Apache-2.0 OR MIT", by, "David Henningsson " +dbus-tree: 0.9.2, "Apache-2.0 OR MIT", by, "David Henningsson " +dialog: 0.3.0, "MIT", by, "Robin Krahl " +dirs: 2.0.2, "Apache-2.0 OR MIT", by, "Simon Ochsenreither " +dirs-sys: 0.3.7, "Apache-2.0 OR MIT", by, "Simon Ochsenreither " +dispatch2: 0.3.0, "Apache-2.0 OR MIT OR Zlib", by, "Mads Marquart |Mary " +enigo: 0.6.1, "MIT", by, "pentamassiv |Dustin Bensing " +errno: 0.3.14, "Apache-2.0 OR MIT", by, "Chris Wong |Dan Gohman " +find-msvc-tools: 0.1.9, "Apache-2.0 OR MIT", by, "N/A" +foreign-types: 0.5.0, "Apache-2.0 OR MIT", by, "Steven Fackler " +foreign-types-macros: 0.2.3, "Apache-2.0 OR MIT", by, "Steven Fackler " +foreign-types-shared: 0.3.1, "Apache-2.0 OR MIT", by, "Steven Fackler " +gethostname: 1.1.0, "Apache-2.0", by, "Sebastian Wiesner " +getrandom: 0.2.17, "Apache-2.0 OR MIT", by, "The Rand Project Developers" +heck: 0.5.0, "Apache-2.0 OR MIT", by, "N/A" +hermit-abi: 0.1.19, "Apache-2.0 OR MIT", by, "Stefan Lankes" +hidapi: 2.6.3, "MIT", by, "Roland Ruckerbauer |Osspial |Artyom Pavlov |mberndt123|niklasad1|Stefan Kerkmann" +hyper_headset: 1.5.1, "N/A", by, "Lennard Kittner" +is_terminal_polyfill: 1.70.2, "Apache-2.0 OR MIT", by, "N/A" +kernel32-sys: 0.2.2, "MIT", by, "Peter Atashian " +ksni: 0.2.2, "Unlicense", by, "iovxw " +libc: 0.2.182, "Apache-2.0 OR MIT", by, "The Rust Project Developers" +libdbus-sys: 0.2.7, "Apache-2.0 OR MIT", by, "David Henningsson " +libredox: 0.1.14, "MIT", by, "4lDO2 <4lDO2@protonmail.com>" +linux-raw-sys: 0.12.1, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", by, "Dan Gohman " +log: 0.4.29, "Apache-2.0 OR MIT", by, "The Rust Project Developers" +memchr: 2.8.0, "MIT OR Unlicense", by, "Andrew Gallant |bluss" +memmap2: 0.9.10, "Apache-2.0 OR MIT", by, "Dan Burkert |Yevhenii Reizner |The Contributors" +nom: 8.0.0, "MIT", by, "contact@geoffroycouprie.com" +objc2: 0.6.3, "MIT", by, "Mads Marquart " +objc2-app-kit: 0.3.2, "Apache-2.0 OR MIT OR Zlib", by, "N/A" +objc2-core-foundation: 0.3.2, "Apache-2.0 OR MIT OR Zlib", by, "N/A" +objc2-encode: 4.1.0, "MIT", by, "Mads Marquart " +objc2-foundation: 0.3.2, "MIT", by, "N/A" +once_cell_polyfill: 1.70.2, "Apache-2.0 OR MIT", by, "N/A" +pkg-config: 0.3.32, "Apache-2.0 OR MIT", by, "Alex Crichton " +proc-macro2: 1.0.106, "Apache-2.0 OR MIT", by, "David Tolnay |Alex Crichton " +quote: 1.0.44, "Apache-2.0 OR MIT", by, "David Tolnay " +redox_users: 0.4.6, "MIT", by, "Jose Narvaez |Wesley Hershberger " +regex: 1.12.3, "Apache-2.0 OR MIT", by, "The Rust Project Developers|Andrew Gallant " +regex-automata: 0.4.14, "Apache-2.0 OR MIT", by, "The Rust Project Developers|Andrew Gallant " +regex-syntax: 0.8.9, "Apache-2.0 OR MIT", by, "The Rust Project Developers|Andrew Gallant " +rpassword: 2.1.0, "Apache-2.0", by, "Conrad Kleinespel " +rustix: 1.1.4, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", by, "Dan Gohman |Jakub Konka " +shell-escape: 0.1.5, "Apache-2.0 OR MIT", by, "Steven Fackler " +shlex: 1.3.0, "Apache-2.0 OR MIT", by, "comex |Fenhl |Adrian Taylor |Alex Touchet |Daniel Parks |Garrett Berg " +strsim: 0.8.0, "MIT", by, "Danny Guo " +strsim: 0.11.1, "MIT", by, "Danny Guo |maxbachmann " +syn: 2.0.115, "Apache-2.0 OR MIT", by, "David Tolnay " +textwrap: 0.11.0, "MIT", by, "Martin Geisler " +thiserror: 1.0.69, "Apache-2.0 OR MIT", by, "David Tolnay " +thiserror-impl: 1.0.69, "Apache-2.0 OR MIT", by, "David Tolnay " +thistermination: 1.1.0, "MIT", by, "Lennard Kittner" +unicode-ident: 1.0.23, "(Apache-2.0 OR MIT) AND Unicode-3.0", by, "David Tolnay " +unicode-width: 0.1.14, "Apache-2.0 OR MIT", by, "kwantam |Manish Goregaokar " +utf8parse: 0.2.2, "Apache-2.0 OR MIT", by, "Joe Wilm |Christian Duerr " +vec_map: 0.8.2, "Apache-2.0 OR MIT", by, "Alex Crichton |Jorge Aparicio |Alexis Beingessner |Brian Anderson <>|tbu- <>|Manish Goregaokar <>|Aaron Turon |Adolfo Ochagavía <>|Niko Matsakis <>|Steven Fackler <>|Chase Southwood |Eduard Burtescu <>|Florian Wilkens <>|Félix Raimundo <>|Tibor Benke <>|Markus Siemens |Josh Branchaud |Huon Wilson |Corey Farwell |Aaron Liblong <>|Nick Cameron |Patrick Walton |Felix S Klock II <>|Andrew Paseltiner |Sean McArthur |Vadim Petrochenkov <>" +wasi: 0.11.1+wasi-snapshot-preview1, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", by, "The Cranelift Project Developers" +winapi: 0.2.8, "MIT", by, "Peter Atashian " +winapi: 0.3.9, "Apache-2.0 OR MIT", by, "Peter Atashian " +winapi-build: 0.1.1, "MIT", by, "Peter Atashian " +winapi-i686-pc-windows-gnu: 0.4.0, "Apache-2.0 OR MIT", by, "Peter Atashian " +winapi-x86_64-pc-windows-gnu: 0.4.0, "Apache-2.0 OR MIT", by, "Peter Atashian " +windows: 0.61.3, "Apache-2.0 OR MIT", by, "Microsoft" +windows-collections: 0.2.0, "Apache-2.0 OR MIT", by, "N/A" +windows-core: 0.61.2, "Apache-2.0 OR MIT", by, "Microsoft" +windows-future: 0.2.1, "Apache-2.0 OR MIT", by, "N/A" +windows-implement: 0.60.2, "Apache-2.0 OR MIT", by, "N/A" +windows-interface: 0.59.3, "Apache-2.0 OR MIT", by, "N/A" +windows-link: 0.1.3, "Apache-2.0 OR MIT", by, "Microsoft" +windows-link: 0.2.1, "Apache-2.0 OR MIT", by, "N/A" +windows-numerics: 0.2.0, "Apache-2.0 OR MIT", by, "N/A" +windows-result: 0.3.4, "Apache-2.0 OR MIT", by, "Microsoft" +windows-strings: 0.4.2, "Apache-2.0 OR MIT", by, "Microsoft" +windows-sys: 0.48.0, "Apache-2.0 OR MIT", by, "Microsoft" +windows-sys: 0.59.0, "Apache-2.0 OR MIT", by, "Microsoft" +windows-sys: 0.61.2, "Apache-2.0 OR MIT", by, "N/A" +windows-targets: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows-targets: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows-threading: 0.1.0, "Apache-2.0 OR MIT", by, "Microsoft" +windows_aarch64_gnullvm: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows_aarch64_gnullvm: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows_aarch64_msvc: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows_aarch64_msvc: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows_i686_gnu: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows_i686_gnu: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows_i686_gnullvm: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows_i686_msvc: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows_i686_msvc: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows_x86_64_gnu: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows_x86_64_gnu: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows_x86_64_gnullvm: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows_x86_64_gnullvm: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +windows_x86_64_msvc: 0.48.5, "Apache-2.0 OR MIT", by, "Microsoft" +windows_x86_64_msvc: 0.52.6, "Apache-2.0 OR MIT", by, "Microsoft" +x11rb: 0.13.2, "Apache-2.0 OR MIT", by, "Uli Schlachter |Eduardo Sánchez Muñoz |notgull " +x11rb-protocol: 0.13.2, "Apache-2.0 OR MIT", by, "Uli Schlachter |Eduardo Sánchez Muñoz |notgull " +xkbcommon: 0.9.0, "MIT", by, "Remi THEBAULT " +xkeysym: 0.2.1, "Apache-2.0 OR MIT OR Zlib", by, "John Nunley " +xml-rs: 0.8.28, "MIT", by, "Vladimir Matveev "