]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/log.go
Raise copyright years
[tofuproxy.git] / fifos / log.go
index 398aa2562f1a2b7b03e06ab4648ceb357f48f39a..44156edbcce9584533913d38c63c3373bdc513dd 100644 (file)
@@ -1,6 +1,7 @@
 /*
-tofuproxy -- HTTP proxy with TLS certificates management
-Copyright (C) 2021 Sergey Matveev <stargrave@stargrave.org>
+tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
+             manager, WARC/geminispace browser
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -39,6 +40,7 @@ var (
        LogTLS      = make(chan string)
        LogTLSAuth  = make(chan string)
        LogVarious  = make(chan string)
+       LogWARC     = make(chan string)
 )
 
 func logger(c chan string, p string) {