From 72407af2c186dcce2e27cae7a1dc994b0baf503f Mon Sep 17 00:00:00 2001 From: Changho Hwang Date: Tue, 24 Feb 2026 20:28:32 -0800 Subject: [PATCH] License --- src/core/gdr.cc | 2 +- src/core/include/gdr.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/gdr.cc b/src/core/gdr.cc index b85174a4..904e5413 100644 --- a/src/core/gdr.cc +++ b/src/core/gdr.cc @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// Licensed under the MIT license. +// Licensed under the MIT License. #include "gdr.hpp" diff --git a/src/core/include/gdr.hpp b/src/core/include/gdr.hpp index 6663542a..bde2986a 100644 --- a/src/core/include/gdr.hpp +++ b/src/core/include/gdr.hpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// Licensed under the MIT license. +// Licensed under the MIT License. #ifndef MSCCLPP_GDR_HPP_ #define MSCCLPP_GDR_HPP_