Skip to content

Commit 2efa39c

Browse files
Update licence string
1 parent 57bb349 commit 2efa39c

35 files changed

+55
-49
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
entry: >-
1818
pixi run -e lint
1919
insert-license
20-
--license-base64 Q29weXJpZ2h0IChjKSBRdWFudENvIHt5ZWFyX3N0YXJ0fS17eWVhcl9lbmR9ClNQRFgtTGljZW5zZS1JZGVudGlmaWVyOiBMaWNlbnNlUmVmLVF1YW50Q28K
20+
--license-base64 Q29weXJpZ2h0IChjKSBRdWFudENvIDIwMjMtMjAyNApTUERYLUxpY2Vuc2UtSWRlbnRpZmllcjogQlNELTMtQ2xhdXNlCg==
2121
--dynamic-years
2222
--comment-style "#"
2323
language: system

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2022-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
# Configuration file for the Sphinx documentation builder.
55
#

ndonnx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2022-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import importlib.metadata
55
import warnings

ndonnx/_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import numpy as np
55

ndonnx/_core/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from ._impl import CoreOperationsImpl
55
from ._interface import OperationsBlock

ndonnx/_core/_impl.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
34
from __future__ import annotations
45

56
import functools

ndonnx/_core/_interface.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
34
from __future__ import annotations
45

56
from typing import Literal

ndonnx/_corearray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_data_types/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
34
from __future__ import annotations
45

56
from .aliases import (

ndonnx/_data_types/aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from .classes import (
55
Boolean,

ndonnx/_data_types/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_data_types/conversion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_data_types/coretype.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_data_types/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from dataclasses import dataclass
55

ndonnx/_data_types/structtype.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_experimental.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from ._core import OperationsBlock
55
from ._data_types import CastMixin, Schema, StructType

ndonnx/_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from collections.abc import Iterable
55
from typing import TypeVar, Union

ndonnx/_opset_extensions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
34
from __future__ import annotations
45

56
import builtins

ndonnx/_propagation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/_utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

ndonnx/additional/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from ._additional import fill_null, make_nullable, isin, shape, static_map
55

ndonnx/additional/_additional.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
34
from __future__ import annotations
45

56
from collections.abc import Mapping, Sequence

scripts/parse_test_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import argparse
55
import json

tests/ndonnx/test_additional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import sys
55

tests/ndonnx/test_build_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import pytest
55

tests/ndonnx/test_compute_modes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import numpy as np
55
import numpy.array_api as npx

tests/ndonnx/test_constant_propagation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from typing import Literal
55

tests/ndonnx/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

tests/ndonnx/test_dtypes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
34
from __future__ import annotations
45

56
import re

tests/ndonnx/test_include.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44

55
def test_import():

tests/ndonnx/test_masked.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) QuantCo 2023-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import math
55

tests/ndonnx/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) QuantCo 2024-2024
2-
# SPDX-License-Identifier: LicenseRef-QuantCo
1+
# Copyright (c) QuantCo 2023-2024
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
from __future__ import annotations
55

0 commit comments

Comments
 (0)