From 17ecdb5d410d43bf1b9e745617e2ed7ee054f494 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 2 May 2016 12:32:32 -0400
Subject: [PATCH] Cleaned up comments.

---
 .../VuFind/src/VuFind/ILS/Driver/KohaILSDI.php | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
index fae4a12e6aa..85f69a32a60 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
@@ -19,11 +19,12 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * @category VuFind2
+ * @category VuFind
  * @package  ILS_Drivers
- * @author   Alex Sassmannshausen, <alex.sassmannshausen@ptfs-europe.com>
+ * @author   Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>
+ * @author   Tom Misilo <misilot@fit.edu>
  * @license  http://opensource.org/licenses/gpl-2.0.php GNU General Public License
- * @link     http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki
+ * @link     https://vufind.org/wiki/development:plugins:ils_drivers Wiki
  */
 namespace VuFind\ILS\Driver;
 use PDO, PDOException;
@@ -33,17 +34,16 @@ use Zend\Log\LoggerInterface;
 use VuFind\Exception\Date as DateException;
 
 /**
- * VuFind Driver for Koha, using web APIs (ILSDI) (version: 0.3)
+ * VuFind Driver for Koha, using web APIs (ILSDI)
  *
- * Last updated: 04/13/2016
  * Minimum Koha Version: 3.18.6
  *
- * @category VuFind2
+ * @category VuFind
  * @package  ILS_Drivers
- * @author   Alex Sassmannshausen, <alex.sassmannshausen@ptfs-europe.com>
- * @author   Tom Misilo, <misilot@fit.edu>
+ * @author   Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>
+ * @author   Tom Misilo <misilot@fit.edu>
  * @license  http://opensource.org/licenses/gpl-2.0.php GNU General Public License
- * @link     http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki
+ * @link     https://vufind.org/wiki/development:plugins:ils_drivers Wiki
  */
 class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
     \VuFindHttp\HttpServiceAwareInterface, \Zend\Log\LoggerAwareInterface
-- 
GitLab