Skip to content

Commit b5aee13

Browse files
authored
Update copyright for 2026 (#203)
* updated copyright from 2025 to 2026 * fixed workflow for MagiAttentionCsrc outputs
1 parent f5b72e6 commit b5aee13

File tree

280 files changed

+280
-279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+280
-279
lines changed

.github/scripts/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2025 SandAI. All Rights Reserved.
3+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

.github/workflows/build_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
contents: read
1919
outputs:
2020
MagiAttention: ${{ steps.filter.outputs.MagiAttention }}
21+
MagiAttentionCsrc: ${{ steps.filter.outputs.MagiAttentionCsrc }}
2122
steps:
2223
# ==========================================================
2324
# Check if PR title starts with some specific prefixes

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/torch_native/configuration_llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/torch_native/llama_pretrain_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/torch_native/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/torch_native/modeling_llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/torch_native/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/transformers/magi_attention_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 SandAI. All Rights Reserved.
1+
# Copyright (c) 2025-2026 SandAI. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)