tUpdate copyright headers. - tlstun - simple go program to add tls support to other listeners
 (HTM) git clone https://git.parazyd.org/tlstun
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 19c67e145e03af0186dc73778fbace97ba86801c
 (DIR) parent efc47c5928a09f8656e136b97a11979f0d94ea32
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Sun, 15 Nov 2020 11:30:48 +0100
       
       Update copyright headers.
       
       Diffstat:
         M contrib/tlstun.initd                |       2 +-
         M tlstun.go                           |       3 +--
       
       2 files changed, 2 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/contrib/tlstun.initd b/contrib/tlstun.initd
       t@@ -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}"
 (DIR) diff --git a/tlstun.go b/tlstun.go
       t@@ -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
         *