diff --git a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php
index a86b39d3ee51b2aa5dda51d171ed544428c18625..16c7cbbad8485a1ab84be0b98139ad1a64ce0e29 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php
@@ -1634,10 +1634,6 @@ class Aleph extends AbstractBase
      *
      * Obtain information on course reserves.
      *
-     * This version of findReserves was contributed by Matthew Hooper and includes
-     * support for electronic reserves (though eReserve support is still a work in
-     * progress).
-     *
      * @param string $course ID from getCourses (empty string to match all)
      * @param string $inst   ID from getInstructors (empty string to match all)
      * @param string $dept   ID from getDepartments (empty string to match all)
diff --git a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php
index 89fdcf74817871d55a80b540d208e7be75818fb2..4f57728f37ad68b3bf92ae85b16d702eafe136b8 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php
@@ -874,10 +874,6 @@ class Amicus extends AbstractBase implements TranslatorAwareInterface
      *
      * Obtain information on course reserves.
      *
-     * This version of findReserves was contributed by Matthew Hooper and includes
-     * support for electronic reserves (though eReserve support is still a work in
-     * progress).
-     *
      * @param string $course ID from getCourses (empty string to match all)
      * @param string $inst   ID from getInstructors (empty string to match all)
      * @param string $dept   ID from getDepartments (empty string to match all)
diff --git a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php
index 02bd855a74a4d45837b2573f3fe564d44877fd7f..f9e87e135166879520710eebd12afc5a0b4e5490 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php
@@ -777,10 +777,6 @@ class Evergreen extends AbstractBase
      *
      * Obtain information on course reserves.
      *
-     * This version of findReserves was contributed by Matthew Hooper and includes
-     * support for electronic reserves (though eReserve support is still a work in
-     * progress).
-     *
      * @param string $course ID from getCourses (empty string to match all)
      * @param string $inst   ID from getInstructors (empty string to match all)
      * @param string $dept   ID from getDepartments (empty string to match all)
diff --git a/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php b/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php
index b224d9bf14b2a440c8adfba7f4623eed3ddc58f7..5d2c39efad64954611b741a6dd890baec73bdabb 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php
@@ -926,10 +926,6 @@ class Unicorn extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf
      *
      * Obtain information on course reserves.
      *
-     * This version of findReserves was contributed by Matthew Hooper and includes
-     * support for electronic reserves (though eReserve support is still a work in
-     * progress).
-     *
      * @param string $courseId     ID from getCourses (empty string to match all)
      * @param string $instructorId ID from getInstructors (empty string to match all)
      * @param string $departmentId ID from getDepartments (empty string to match all)
diff --git a/module/VuFind/src/VuFind/ILS/Driver/Virtua.php b/module/VuFind/src/VuFind/ILS/Driver/Virtua.php
index ab42e5f5f09151d674c1f1767f9aead770c02b51..c7b08a5da98a0f0f8dd661c9976f4240421a9538 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/Virtua.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/Virtua.php
@@ -1417,10 +1417,6 @@ class Virtua extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterfa
      *
      * Obtain information on course reserves.
      *
-     * This version of findReserves was contributed by Matthew Hooper and includes
-     * support for electronic reserves (though eReserve support is still a work in
-     * progress).
-     *
      * @param string $course ID from getCourses (empty string to match all)
      * @param string $inst   ID from getInstructors (empty string to match all)
      * @param string $dept   ID from getDepartments (empty string to match all)
diff --git a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php
index 4bdc43797d977be10236a51174672008f1f2217e..50cb207371921a288b736305fd326791b41035ab 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php
@@ -674,10 +674,6 @@ class XCNCIP extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterfa
      *
      * Obtain information on course reserves.
      *
-     * This version of findReserves was contributed by Matthew Hooper and includes
-     * support for electronic reserves (though eReserve support is still a work in
-     * progress).
-     *
      * @param string $course ID from getCourses (empty string to match all)
      * @param string $inst   ID from getInstructors (empty string to match all)
      * @param string $dept   ID from getDepartments (empty string to match all)
diff --git a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php
index 940f9118df2da5174dc92c7fb03185329c1c2127..445c64b3f9bcd7bba3161756cab8e23ca81fd7e8 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php
@@ -701,10 +701,6 @@ class XCNCIP2 extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf
      *
      * Obtain information on course reserves.
      *
-     * This version of findReserves was contributed by Matthew Hooper and includes
-     * support for electronic reserves (though eReserve support is still a work in
-     * progress).
-     *
      * @param string $course ID from getCourses (empty string to match all)
      * @param string $inst   ID from getInstructors (empty string to match all)
      * @param string $dept   ID from getDepartments (empty string to match all)