Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/delegating_server.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/echoserver.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/random_client.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/random_server.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/send.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Constant.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/BadOpcodeException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/BadUriException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ClientException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/CloseException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConnectionClosedException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConnectionFailureException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConnectionLevelInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConnectionTimeoutException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/Exception.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/HandshakeException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/MessageLevelInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ReconnectException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/RunnerException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ServerException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Frame/Frame.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Frame/FrameHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Http/DefaultHttpFactory.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Http/HttpHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Http/Request.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Http/Response.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Http/ServerRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Message/Binary.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Message/Close.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Message/Message.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Message/MessageHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Message/Ping.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Message/Pong.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Message/Text.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/Callback.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/CloseHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/CompressionExtension.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
*
* This file is part of Websocket PHP and is free software under the ISC License.
* License text: https://raw.githubusercontent.com/sirn-se/websocket-php/master/COPYING.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
* This file is part of Websocket PHP and is free software under the ISC License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/CompressionExtension/DeflateCompressor.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
*
* This file is part of Websocket PHP and is free software under the ISC License.
* License text: https://raw.githubusercontent.com/sirn-se/websocket-php/master/COPYING.md
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/FollowRedirect.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (C) 2014-2025 Textalk and contributors.
* Copyright (C) 2014-2026 Textalk and contributors.
*
* This file is part of Websocket PHP and is free software under the ISC License.
* License text: https://raw.githubusercontent.com/sirn-se/websocket-php/master/COPYING.md
Expand Down
Loading