Skip to content

Commit e986875

Browse files
authored
Update license header template to remove year (#3122)
## Summary - remove the year from Marin, Levanter, and Haliax license header templates - migrate existing Python file headers repo-wide from yearful to yearless format - simplify `infra/pre-commit.py` license checks to enforce only the yearless header format - merge latest `origin/main` into this branch ## Validation - run `./infra/pre-commit.py --all-files` (passes) ## Notes - this is a mechanical, comment-only migration across 1411 files
1 parent de9710b commit e986875

File tree

1,432 files changed

+1457
-1446
lines changed

Some content is hidden

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

1,432 files changed

+1457
-1446
lines changed

data_browser/run-dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0
33

44
import argparse

data_browser/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0
33

44
import gzip

data_browser/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0
33

44
import server as server_module

docs/design/plot_plateau_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2025 The Marin Authors
2+
# Copyright The Marin Authors
33
# SPDX-License-Identifier: Apache-2.0
44

55
"""Visualize plateau detection on various reward trajectories."""

etc/license_header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Copyright 2025 The Marin Authors
1+
Copyright The Marin Authors
22
SPDX-License-Identifier: Apache-2.0

experiments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0

experiments/chat_templates/llama3pt1_chat_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0
33

44
# flake8: noqa

experiments/chat_templates/qwen2pt5_instruct_chat_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0
33

44
# flake8: noqa

experiments/chat_templates/qwen3_chat_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Marin Authors
1+
# Copyright The Marin Authors
22
# SPDX-License-Identifier: Apache-2.0
33

44
# flake8: noqa

0 commit comments

Comments
 (0)