File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/scippneutron/metadata Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
33from __future__ import annotations
44
55import enum
Original file line number Diff line number Diff line change 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)
33from __future__ import annotations
44
55import itertools
Original file line number Diff line number Diff line change 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
55import scipp as sc
Original file line number Diff line number Diff line change 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)
33import pytest
44from pydantic import BaseModel
55
You can’t perform that action at this time.
0 commit comments