From 8bb72c132f6f9c3af34cb992907e1815b29fbc59 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Sun, 13 Jan 2013 12:10:41 +0100
Subject: [PATCH] Fix docstring of PHPUnit bootstrap

---
 tests/bootstrap.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index ba07c30..c4f9e62 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -3,18 +3,18 @@
 /**
  * This file is part of PicaRecord.
  *
- * OAI-PMH-Server is free software: you can redistribute it and/or modify
+ * PicaRecord is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * OAI-PMH-Server is distributed in the hope that it will be useful,
+ * PicaRecord is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with OAI-PMH-Server.  If not, see <http://www.gnu.org/licenses/>.
+ * along with PicaRecord.  If not, see <http://www.gnu.org/licenses/>.
  *
  * @author    David Maus <maus@hab.de>
  * @copyright Copyright (c) 2013 by Herzog August Bibliothek Wolfenbüttel
-- 
GitLab