From 8f444c240ffef3bf4bb727ab47aa892b004153cd Mon Sep 17 00:00:00 2001 From: Alice39s Date: Mon, 29 Jun 2026 23:39:13 +0900 Subject: [PATCH] chore(license): clarify dual-license in root LICENSE.md Add SPDX-License-Identifier: Apache-2.0 OR MIT and a short preamble so tools and humans can clearly see the dual-licensing intent. --- LICENSE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index 739ef00..82c2274 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,11 @@ +ip2region is dual-licensed under the Apache License 2.0 and the MIT License. + +You may use, distribute, and modify this software under either license, +at your option. The full text of both licenses appears below. + +SPDX-License-Identifier: Apache-2.0 OR MIT + +============================================================================== Apache License Version 2.0, January 2004 http://www.apache.org/licenses/