diff options
Diffstat (limited to 'nws')
-rw-r--r-- | nws/nws.go | 2 | ||||
-rw-r--r-- | nws/nws_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -// Copyright © 2022 siddharth <s@ricketyspace.net> +// Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> // SPDX-License-Identifier: ISC // Functions for accessing the National Weather Service API. diff --git a/nws/nws_test.go b/nws/nws_test.go index fde4ea4..9dcd53e 100644 --- a/nws/nws_test.go +++ b/nws/nws_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 siddharth <s@ricketyspace.net> +// Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> // SPDX-License-Identifier: ISC package nws |