From 32fc81e35f12acec91cf799f66ac521706271ef2 Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Thu, 23 Jul 2026 16:05:55 +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 | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/Directory.Build.props b/Directory.Build.props index cbd33a1..f94e018 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ https://github.com/Chrison-dev/UnifiSharp https://github.com/Chrison-dev/UnifiSharp git - Unlicense + MIT true embedded diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..927b7f6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Chrison Simtian + +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 206ca779e67c8e9695650895dd0dc2ada6113089 Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Thu, 23 Jul 2026 16:14:44 +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]