Add header comments

This commit is contained in:
Moises P. Sena 2018-10-16 08:27:19 -03:00
parent e417dd36e8
commit 863bcb3784
4 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// Copyright (C) 2017 Michał Matczuk
// Use of this source code is governed by an AGPL-style
// license that can be found in the LICENSE file.
package main
import "github.com/mmatczuk/go-http-tunnel/cli/tunnel"

View file

@ -1,3 +1,7 @@
// Copyright (C) 2017 Michał Matczuk
// Use of this source code is governed by an AGPL-style
// license that can be found in the LICENSE file.
package main
import "github.com/mmatczuk/go-http-tunnel/cli/tunneld"

View file

@ -1,3 +1,7 @@
// Copyright (C) 2017 Michał Matczuk
// Use of this source code is governed by an AGPL-style
// license that can be found in the LICENSE file.
package tunnel
import (

View file

@ -1,3 +1,7 @@
// Copyright (C) 2017 Michał Matczuk
// Use of this source code is governed by an AGPL-style
// license that can be found in the LICENSE file.
package tunnel_test
import (