Skip to content

Commit 9486ab7

Browse files
PKUWZPfcbayernwzpsfc-gh-truwase
authored
Remove Microsoft Corporation copyright from AGENTS.md and CLAUDE.md (#7932)
## Summary - Remove the `# Copyright (c) Microsoft Corporation.` line from the license header template in both AGENTS.md and CLAUDE.md - The project license header should only contain the SPDX identifier and team attribution ## Test plan - [x] Verify AGENTS.md and CLAUDE.md no longer reference Microsoft Corporation copyright Signed-off-by: Zhipeng Wang <zwanga@wustl.edu> Co-authored-by: Zhipeng Wang <zwanga@wustl.edu> Co-authored-by: Olatunji Ruwase <tunji.ruwase@snowflake.com>
1 parent 36f0b0c commit 9486ab7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- `check-torchdist` hook: NEVER directly import torch's distributed module. Use `import deepspeed.comm as dist` instead.
1212
- New files require license header:
1313
```
14-
# Copyright (c) Microsoft Corporation.
1514
# SPDX-License-Identifier: Apache-2.0
1615
# DeepSpeed Team
1716
```

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- `check-torchdist` hook: NEVER directly import torch's distributed module. Use `import deepspeed.comm as dist` instead.
1212
- New files require license header:
1313
```
14-
# Copyright (c) Microsoft Corporation.
1514
# SPDX-License-Identifier: Apache-2.0
1615
# DeepSpeed Team
1716
```

0 commit comments

Comments
 (0)