diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/client.go | 2 | ||||
-rw-r--r-- | client/client_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/client.go b/client/client.go index e5678c7..3381e44 100644 --- a/client/client.go +++ b/client/client.go @@ -1,4 +1,4 @@ -// Copyright © 2022 siddharth <s@ricketyspace.net> +// Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> // SPDX-License-Identifier: ISC // Thin HTTP client wrapper. diff --git a/client/client_test.go b/client/client_test.go index 56a79c0..ea2a7b5 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 siddharth <s@ricketyspace.net> +// Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> // SPDX-License-Identifier: ISC package client |