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

Commit 96a588a

Browse files
committed
Quality: Happy new year!
1 parent 8a20a9f commit 96a588a

26 files changed

+53
-53
lines changed

Bin/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
* Basic WebSocket client.
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 Console\Dispatcher\Kit

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:
@@ -46,7 +46,7 @@
4646
*
4747
* A cross-protocol Websocket client.
4848
*
49-
* @copyright Copyright © 2007-2016 Hoa community
49+
* @copyright Copyright © 2007-2017 Hoa community
5050
* @license New BSD License
5151
*/
5252
class Client extends 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
* A cross-protocol Websocket connection.
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

Exception/BadProtocol.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\Websocket\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 BadProtocol extends Exception

Exception/CloseError.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\Websocket\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 CloseError 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

Exception/InvalidMessage.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\Websocket\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 InvalidMessage extends Exception

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:
@@ -43,7 +43,7 @@
4343
*
4444
* Describe a WebSocket node.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Node extends HoaSocket\Node

Protocol/Generic.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
* An abstract protocol implementation.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
abstract class Generic

Protocol/Hybi00.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
* Protocol implementation: draft-ietf-hybi-thewebsocketprotocol-00.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Hybi00 extends Generic

0 commit comments

Comments
 (0)