From 6f589719127024071524751d66a1e4471d2ea16e Mon Sep 17 00:00:00 2001 From: gursewak1997 Date: Thu, 16 Jul 2026 10:37:32 -0700 Subject: [PATCH] docs: Add top-level LICENSE file for OpenSSF badge compliance The OpenSSF Best Practices badge automation requires a file named LICENSE at the repository root. The project already has LICENSE-MIT and LICENSE-APACHE, but the automated checker does not recognize those names. Add a top-level LICENSE that references both files. Assisted-by: AI Signed-off-by: gursewak1997 --- LICENSE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..221ae03a6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +This project is dual-licensed under the MIT License and the Apache License, +Version 2.0. You may choose either license at your option. + +See LICENSE-MIT for the MIT License. +See LICENSE-APACHE for the Apache License, Version 2.0. + +SPDX-License-Identifier: MIT OR Apache-2.0