fix license
This commit is contained in:
Родитель
0dbbd066d2
Коммит
b33e67ac75
|
@ -1,6 +1,9 @@
|
|||
//
|
||||
// <copyright file="ASGDCommon.h" company="Microsoft">
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
|
||||
//
|
||||
// </copyright>
|
||||
//
|
||||
#pragma once
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
//
|
||||
// <copyright file="MultiversoWrapper.h" company="Microsoft">
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
|
||||
// </copyright>
|
||||
//
|
||||
#pragma once
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
//
|
||||
// <copyright file="NoMultiversoWrapper.h" company="Microsoft">
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
|
||||
//
|
||||
// </copyright>
|
||||
//
|
||||
#pragma once
|
||||
|
|
|
@ -394,7 +394,7 @@ do
|
|||
fi
|
||||
;;
|
||||
|
||||
--asgd*)
|
||||
--asgd*)
|
||||
if test x$optarg = xyes || test x$optarg = xno
|
||||
then
|
||||
enable_asgd=$optarg
|
||||
|
|
Загрузка…
Ссылка в новой задаче