mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-01-02 13:43:08 +00:00
update copyright header in autobahn client and server file
This commit is contained in:
parent
3a0834943d
commit
dbd76f78e2
@ -1,3 +1,12 @@
|
||||
## nim-ws
|
||||
## Copyright (c) 2021 Status Research & Development GmbH
|
||||
## Licensed under either of
|
||||
## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
|
||||
## * MIT license ([LICENSE-MIT](LICENSE-MIT))
|
||||
## at your option.
|
||||
## This file may not be copied, modified, or distributed except according to
|
||||
## those terms.
|
||||
|
||||
import
|
||||
std/[strutils],
|
||||
pkg/[chronos, chronicles, stew/byteutils],
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
## nim-ws
|
||||
## Copyright (c) 2021 Status Research & Development GmbH
|
||||
## Licensed under either of
|
||||
## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
|
||||
## * MIT license ([LICENSE-MIT](LICENSE-MIT))
|
||||
## at your option.
|
||||
## This file may not be copied, modified, or distributed except according to
|
||||
## those terms.
|
||||
|
||||
import pkg/[
|
||||
chronos,
|
||||
chronicles,
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
## nim-ws
|
||||
## Copyright (c) 2021 Status Research & Development GmbH
|
||||
## Licensed under either of
|
||||
## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
|
||||
## * MIT license ([LICENSE-MIT](LICENSE-MIT))
|
||||
## at your option.
|
||||
## This file may not be copied, modified, or distributed except according to
|
||||
## those terms.
|
||||
|
||||
import std/uri
|
||||
import pkg/[chronos,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user