From 65579021eea5deca390bc4c1dd487d763e0e2d44 Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Fri, 7 Apr 2023 02:09:17 +0300 Subject: [PATCH] Remove UTF-8 BOM (#15026) --- onnxruntime/contrib_ops/cuda/math/fft_ops_impl.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/contrib_ops/cuda/math/fft_ops_impl.cu b/onnxruntime/contrib_ops/cuda/math/fft_ops_impl.cu index c1f4a088e0..897631c299 100644 --- a/onnxruntime/contrib_ops/cuda/math/fft_ops_impl.cu +++ b/onnxruntime/contrib_ops/cuda/math/fft_ops_impl.cu @@ -1,4 +1,4 @@ -/*All contributions by Facebook : +/*All contributions by Facebook : Copyright(c) 2016 Facebook Inc. ==============================================================================*/ /* Modifications Copyright (c) Microsoft. */