Updated copyright banner

This commit is contained in:
Chuck Walbourn
2021-02-26 22:59:42 -08:00
parent a43edf61dd
commit 7df49719a1
64 changed files with 68 additions and 72 deletions

View File

@@ -3,7 +3,7 @@
//
// DirectX Texture diagnostic tool
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//
// http://go.microsoft.com/fwlink/?LinkId=248926
@@ -552,7 +552,7 @@ namespace
}
wprintf(L"Microsoft (R) DirectX Texture Diagnostic Tool [DirectXTex] Version %ls\n", version);
wprintf(L"Copyright (C) Microsoft Corp. All rights reserved.\n");
wprintf(L"Copyright (C) Microsoft Corp.\n");
#ifdef _DEBUG
wprintf(L"*** Debug build ***\n");
#endif