]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - warc/uris.go
Raise copyright years
[tofuproxy.git] / warc / uris.go
index d5f5139a2188f861c6d79e1bc7d8b1b775952302..36ff15fb85d17c993b6b5d50c1591b40f9df52d6 100644 (file)
@@ -1,7 +1,7 @@
 /*
 tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
              manager, WARC/geminispace browser
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+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
@@ -123,7 +123,7 @@ func Add(warcPath string) error {
        return nil
 }
 
-func SaveIndexes() error {
+func SaveIndices() error {
        WARCsM.RLock()
        defer WARCsM.RUnlock()
        for warcPath, uris := range WARCs {