From eb05f1553b1cd01c865bf52408cfd769e36f3876 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Thu, 25 Jun 2026 12:38:34 +0200 Subject: [PATCH 1/2] clarify dual license wording in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2c11bd..dec9999 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Find complete documentation for ITT/JIT APIs on the ### License -All code in the repo is dual licensed under GPLv2 and 3-Clause BSD licenses +This project is dual-licensed under either the BSD-3-Clause or the GPL-2.0-only license ### Make Contributions From 717efbbc4de7d80eddae7ef99ffc48bd1ccd4a1c Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Thu, 25 Jun 2026 12:47:10 +0200 Subject: [PATCH 2/2] clarify dual license wording in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f26863..82a47b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ We welcome contributions from everyone. Your efforts help improve the project an ## Licensing -- All code is dual licensed under GPLv2 and 3-Clause BSD +- All code is dual-licensed under either the BSD-3-Clause or the GPL-2.0-only license - All contributions must carry these licenses Thank you for contributing to IntelĀ® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API