From 8effd97bad8b8f577f4964d7d2f12df3c66cd5ae Mon Sep 17 00:00:00 2001 From: Changho Hwang Date: Tue, 24 Feb 2026 20:29:12 -0800 Subject: [PATCH] License --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fa19a3c..a8eb0cdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. -# Licensed under the MIT license. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.25) project(mscclpp LANGUAGES CXX)