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

Commit

Permalink
Quality: Happy new year!
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 9, 2017
1 parent 8a20a9f commit 96a588a
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions Bin/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* Basic WebSocket client.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Client extends Console\Dispatcher\Kit
Expand Down
4 changes: 2 additions & 2 deletions Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -46,7 +46,7 @@
*
* A cross-protocol Websocket client.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Client extends Connection
Expand Down
4 changes: 2 additions & 2 deletions Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* A cross-protocol Websocket connection.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
abstract class Connection
Expand Down
4 changes: 2 additions & 2 deletions Exception/BadProtocol.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -41,7 +41,7 @@
*
* Extending the \Hoa\Websocket\Exception class.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class BadProtocol extends Exception
Expand Down
4 changes: 2 additions & 2 deletions Exception/CloseError.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -41,7 +41,7 @@
*
* Extending the \Hoa\Websocket\Exception class.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class CloseError extends Exception
Expand Down
4 changes: 2 additions & 2 deletions Exception/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -44,7 +44,7 @@
*
* Extending the \Hoa\Exception\Exception class.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Exception extends HoaException
Expand Down
4 changes: 2 additions & 2 deletions Exception/InvalidMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -41,7 +41,7 @@
*
* Extending the \Hoa\Websocket\Exception class.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class InvalidMessage extends Exception
Expand Down
4 changes: 2 additions & 2 deletions Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -43,7 +43,7 @@
*
* Describe a WebSocket node.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Node extends HoaSocket\Node
Expand Down
4 changes: 2 additions & 2 deletions Protocol/Generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* An abstract protocol implementation.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
abstract class Generic
Expand Down
4 changes: 2 additions & 2 deletions Protocol/Hybi00.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -44,7 +44,7 @@
*
* Protocol implementation: draft-ietf-hybi-thewebsocketprotocol-00.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Hybi00 extends Generic
Expand Down
4 changes: 2 additions & 2 deletions Protocol/Rfc6455.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -44,7 +44,7 @@
*
* Protocol implementation: RFC6455.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Rfc6455 extends Generic
Expand Down
4 changes: 2 additions & 2 deletions Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -44,7 +44,7 @@
*
* A cross-protocol Websocket server.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Server extends Connection
Expand Down
4 changes: 2 additions & 2 deletions Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -43,7 +43,7 @@
*
* WebSocket specific socket and transports.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Socket extends HoaSocket
Expand Down
6 changes: 3 additions & 3 deletions Test/Integration/Protocol/Rfc6455.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -46,7 +46,7 @@
*
* Test suite of the RFC6455 protocol.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Rfc6455 extends Test\Integration\Suite
Expand Down Expand Up @@ -586,7 +586,7 @@ protected function getNumberOfTestsToCompute()
*
* An exception that is thrown to stop the server and exits gently.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class StopServerException extends \RuntimeException
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -48,7 +48,7 @@
*
* Test suite for the WebSocket client class.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Client extends Test\Unit\Suite
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -47,7 +47,7 @@
*
* Test suite for the WebSocket connection class.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Connection extends Test\Unit\Suite
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Exception/BadProtocol.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* Test suite of the bad protocol exception.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class BadProtocol extends Test\Unit\Suite
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Exception/CloseError.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* Test suite of the close error exception.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class CloseError extends Test\Unit\Suite
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Exception/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* Test suite of the exception.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Exception extends Test\Unit\Suite
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Exception/InvalidMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* Test suite of the bad protocol exception.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class InvalidMessage extends Test\Unit\Suite
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2016, Hoa community. All rights reserved.
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -45,7 +45,7 @@
*
* Test suite for the node class.
*
* @copyright Copyright © 2007-2016 Hoa community
* @copyright Copyright © 2007-2017 Hoa community
* @license New BSD License
*/
class Node extends Test\Unit\Suite
Expand Down
Loading

0 comments on commit 96a588a

Please sign in to comment.