diff options
Diffstat (limited to 'websocket_client.ts')
| -rw-r--r-- | websocket_client.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/websocket_client.ts b/websocket_client.ts index 3d68cd5..092ea86 100644 --- a/websocket_client.ts +++ b/websocket_client.ts @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + import { WuiResponseInterface } from "./response.js" const AUTO_RECONNECT_INTERVAL = 5000 |
