Skip to content

Commit d478392

Browse files
committed
minor comments and reference updates
1 parent de95681 commit d478392

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

ascii/ascii.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// For more details visit: https://ipgeolocation.io
1+
// Package ascii
2+
// For more details visit: https://ipgeolocation.io/cli/ipgeolocation
23
package ascii
34

45
const asciiArt = `

cmd/ipgeolocation/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For more details visit: https://ipgeolocation.io
1+
// For more details visit: https://ipgeolocation.io/cli/ipgeolocation
22
package main
33

44
import "github.com/IPGeolocation/cli/cmd"

cmd/parseBulkUserAgents.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2025 IPGeolocation.io <[email protected]>
2+
Copyright © 2026 IPGeolocation.io <[email protected]>
33
*/
44
package cmd
55

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Copyright © 2025 IPGeolocation.io <[email protected]>
3-
For more details visit: https://ipgeolocation.io
2+
Copyright © 2026 IPGeolocation.io <[email protected]>
3+
For more details visit: https://ipgeolocation.io/cli/ipgeolocation
44
*/
55
package cmd
66

cmd/userAgent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2025 IPGeolocation.io <[email protected]>
2+
Copyright © 2026 IPGeolocation.io <[email protected]>
33
*/
44
package cmd
55

0 commit comments

Comments
 (0)