From 5fae5e489631b2c249d519db3998fd66abcf382e Mon Sep 17 00:00:00 2001 From: Aarushi Majumder Date: Tue, 28 Jan 2025 11:25:04 -0800 Subject: [PATCH] change to utf-8 with BOM --- .../core/session/onnxruntime_session_options_config_keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/onnxruntime/core/session/onnxruntime_session_options_config_keys.h b/include/onnxruntime/core/session/onnxruntime_session_options_config_keys.h index b0539b78a6..5296d5eb76 100644 --- a/include/onnxruntime/core/session/onnxruntime_session_options_config_keys.h +++ b/include/onnxruntime/core/session/onnxruntime_session_options_config_keys.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once