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

Commit 82682c6

Browse files
committed
Quality: Happy new year!
1 parent b88ebbc commit 82682c6

20 files changed

Lines changed: 40 additions & 40 deletions

Client.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -44,7 +44,7 @@
4444
*
4545
* Established a client connection.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Client extends Connection

Connection/Connection.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -45,7 +45,7 @@
4545
*
4646
* Abstract connection, useful for client and server.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
abstract class Connection

Connection/Group.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -44,7 +44,7 @@
4444
* Represent a group of connection handlers.
4545
* Add semantics around Hoa\Socket\Connection\Handler.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Group implements \ArrayAccess, \IteratorAggregate, \Countable

Connection/Handler.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -46,7 +46,7 @@
4646
* are able to run() a connection (client or server), to merge() with other ones
4747
* and to send messages in different ways (A -> A, A -> B, A -> *\A etc.).
4848
*
49-
* @copyright Copyright © 2007-2016 Hoa community
49+
* @copyright Copyright © 2007-2017 Hoa community
5050
* @license New BSD License
5151
*/
5252
abstract class Handler

Exception/BrokenPipe.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -41,7 +41,7 @@
4141
*
4242
* Extending the \Hoa\Socket\Exception\Exception class.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class BrokenPipe extends Exception

Exception/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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -44,7 +44,7 @@
4444
*
4545
* Extending the \Hoa\Exception\Exception class.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Exception extends HoaException

Node.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -41,7 +41,7 @@
4141
*
4242
* Represent a generic node.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Node

Server.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -44,7 +44,7 @@
4444
*
4545
* Established a server connection.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Server extends Connection

Socket.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -43,7 +43,7 @@
4343
*
4444
* Socket analyzer.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Socket

Test/Unit/Client.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-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. 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:
@@ -45,7 +45,7 @@
4545
*
4646
* Test suite for the client object.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class Client extends Test\Unit\Suite

0 commit comments

Comments
 (0)