Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dmj
PicaRecord
Commits
c8860803
Commit
c8860803
authored
Apr 16, 2019
by
David Maus
Browse files
Bump copyright year
parent
15411f91
Changes
9
Hide whitespace changes
Inline
Side-by-side
README.org
View file @
c8860803
...
...
@@ -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-201
6
by Herzog August Bibliothek Wolfenbüttel and released under the
PicaRecord is copyright (c) 2012-201
9
by Herzog August Bibliothek Wolfenbüttel and released under the
terms of the GNU General Public License v3.
* Installation
...
...
src/HAB/Pica/Record/AuthorityRecord.php
View file @
c8860803
...
...
@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
,
201
3
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
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
}
src/HAB/Pica/Record/CopyRecord.php
View file @
c8860803
...
...
@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
,
201
3
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
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
}
src/HAB/Pica/Record/Helper.php
View file @
c8860803
...
...
@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
,
201
3
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
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
}
src/HAB/Pica/Record/LocalRecord.php
View file @
c8860803
...
...
@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
,
201
3
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
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
}
src/HAB/Pica/Record/NestedRecord.php
View file @
c8860803
...
...
@@ -25,7 +25,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
,
201
3
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
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
}
src/HAB/Pica/Record/Record.php
View file @
c8860803
...
...
@@ -25,7 +25,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
,
201
3
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
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
}
src/HAB/Pica/Record/Subfield.php
View file @
c8860803
...
...
@@ -23,7 +23,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
-
201
6
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
by Herzog August Bibliothek Wolfenbüttel
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License v3
*/
...
...
src/HAB/Pica/Record/TitleRecord.php
View file @
c8860803
...
...
@@ -20,7 +20,7 @@
*
* @package PicaRecord
* @author David Maus <maus@hab.de>
* @copyright Copyright (c) 2012
,
201
3
by Herzog August Bibliothek Wolfenbüttel
* @copyright Copyright (c) 2012
-
201
9
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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment