From dbd76f78e2dddd3e2e9d5cc97f30114dda16182d Mon Sep 17 00:00:00 2001 From: jangko Date: Sun, 20 Jun 2021 11:33:20 +0700 Subject: [PATCH] update copyright header in autobahn client and server file --- examples/autobahn_client.nim | 9 +++++++++ examples/client.nim | 9 +++++++++ examples/server.nim | 8 ++++++++ 3 files changed, 26 insertions(+) diff --git a/examples/autobahn_client.nim b/examples/autobahn_client.nim index 92ac1e5..2ede92c 100644 --- a/examples/autobahn_client.nim +++ b/examples/autobahn_client.nim @@ -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], diff --git a/examples/client.nim b/examples/client.nim index 0fcf5b2..aa79077 100644 --- a/examples/client.nim +++ b/examples/client.nim @@ -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, diff --git a/examples/server.nim b/examples/server.nim index 017fde6..b8ccf00 100644 --- a/examples/server.nim +++ b/examples/server.nim @@ -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,