From 5fc90f4d05f0515cc91dd9feceb813e2b753cbb7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 7 Jan 2022 21:00:59 +0300 Subject: [PATCH] Raised copyright years --- cmd/streebog256/main.go | 2 +- cmd/streebog512/main.go | 2 +- gost28147/cbc_test.go | 2 +- gost28147/cfb.go | 2 +- gost28147/cfb_test.go | 2 +- gost28147/cipher.go | 2 +- gost28147/cipher_test.go | 2 +- gost28147/ctr.go | 2 +- gost28147/ctr_test.go | 2 +- gost28147/ecb.go | 2 +- gost28147/ecb_test.go | 2 +- gost28147/mac.go | 2 +- gost28147/mac_test.go | 2 +- gost28147/sbox.go | 2 +- gost3410/2001_test.go | 2 +- gost3410/2012_test.go | 2 +- gost3410/curve.go | 2 +- gost3410/edwards.go | 2 +- gost3410/params.go | 2 +- gost3410/private.go | 2 +- gost3410/private_test.go | 2 +- gost3410/public.go | 2 +- gost3410/ukm.go | 2 +- gost3410/utils.go | 2 +- gost3410/vko.go | 2 +- gost3410/vko2001.go | 2 +- gost3410/vko2001_test.go | 2 +- gost3410/vko2012.go | 2 +- gost3410/vko2012_test.go | 2 +- gost34112012256/esptree.go | 2 +- gost34112012256/esptree_test.go | 2 +- gost34112012256/hash.go | 2 +- gost34112012256/hkdf_test.go | 2 +- gost34112012256/kdf.go | 2 +- gost34112012256/kdf_test.go | 2 +- gost34112012256/tlstree.go | 2 +- gost34112012256/tlstree_test.go | 2 +- gost34112012512/hash.go | 2 +- gost341194/hash.go | 2 +- gost341194/hash_test.go | 2 +- gost341194/pbkdf2_test.go | 2 +- gost3412128/cipher.go | 2 +- gost3412128/cipher_test.go | 2 +- gost341264/cipher.go | 2 +- gost341264/cipher_test.go | 2 +- gost3413/padding.go | 2 +- internal/gost34112012/hash.go | 2 +- internal/gost34112012/hash_test.go | 2 +- internal/gost34112012/hmac_test.go | 2 +- mgm/mode.go | 2 +- mgm/mode_test.go | 2 +- mgm/mul128.go | 2 +- mgm/mul128_test.go | 2 +- mgm/mul64.go | 2 +- mgm/mul64_test.go | 2 +- prfplus/gost.go | 2 +- prfplus/gost_test.go | 2 +- prfplus/plus.go | 2 +- www.texi | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/cmd/streebog256/main.go b/cmd/streebog256/main.go index 9521415..44822ea 100644 --- a/cmd/streebog256/main.go +++ b/cmd/streebog256/main.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/cmd/streebog512/main.go b/cmd/streebog512/main.go index b4e80ea..0cf672f 100644 --- a/cmd/streebog512/main.go +++ b/cmd/streebog512/main.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/cbc_test.go b/gost28147/cbc_test.go index b7226bf..10b3fde 100644 --- a/gost28147/cbc_test.go +++ b/gost28147/cbc_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/cfb.go b/gost28147/cfb.go index b90bc38..428e18d 100644 --- a/gost28147/cfb.go +++ b/gost28147/cfb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/cfb_test.go b/gost28147/cfb_test.go index 77e7d67..ef491e1 100644 --- a/gost28147/cfb_test.go +++ b/gost28147/cfb_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/cipher.go b/gost28147/cipher.go index d6bafbb..6ee84fe 100644 --- a/gost28147/cipher.go +++ b/gost28147/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/cipher_test.go b/gost28147/cipher_test.go index f6e40fd..7523cbe 100644 --- a/gost28147/cipher_test.go +++ b/gost28147/cipher_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/ctr.go b/gost28147/ctr.go index 805c95d..b0f3e04 100644 --- a/gost28147/ctr.go +++ b/gost28147/ctr.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/ctr_test.go b/gost28147/ctr_test.go index 10291f9..830c0d7 100644 --- a/gost28147/ctr_test.go +++ b/gost28147/ctr_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/ecb.go b/gost28147/ecb.go index 0645d7b..38e6aad 100644 --- a/gost28147/ecb.go +++ b/gost28147/ecb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/ecb_test.go b/gost28147/ecb_test.go index abe7d8c..5b38db7 100644 --- a/gost28147/ecb_test.go +++ b/gost28147/ecb_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/mac.go b/gost28147/mac.go index a48eb43..5c8dbda 100644 --- a/gost28147/mac.go +++ b/gost28147/mac.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/mac_test.go b/gost28147/mac_test.go index d2eda9a..c835326 100644 --- a/gost28147/mac_test.go +++ b/gost28147/mac_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost28147/sbox.go b/gost28147/sbox.go index 8ffc3d1..564d67b 100644 --- a/gost28147/sbox.go +++ b/gost28147/sbox.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/2001_test.go b/gost3410/2001_test.go index b3d1f23..8806faa 100644 --- a/gost3410/2001_test.go +++ b/gost3410/2001_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/2012_test.go b/gost3410/2012_test.go index 7cd3d42..697054c 100644 --- a/gost3410/2012_test.go +++ b/gost3410/2012_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/curve.go b/gost3410/curve.go index a5f8d51..c516fc9 100644 --- a/gost3410/curve.go +++ b/gost3410/curve.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/edwards.go b/gost3410/edwards.go index 9cefec6..b5fa97a 100644 --- a/gost3410/edwards.go +++ b/gost3410/edwards.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/params.go b/gost3410/params.go index 6db4c67..8dd97d5 100644 --- a/gost3410/params.go +++ b/gost3410/params.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/private.go b/gost3410/private.go index ac08df5..8168fe0 100644 --- a/gost3410/private.go +++ b/gost3410/private.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/private_test.go b/gost3410/private_test.go index 2e44bdd..6b2b801 100644 --- a/gost3410/private_test.go +++ b/gost3410/private_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/public.go b/gost3410/public.go index 85d3557..a5a4b70 100644 --- a/gost3410/public.go +++ b/gost3410/public.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/ukm.go b/gost3410/ukm.go index dfb94ea..5e8a557 100644 --- a/gost3410/ukm.go +++ b/gost3410/ukm.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/utils.go b/gost3410/utils.go index c85dfa9..764c05b 100644 --- a/gost3410/utils.go +++ b/gost3410/utils.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/vko.go b/gost3410/vko.go index b3036f5..71f61d1 100644 --- a/gost3410/vko.go +++ b/gost3410/vko.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/vko2001.go b/gost3410/vko2001.go index 7472e29..bf74aa4 100644 --- a/gost3410/vko2001.go +++ b/gost3410/vko2001.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/vko2001_test.go b/gost3410/vko2001_test.go index d956f1f..456bb84 100644 --- a/gost3410/vko2001_test.go +++ b/gost3410/vko2001_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/vko2012.go b/gost3410/vko2012.go index 08461ad..5b2c68c 100644 --- a/gost3410/vko2012.go +++ b/gost3410/vko2012.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3410/vko2012_test.go b/gost3410/vko2012_test.go index bb3f611..99ab376 100644 --- a/gost3410/vko2012_test.go +++ b/gost3410/vko2012_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/esptree.go b/gost34112012256/esptree.go index 93b9f22..f1f6c53 100644 --- a/gost34112012256/esptree.go +++ b/gost34112012256/esptree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/esptree_test.go b/gost34112012256/esptree_test.go index 98649d0..73c2885 100644 --- a/gost34112012256/esptree_test.go +++ b/gost34112012256/esptree_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/hash.go b/gost34112012256/hash.go index bb72521..7f43bc3 100644 --- a/gost34112012256/hash.go +++ b/gost34112012256/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/hkdf_test.go b/gost34112012256/hkdf_test.go index 561ec20..80cf468 100644 --- a/gost34112012256/hkdf_test.go +++ b/gost34112012256/hkdf_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/kdf.go b/gost34112012256/kdf.go index 2f9d1c3..dc3a0a5 100644 --- a/gost34112012256/kdf.go +++ b/gost34112012256/kdf.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/kdf_test.go b/gost34112012256/kdf_test.go index d8a1bdb..2e835d7 100644 --- a/gost34112012256/kdf_test.go +++ b/gost34112012256/kdf_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/tlstree.go b/gost34112012256/tlstree.go index 2f308ae..e9153c8 100644 --- a/gost34112012256/tlstree.go +++ b/gost34112012256/tlstree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012256/tlstree_test.go b/gost34112012256/tlstree_test.go index 56c94b0..9511c52 100644 --- a/gost34112012256/tlstree_test.go +++ b/gost34112012256/tlstree_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost34112012512/hash.go b/gost34112012512/hash.go index efab54d..a569829 100644 --- a/gost34112012512/hash.go +++ b/gost34112012512/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost341194/hash.go b/gost341194/hash.go index 492f4dc..f987014 100644 --- a/gost341194/hash.go +++ b/gost341194/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost341194/hash_test.go b/gost341194/hash_test.go index 20350ae..edef062 100644 --- a/gost341194/hash_test.go +++ b/gost341194/hash_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost341194/pbkdf2_test.go b/gost341194/pbkdf2_test.go index 2ca6dc6..122d664 100644 --- a/gost341194/pbkdf2_test.go +++ b/gost341194/pbkdf2_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3412128/cipher.go b/gost3412128/cipher.go index dc33fec..5279ae0 100644 --- a/gost3412128/cipher.go +++ b/gost3412128/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3412128/cipher_test.go b/gost3412128/cipher_test.go index 08eabb8..72cefc3 100644 --- a/gost3412128/cipher_test.go +++ b/gost3412128/cipher_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost341264/cipher.go b/gost341264/cipher.go index 45e1176..0f9fe60 100644 --- a/gost341264/cipher.go +++ b/gost341264/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost341264/cipher_test.go b/gost341264/cipher_test.go index 05d2037..aa5f69d 100644 --- a/gost341264/cipher_test.go +++ b/gost341264/cipher_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/gost3413/padding.go b/gost3413/padding.go index 063c6cb..ce8aa4a 100644 --- a/gost3413/padding.go +++ b/gost3413/padding.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/internal/gost34112012/hash.go b/internal/gost34112012/hash.go index a3ce069..21aed6f 100644 --- a/internal/gost34112012/hash.go +++ b/internal/gost34112012/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/internal/gost34112012/hash_test.go b/internal/gost34112012/hash_test.go index 3d87e5d..1e645ff 100644 --- a/internal/gost34112012/hash_test.go +++ b/internal/gost34112012/hash_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/internal/gost34112012/hmac_test.go b/internal/gost34112012/hmac_test.go index 0b2c0c7..d6b49b9 100644 --- a/internal/gost34112012/hmac_test.go +++ b/internal/gost34112012/hmac_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/mgm/mode.go b/mgm/mode.go index 38b9ab3..c4bb92a 100644 --- a/mgm/mode.go +++ b/mgm/mode.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/mgm/mode_test.go b/mgm/mode_test.go index 984ea48..3305385 100644 --- a/mgm/mode_test.go +++ b/mgm/mode_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/mgm/mul128.go b/mgm/mul128.go index ba646da..e612ca3 100644 --- a/mgm/mul128.go +++ b/mgm/mul128.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/mgm/mul128_test.go b/mgm/mul128_test.go index 0654880..42dde18 100644 --- a/mgm/mul128_test.go +++ b/mgm/mul128_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/mgm/mul64.go b/mgm/mul64.go index 4d3ccd0..867238c 100644 --- a/mgm/mul64.go +++ b/mgm/mul64.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/mgm/mul64_test.go b/mgm/mul64_test.go index 43411cd..a902541 100644 --- a/mgm/mul64_test.go +++ b/mgm/mul64_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/prfplus/gost.go b/prfplus/gost.go index 0df0613..59516de 100644 --- a/prfplus/gost.go +++ b/prfplus/gost.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/prfplus/gost_test.go b/prfplus/gost_test.go index 4b3f2d6..3668b50 100644 --- a/prfplus/gost_test.go +++ b/prfplus/gost_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/prfplus/plus.go b/prfplus/plus.go index cc2c58c..dc4552d 100644 --- a/prfplus/plus.go +++ b/prfplus/plus.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2022 Sergey Matveev // // 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 diff --git a/www.texi b/www.texi index bad356a..9607adf 100644 --- a/www.texi +++ b/www.texi @@ -3,7 +3,7 @@ @settitle GoGOST @copying -Copyright @copyright{} 2015-2021 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2015-2022 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top -- 2.44.0