From f73b724c4f3aba9b1778139f0387dbeabf06ad54 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Mon, 11 Sep 2023 19:53:39 +0100 Subject: [PATCH] chore: uppercase license --- LICENSES/BDK-LICENSE-MIT | 16 ++++++++++++++++ LICENSES/{cashu-rs-MIT => CASHU-RS-MIT} | 0 LICENSES/{nostr-MIT => NOSTR-MIT} | 0 3 files changed, 16 insertions(+) create mode 100644 LICENSES/BDK-LICENSE-MIT rename LICENSES/{cashu-rs-MIT => CASHU-RS-MIT} (100%) rename LICENSES/{nostr-MIT => NOSTR-MIT} (100%) diff --git a/LICENSES/BDK-LICENSE-MIT b/LICENSES/BDK-LICENSE-MIT new file mode 100644 index 00000000..9d982a4d --- /dev/null +++ b/LICENSES/BDK-LICENSE-MIT @@ -0,0 +1,16 @@ +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/LICENSES/cashu-rs-MIT b/LICENSES/CASHU-RS-MIT similarity index 100% rename from LICENSES/cashu-rs-MIT rename to LICENSES/CASHU-RS-MIT diff --git a/LICENSES/nostr-MIT b/LICENSES/NOSTR-MIT similarity index 100% rename from LICENSES/nostr-MIT rename to LICENSES/NOSTR-MIT