Skip to content

Commit 0e65d4e

Browse files
committed
license change
1 parent b8005dd commit 0e65d4e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+702
-68
lines changed

LICENSE

Lines changed: 661 additions & 27 deletions
Large diffs are not rendered by default.

auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

auth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

backoff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

cmd/tunnel/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunnel/normalize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunnel/normalize_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunnel/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunnel/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunnel/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunneld/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunneld/tunneld.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

cmd/tunneld/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package main

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
// Package tunnel is fast and secure client/server package that enables proxying

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

httpproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

id/id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package id

id/ptls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package id

integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel_test

keepalive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
// +build !windows

keepalive_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

log/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package log

log/filterlogger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package log

log/filterlogger_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package log

log/log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package log

log/log_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package log

log/noplogger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package log

log/stdlogger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package log

pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

proto/controlmsg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package proto

proto/controlmsg_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package proto

proto/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package proto

proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

tcpproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

tunnelmock/backoff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
// Automatically generated by MockGen. DO NOT EDIT!

tunnelmock/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
// Automatically generated by MockGen. DO NOT EDIT!

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (C) 2017 Michał Matczuk
2-
// Use of this source code is governed by a BSD-style
2+
// Use of this source code is governed by an AGPL-style
33
// license that can be found in the LICENSE file.
44

55
package tunnel

0 commit comments

Comments
 (0)