URI: 
       tUpdate copyright headers. - tlstun - simple go program to add tls support to other listeners
  HTML git clone https://git.parazyd.org/tlstun
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ef5fe9640781337dc146b387c47ba05278569217
   DIR parent 19c67e145e03af0186dc73778fbace97ba86801c
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sun,  7 Feb 2021 09:42:31 +0100
       
       Update copyright headers.
       
       Diffstat:
         M contrib/tlstun.initd                |       2 +-
         M tlstun.go                           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/contrib/tlstun.initd b/contrib/tlstun.initd
       t@@ -1,5 +1,5 @@
        #!/sbin/openrc-run
       -# Copyright 2020 Gentoo Authors
       +# Copyright 1999-2021 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,7 +1,7 @@
        package main
        
        /*
       - * Copyright (c) 2019-2020 Ivan J. <parazyd@dyne.org>
       + * Copyright (c) 2019-2021 Ivan J. <parazyd@dyne.org>
         *
         * This file is part of tlstun
         *