From 152710dea6d7597c5df1611b731758d1b95db2b4 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Fri, 2 Aug 2024 16:59:30 -0400 Subject: [PATCH] add missing source header --- lenskit/tests/test_pipeline_config.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lenskit/tests/test_pipeline_config.py b/lenskit/tests/test_pipeline_config.py index 359134e58..a2730cbef 100644 --- a/lenskit/tests/test_pipeline_config.py +++ b/lenskit/tests/test_pipeline_config.py @@ -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 json from lenskit.pipeline import Pipeline