From 9297115fc9eb2eb1d9582e0bcc0cf116df710ff7 Mon Sep 17 00:00:00 2001 From: Zigao Wang Date: Fri, 21 Feb 2025 23:03:26 +0800 Subject: [PATCH 1/3] docs: add MIT License --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9166021 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Anders Rex + +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. From 2635f7f2b74a43ae6a48089bb70828a67f8baf55 Mon Sep 17 00:00:00 2001 From: Zigao Wang Date: Fri, 21 Feb 2025 23:03:49 +0800 Subject: [PATCH 2/3] docs: add license link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dffe9c0..77687a8 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ If you'd like to support the development of NotesOllama, check out my other plug ## License -MIT License +[MIT License](LICENSE) Copyright (c) 2024 Anders Rex From c9a9a316c1f9841f275fb9bae17cf7ec179a98f2 Mon Sep 17 00:00:00 2001 From: Zigao Wang Date: Fri, 21 Feb 2025 23:04:15 +0800 Subject: [PATCH 3/3] docs: fix 2024 to 2025 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77687a8..1191709 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ If you'd like to support the development of NotesOllama, check out my other plug [MIT License](LICENSE) -Copyright (c) 2024 Anders Rex +Copyright (c) 2025 Anders Rex