diff options
| author | Shulhan <ms@kilabit.info> | 2019-03-15 15:59:53 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-03-17 02:06:21 +0700 |
| commit | 7f5f3d32944d0cc997120e9ff010f4166fcb3530 (patch) | |
| tree | 822c194fe3bd71a3a5e3a70b3ccc1a02885c7ce6 | |
| parent | 027d5549de0fa13ca206d541ee0acb173a378e68 (diff) | |
| download | pakakeh.go-7f5f3d32944d0cc997120e9ff010f4166fcb3530.tar.xz | |
websocket/testdata/server: add copyright information
While at it, provide more descriptive information on package comment.
| -rw-r--r-- | lib/websocket/testdata/server/main.go | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/websocket/testdata/server/main.go b/lib/websocket/testdata/server/main.go index e571fa83..9f15b556 100644 --- a/lib/websocket/testdata/server/main.go +++ b/lib/websocket/testdata/server/main.go @@ -1,4 +1,9 @@ -// Testing websocket server using autobahn.io +// Copyright 2019, Shulhan <ms@kilabit.info>. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// Package server provide a program for testing WebSocket server implement +// with autobahn testsuite. package main import ( |
