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:
Stas Bekman
2025-05-21 17:27:39 -07:00
committed by GitHub
parent 41fceadeeb
commit e290bf580d

View File

@ -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$"),
]