mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
disable license check until the new license situation has been sorted… (#7301)
Until we sort out the new license situation disable this check so that new code not owned by MSFT could be added --------- Signed-off-by: Stas Bekman <stas@stason.org>
This commit is contained in:
@ -19,7 +19,7 @@ def err(s: str) -> None:
|
||||
|
||||
|
||||
COPYRIGHT = [
|
||||
(r"^# Copyright (c) Microsoft Corporation.$", r"^\/\/ Copyright (c) Microsoft Corporation.$"),
|
||||
# (r"^# Copyright (c) Microsoft Corporation.$", r"^\/\/ Copyright (c) Microsoft Corporation.$"),
|
||||
(r"^# SPDX-License-Identifier: Apache-2.0$", r"^\/\/ SPDX-License-Identifier: Apache-2.0$"),
|
||||
(r"^# DeepSpeed Team$", r"^\/\/ DeepSpeed Team$"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user