]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/chunked.go
Raise copyright years
[nncp.git] / src / cypherpunks.ru / nncp / chunked.go
index abcc6fab2280e22ebdf2786701a658b266f937bb..417e2a0e897629047a37401c0df66b1fe854847e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-Copyright (C) 2016-2017 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2016-2018 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
@@ -22,7 +22,7 @@ var (
        MagicNNCPMv1 [8]byte = [8]byte{'N', 'N', 'C', 'P', 'M', 0, 0, 1}
 
        ChunkedSuffixMeta = ".nncp.meta"
-       ChunkedSuffixPart = ".nncp.part"
+       ChunkedSuffixPart = ".nncp.chunk"
 )
 
 type ChunkedMeta struct {