From 4542d186edda3ed2fd894526644c41e62976a697 Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Thu, 23 Jul 2026 16:05:51 +1200 Subject: [PATCH 1/2] chore: relicense under MIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch from Unlicense (public domain) to the MIT License now that the repo is public — a conventional, attribution-preserving OSS license. - LICENSE: MIT text (Copyright (c) 2026 Chrison Simtian). - Directory.Build.props: PackageLicenseExpression Unlicense → MIT (flows into the published nuget.org package metadata). Co-Authored-By: Claude Opus 4.8 (1M context) --- Directory.Build.props | 2 +- LICENSE | 37 +++++++++++++++++-------------------- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1e77332..5f6a4e2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ https://github.com/Chrison-dev/ProxmoxSharp https://github.com/Chrison-dev/ProxmoxSharp git - Unlicense + MIT true embedded diff --git a/LICENSE b/LICENSE index fdddb29..927b7f6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,24 +1,21 @@ -This is free and unencumbered software released into the public domain. +MIT License -Anyone is free to copy, modify, publish, use, compile, sell, or -distribute this software, either in source code form or as a compiled -binary, for any purpose, commercial or non-commercial, and by any -means. +Copyright (c) 2026 Chrison Simtian -In jurisdictions that recognize copyright laws, the author or authors -of this software dedicate any and all copyright interest in the -software to the public domain. We make this dedication for the benefit -of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of -relinquishment in perpetuity of all present and future rights to this -software under copyright law. +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 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 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. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -For more information, please refer to +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 245ae520b9bd82339bbdd03c69489dd9ec997b90 Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Thu, 23 Jul 2026 16:14:40 +1200 Subject: [PATCH 2/2] chore: add FUNDING.yml (GitHub Sponsors) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the Sponsor button now that the repo is public — github: [ChrisonSimtian]. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..7e7094d --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +# GitHub Sponsors — https://github.com/sponsors/ChrisonSimtian +github: [ChrisonSimtian]