]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cfg.go
Raise copyright years
[nncp.git] / src / cfg.go
index 0937ab0f4f51d5eef96e6f2dd9d2b0d54cd57e7a..52bd3f3fd875c16b6ccefce7dd73cfa5e7298695 100644 (file)
@@ -1,6 +1,6 @@
 /*
 NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-Copyright (C) 2016-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2016-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
@@ -38,6 +38,7 @@ const (
        CfgPathEnv  = "NNCPCFG"
        CfgSpoolEnv = "NNCPSPOOL"
        CfgLogEnv   = "NNCPLOG"
+       CfgNoSync   = "NNCPNOSYNC"
 )
 
 var (