Skip to content

Commit

Permalink
add missing file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Aug 1, 2024
1 parent 8435211 commit 11902dd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lenskit/lenskit/splitting/records.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of LensKit.
# Copyright (C) 2018-2023 Boise State University
# Copyright (C) 2023-2024 Drexel University
# Licensed under the MIT license, see LICENSE.md for details.
# SPDX-License-Identifier: MIT

import logging
from typing import Iterator, overload

Expand Down
6 changes: 6 additions & 0 deletions lenskit/lenskit/splitting/users.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of LensKit.
# Copyright (C) 2018-2023 Boise State University
# Copyright (C) 2023-2024 Drexel University
# Licensed under the MIT license, see LICENSE.md for details.
# SPDX-License-Identifier: MIT

import logging
from typing import Iterable, Iterator, overload

Expand Down
1 change: 1 addition & 0 deletions lenskit/tests/test_itemlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Copyright (C) 2023-2024 Drexel University
# Licensed under the MIT license, see LICENSE.md for details.
# SPDX-License-Identifier: MIT

import pickle

import numpy as np
Expand Down
6 changes: 6 additions & 0 deletions lenskit/tests/test_split_types.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of LensKit.
# Copyright (C) 2018-2023 Boise State University
# Copyright (C) 2023-2024 Drexel University
# Licensed under the MIT license, see LICENSE.md for details.
# SPDX-License-Identifier: MIT

"""
Test the data type utilities in splits.
"""
Expand Down

0 comments on commit 11902dd

Please sign in to comment.