Skip to content
Snippets Groups Projects
Commit c8860803 authored by David Maus's avatar David Maus
Browse files

Bump copyright year

parent 15411f91
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ PicaRecord provides an object oriented interface to Pica+ records, fields, and s
not provide the means to read or write Pica+ records. In order to do so you need to install the
packages PicaReader and PicaWriter that are available as dedicated composer packages.
PicaRecord is copyright (c) 2012-2016 by Herzog August Bibliothek Wolfenbüttel and released under the
PicaRecord is copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel and released under the
terms of the GNU General Public License v3.
* Installation
......
......@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012, 2013 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......@@ -144,4 +144,4 @@ class AuthorityRecord extends Record
}
}
}
}
\ No newline at end of file
}
......@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012, 2013 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......@@ -167,4 +167,4 @@ class CopyRecord extends Record
return $this->_parent;
}
}
\ No newline at end of file
}
......@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012, 2013 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......@@ -128,4 +128,4 @@ abstract class Helper
array_walk_recursive($sequence, function ($element) use (&$flat) { $flat []= $element; });
return $flat;
}
}
\ No newline at end of file
}
......@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012, 2013 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......@@ -193,4 +193,4 @@ class LocalRecord extends NestedRecord
return $a->getItemNumber() - $b->getItemNumber();
}
}
\ No newline at end of file
}
......@@ -25,7 +25,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012, 2013 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......@@ -189,4 +189,4 @@ abstract class NestedRecord extends Record
{
$this->_records = Helper::mapClone($this->_records);
}
}
\ No newline at end of file
}
......@@ -25,7 +25,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012, 2013 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......@@ -283,4 +283,4 @@ abstract class Record
{
return get_class($this) . ':' . spl_object_hash($this);
}
}
\ No newline at end of file
}
......@@ -23,7 +23,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012 - 2016 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......
......@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012, 2013 by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012-2019 by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
......@@ -217,4 +217,4 @@ class TitleRecord extends NestedRecord
return $a->getILN() - $b->getILN();
}
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment