Skip to content

Commit e5e4274

Browse files
committed
fix: update licences
1 parent c5ca976 commit e5e4274

File tree

10 files changed

+14
-3
lines changed

10 files changed

+14
-3
lines changed

src/ess/estia/maskings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
13
import scipp as sc
24

35
from ..reflectometry.types import (

src/ess/offspec/conversions.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) 2023 Scipp contributors (https://github.com/scipp)
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
33
from scippneutron.conversion.graph import beamline, tof
44

55
from ..reflectometry.types import (

src/ess/offspec/corrections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
12
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
23
import scipp as sc
34

src/ess/offspec/data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
3-
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
43
from ..reflectometry.types import Filename, ReferenceRun, SampleRun
54

65
_version = "1"

src/ess/offspec/load.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
12
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
23
import scipp as sc
34

src/ess/offspec/maskings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
13
import scipp as sc
24

35
from ..reflectometry.types import (

src/ess/offspec/normalization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
12
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
23
from ..reflectometry.conversions import reflectometry_q
34
from ..reflectometry.types import (

src/ess/offspec/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
13
from typing import NewType
24

35
import sciline

src/ess/offspec/workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
12
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
23
from ..reflectometry.types import (
34
RawDetectorData,

src/ess/reflectometry/gui.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
13
import glob
24
import os
35
import uuid

0 commit comments

Comments
 (0)