Skip to content

Commit 9f917cd

Browse files
committed
Update copyright year
1 parent bb19dd8 commit 9f917cd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/scippneutron/metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2024 Scipp contributors (https://github.com/scipp)
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
33
"""Metadata utilities.
44
55
.. rubric:: Models

src/scippneutron/metadata/_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2024 Scipp contributors (https://github.com/scipp)
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
33
from __future__ import annotations
44

55
import enum

src/scippneutron/metadata/_orcid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2024 Scipp contributors (https://github.com/scipp)
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
33
from __future__ import annotations
44

55
import itertools

tests/metadata/metadata_model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2024 Scipp contributors (https://github.com/scipp)
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
33

44

55
import scipp as sc

tests/metadata/metadata_orcid_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2024 Scipp contributors (https://github.com/scipp)
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
33
import pytest
44
from pydantic import BaseModel
55

0 commit comments

Comments
 (0)