Skip to content

Commit

Permalink
add source headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 15, 2024
1 parent 80a0be6 commit a9ecfe7
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lenskit/algorithms/als/__init__.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

"""
LensKit ALS implementations.
"""
Expand Down
6 changes: 6 additions & 0 deletions lenskit/algorithms/als/common.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

from __future__ import annotations

import logging
Expand Down
6 changes: 6 additions & 0 deletions lenskit/algorithms/als/explicit.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

from __future__ import annotations

import logging
Expand Down
6 changes: 6 additions & 0 deletions lenskit/algorithms/als/implicit.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

from __future__ import annotations

import logging
Expand Down
6 changes: 6 additions & 0 deletions lenskit/parallel/chunking.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

"""
Support for computing chunks for parallel computation.
"""
Expand Down

0 comments on commit a9ecfe7

Please sign in to comment.