summaryrefslogtreecommitdiffstats
path: root/nws
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-05-28 02:29:46 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-05-28 02:29:46 -0400
commit45a802e845f19c2934141df77e8ab82c21a41109 (patch)
treeeee0a8b92bbf0afc2f4c068f7ae6e75bd53e31e5 /nws
parent1bbdb048da022cba2b0e9e3671d065689f1af893 (diff)
update name in copyright
Use full name.
Diffstat (limited to 'nws')
-rw-r--r--nws/nws.go2
-rw-r--r--nws/nws_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/nws/nws.go b/nws/nws.go
index 93c57ef..5b68169 100644
--- a/nws/nws.go
+++ b/nws/nws.go
@@ -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