diff --git a/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.h b/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.h index d1d07cf3f4eb7..de090bc7cb4e2 100644 --- a/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.h +++ b/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.h @@ -1,9 +1,9 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // AppDelegate.h // macos_package_test // -// Created by rachguo on 11/17/23. -// #import @@ -11,4 +11,3 @@ @end - diff --git a/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.m b/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.m index bd4281a1f4828..36aeae8dbe6cf 100644 --- a/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.m +++ b/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/AppDelegate.m @@ -1,9 +1,9 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // -// AppDelegate.m +// AppDelegate.h // macos_package_test // -// Created by rachguo on 11/17/23. -// #import "AppDelegate.h" diff --git a/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/main.m b/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/main.m index 78b788a66aa75..6742734169489 100644 --- a/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/main.m +++ b/onnxruntime/test/platform/ios/ios_package_test/macos_package_test/main.m @@ -1,9 +1,9 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // -// main.m +// AppDelegate.h // macos_package_test // -// Created by rachguo on 11/17/23. -// #import