tlstun

simple go program to add tls support to other listeners
git clone https://git.parazyd.org/tlstun
Log | Files | Refs | README | LICENSE

commit 19c67e145e03af0186dc73778fbace97ba86801c
parent efc47c5928a09f8656e136b97a11979f0d94ea32
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 15 Nov 2020 11:30:48 +0100

Update copyright headers.

Diffstat:
Mcontrib/tlstun.initd | 2+-
Mtlstun.go | 3+--
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/contrib/tlstun.initd b/contrib/tlstun.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="${RC_SVCNAME}" diff --git a/tlstun.go b/tlstun.go @@ -1,8 +1,7 @@ package main /* - * Copyright (c) 2019 Dyne.org Foundation - * tlstun is written and maintained by Ivan Jelincic <parazyd@dyne.org> + * Copyright (c) 2019-2020 Ivan J. <parazyd@dyne.org> * * This file is part of tlstun *