diff --git a/python/lsst/drp/tasks/make_direct_warp.py b/python/lsst/drp/tasks/make_direct_warp.py index 16680b2b..a13d6899 100644 --- a/python/lsst/drp/tasks/make_direct_warp.py +++ b/python/lsst/drp/tasks/make_direct_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project diff --git a/python/lsst/drp/tasks/make_psf_matched_warp.py b/python/lsst/drp/tasks/make_psf_matched_warp.py index 206f7462..3fc046cc 100644 --- a/python/lsst/drp/tasks/make_psf_matched_warp.py +++ b/python/lsst/drp/tasks/make_psf_matched_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project diff --git a/tests/test_make_direct_warp.py b/tests/test_make_direct_warp.py index 9039a74e..41f318b4 100644 --- a/tests/test_make_direct_warp.py +++ b/tests/test_make_direct_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project diff --git a/tests/test_make_psf_matched_warp.py b/tests/test_make_psf_matched_warp.py index 2083611b..ce99902b 100644 --- a/tests/test_make_psf_matched_warp.py +++ b/tests/test_make_psf_matched_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project