]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/magic.go
Raise copyright years
[nncp.git] / src / magic.go
index 938d33347712f9f3f6792c8761fd71cc24508bcd..60af73eb1ffad5c2b2a6210ffdd737f08d454f82 100644 (file)
@@ -1,6 +1,6 @@
 /*
 NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-Copyright (C) 2016-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2016-2022 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
@@ -67,7 +67,11 @@ var (
        }
        MagicNNCPEv5 = Magic{
                B:    [8]byte{'N', 'N', 'C', 'P', 'E', 0, 0, 5},
-               Name: "NNCPEv5 (encrypted packet v5)", Till: "now",
+               Name: "NNCPEv5 (encrypted packet v5)", Till: "7.7.0",
+       }
+       MagicNNCPEv6 = Magic{
+               B:    [8]byte{'N', 'N', 'C', 'P', 'E', 0, 0, 6},
+               Name: "NNCPEv6 (encrypted packet v6)", Till: "now",
        }
        MagicNNCPSv1 = Magic{
                B:    [8]byte{'N', 'N', 'C', 'P', 'S', 0, 0, 1},