Skip to content

Commit fa86a80

Browse files
committed
Update copyrights
1 parent fdc2b5f commit fa86a80

17 files changed

+17
-17
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2017 Riikka Kalliomäki
1+
Copyright (c) 2013-2018 Riikka Kalliomäki
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,6 @@ on HHVM.
296296

297297
## Credits ##
298298

299-
This library is Copyright (c) 2013-2017 Riikka Kalliomäki.
299+
This library is Copyright (c) 2013-2018 Riikka Kalliomäki.
300300

301301
See LICENSE for license and copying information.

src/Encoder/ArrayEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Encoder for array values.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
class ArrayEncoder implements Encoder

src/Encoder/BooleanEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Encoder for boolean values.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
class BooleanEncoder implements Encoder

src/Encoder/Encoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Interface for different types of value encoders.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
interface Encoder

src/Encoder/FloatEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Encoder for float values.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
class FloatEncoder implements Encoder

src/Encoder/GMPEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Encoder for GMP number types.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
class GMPEncoder implements Encoder

src/Encoder/IntegerEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Encoder for integer values.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
class IntegerEncoder implements Encoder

src/Encoder/NullEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Encoder for null values.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
class NullEncoder implements Encoder

src/Encoder/ObjectEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Encoder for generic objects.
77
* @author Riikka Kalliomäki <[email protected]>
8-
* @copyright Copyright (c) 2014-2017 Riikka Kalliomäki
8+
* @copyright Copyright (c) 2014-2018 Riikka Kalliomäki
99
* @license http://opensource.org/licenses/mit-license.php MIT License
1010
*/
1111
class ObjectEncoder implements Encoder

0 commit comments

Comments
 (0)