From 1748a57ad36b3cd9cb0522ee2963b7183f4ee0b4 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 20 Nov 2021 18:39:35 -0500 Subject: copyright: rsiddharth -> siddharth --- lib/aes.go | 2 +- lib/b64.go | 2 +- lib/blocks.go | 2 +- lib/brute.go | 2 +- lib/byte.go | 2 +- lib/error.go | 2 +- lib/gf.go | 2 +- lib/hamming.go | 2 +- lib/hash.go | 2 +- lib/hex.go | 2 +- lib/md4.go | 2 +- lib/md4_test.go | 2 +- lib/rand.go | 2 +- lib/rng.go | 2 +- lib/sha1.go | 2 +- lib/sha1_test.go | 2 +- lib/str.go | 2 +- lib/time.go | 2 +- lib/xor.go | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'lib') diff --git a/lib/aes.go b/lib/aes.go index d45e74a..3a5b6de 100644 --- a/lib/aes.go +++ b/lib/aes.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/b64.go b/lib/b64.go index 67f3528..df0a579 100644 --- a/lib/b64.go +++ b/lib/b64.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/blocks.go b/lib/blocks.go index c4d8be1..b157eb3 100644 --- a/lib/blocks.go +++ b/lib/blocks.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/brute.go b/lib/brute.go index 5210df1..ca875ed 100644 --- a/lib/brute.go +++ b/lib/brute.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/byte.go b/lib/byte.go index e97faa1..0544a48 100644 --- a/lib/byte.go +++ b/lib/byte.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/error.go b/lib/error.go index 6df5aa9..5b62ab5 100644 --- a/lib/error.go +++ b/lib/error.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/gf.go b/lib/gf.go index 9de143b..c29c1e2 100644 --- a/lib/gf.go +++ b/lib/gf.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/hamming.go b/lib/hamming.go index 0cfcf41..229fb7f 100644 --- a/lib/hamming.go +++ b/lib/hamming.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/hash.go b/lib/hash.go index c36ff43..8c8aeef 100644 --- a/lib/hash.go +++ b/lib/hash.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/hex.go b/lib/hex.go index 8298b9d..a234775 100644 --- a/lib/hex.go +++ b/lib/hex.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/md4.go b/lib/md4.go index eab3073..f02ea93 100644 --- a/lib/md4.go +++ b/lib/md4.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/md4_test.go b/lib/md4_test.go index 8f832b8..65770d1 100644 --- a/lib/md4_test.go +++ b/lib/md4_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/rand.go b/lib/rand.go index be95366..5fdade9 100644 --- a/lib/rand.go +++ b/lib/rand.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/rng.go b/lib/rng.go index c1038f4..9b4066f 100644 --- a/lib/rng.go +++ b/lib/rng.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/sha1.go b/lib/sha1.go index fb81b92..2866bdd 100644 --- a/lib/sha1.go +++ b/lib/sha1.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/sha1_test.go b/lib/sha1_test.go index 58c6e61..764e9ea 100644 --- a/lib/sha1_test.go +++ b/lib/sha1_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/str.go b/lib/str.go index 8fd6344..857268d 100644 --- a/lib/str.go +++ b/lib/str.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/time.go b/lib/time.go index 44bc0d9..03aece4 100644 --- a/lib/time.go +++ b/lib/time.go @@ -1,4 +1,4 @@ -// Copyright © 2021 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib diff --git a/lib/xor.go b/lib/xor.go index 31a4b8b..4a60a6b 100644 --- a/lib/xor.go +++ b/lib/xor.go @@ -1,4 +1,4 @@ -// Copyright © 2020 rsiddharth +// Copyright © 2021 siddharth // SPDX-License-Identifier: ISC package lib -- cgit v1.2.3