From 7c671edb85b38fa96e565f477bf516df97e0e3e8 Mon Sep 17 00:00:00 2001 From: Ryu <114303361+ryuapp@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:12:49 +0900 Subject: [PATCH 1/2] migrate to MIT-0 --- LICENSE | 31 +++++++++++++------------------ rb.json | 2 +- scripts/release.zig | 2 +- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 366d1b6..094a208 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,16 @@ -MIT License +MIT No Attribution -Copyright (C) 2025 ryu +Copyright 2025 ryu -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: +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. -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. +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/rb.json b/rb.json index b9f3616..6a8426d 100644 --- a/rb.json +++ b/rb.json @@ -1,7 +1,7 @@ { "version": "0.3.2", "homepage": "https://github.com/ryuapp/rb", - "license": "MIT", + "license": "MIT-0", "architecture": { "64bit": { "url": "https://github.com/ryuapp/rb/releases/download/v0.3.2/rb-x86_64-pc-windows-msvc.zip", diff --git a/scripts/release.zig b/scripts/release.zig index a137df4..997a3cb 100644 --- a/scripts/release.zig +++ b/scripts/release.zig @@ -122,7 +122,7 @@ fn generateScoopManifest(allocator: std.mem.Allocator, version: []const u8, x64_ const manifest = .{ .version = version, .homepage = "https://github.com/ryuapp/rb", - .license = "MIT", + .license = "MIT-0", .architecture = .{ .@"64bit" = .{ .url = x64_url, From 16e1f6d72355e72e14a62560396711bb54dd2bf4 Mon Sep 17 00:00:00 2001 From: Ryu <114303361+ryuapp@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:14:03 +0900 Subject: [PATCH 2/2] add license to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3abd0f4..742e531 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,7 @@ winget install Ryuapp.Rb ```bash scoop install https://raw.githubusercontent.com/ryuapp/rb/main/rb.json ``` + +## LICENSE + +MIT-0