Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 7909452

Browse files
committed
Happy new year!
1 parent ad3064c commit 7909452

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -42,7 +42,7 @@
4242
* Extending the \Hoa\Core\Exception class.
4343
*
4444
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
45-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
45+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
4646
* @license New BSD License
4747
*/
4848

Read.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -63,7 +63,7 @@
6363
* Read a string buffer.
6464
*
6565
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
66-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
66+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
6767
* @license New BSD License
6868
*/
6969

ReadWrite.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -68,7 +68,7 @@
6868
* Read/write a string buffer.
6969
*
7070
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
71-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
71+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
7272
* @license New BSD License
7373
*/
7474

Stringbuffer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -68,7 +68,7 @@
6868
* This class allows to manipulate a string as a stream.
6969
*
7070
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
71-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
71+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
7272
* @license New BSD License
7373
*/
7474

@@ -274,7 +274,7 @@ public function initializeWith ( $string ) {
274274
* hoa://Library/Stringbuffer component.
275275
*
276276
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
277-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
277+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
278278
* @license New BSD License
279279
*/
280280

Write.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2014, Ivan Enderlin. All rights reserved.
11+
* Copyright © 2007-2015, Ivan Enderlin. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -63,7 +63,7 @@
6363
* Write into a string buffer.
6464
*
6565
* @author Ivan Enderlin <ivan.enderlin@hoa-project.net>
66-
* @copyright Copyright © 2007-2014 Ivan Enderlin.
66+
* @copyright Copyright © 2007-2015 Ivan Enderlin.
6767
* @license New BSD License
6868
*/
6969

0 commit comments

Comments
 (0)