Skip to content

Commit

Permalink
Add missing copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
alex27riva committed Oct 18, 2024
1 parent cd74378 commit ba159a8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/apis/abuseipdb.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
Copyright © 2024 Alessandro Riva
Licensed under the MIT License.
See the LICENSE file for details.
*/
package apis

import (
Expand Down
6 changes: 6 additions & 0 deletions internal/apis/greynoise.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
Copyright © 2024 Alessandro Riva
Licensed under the MIT License.
See the LICENSE file for details.
*/
package apis

import (
Expand Down
6 changes: 6 additions & 0 deletions internal/apis/ipinfo.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
Copyright © 2024 Alessandro Riva
Licensed under the MIT License.
See the LICENSE file for details.
*/
package apis

import (
Expand Down
6 changes: 6 additions & 0 deletions internal/util/api.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
Copyright © 2024 Alessandro Riva
Licensed under the MIT License.
See the LICENSE file for details.
*/
package util

import (
Expand Down

0 comments on commit ba159a8

Please sign in to comment.