From b4ddb7640a2775b2200363e186dfc0fb61d210f7 Mon Sep 17 00:00:00 2001 From: David Maus <dmaus@ictsoc.de> Date: Sun, 30 Jun 2013 10:42:27 +0200 Subject: [PATCH] Tidy up docstring of VuFindHttp module --- module/VuFindHttp/Module.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/module/VuFindHttp/Module.php b/module/VuFindHttp/Module.php index c690efc56a3..8e817bd220d 100644 --- a/module/VuFindHttp/Module.php +++ b/module/VuFindHttp/Module.php @@ -1,11 +1,11 @@ <?php /** - * ZF2 module definition for the VF2 proxy service + * ZF2 module definition for the VF2 http service * * PHP version 5 * - * Copyright (C) Villanova University 2010. + * Copyright (C) Villanova University 2012, 2013. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, @@ -24,7 +24,6 @@ * @package Http * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy */ namespace VuFindHttp; @@ -36,7 +35,6 @@ namespace VuFindHttp; * @package Http * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link https://github.com/dmj/vf2-proxy */ class Module -- GitLab