From d7f3baed181f6b8891fcc0cea1d4cd3403779b36 Mon Sep 17 00:00:00 2001 From: RandySheriffH <48490400+RandySheriffH@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:26:10 -0700 Subject: [PATCH] add header (#5648) Co-authored-by: RandySheriffH --- onnxruntime/test/shared_lib/cuda_add.cu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/onnxruntime/test/shared_lib/cuda_add.cu b/onnxruntime/test/shared_lib/cuda_add.cu index 301d82ca38..9aa503dbf6 100644 --- a/onnxruntime/test/shared_lib/cuda_add.cu +++ b/onnxruntime/test/shared_lib/cuda_add.cu @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #include #include #include