diff --git a/LICENSE.md b/LICENSE.md index 334c12e..f85f502 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Luke Tainton +Copyright (c) 2022 Luke Tainton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 872c8b0..38437c8 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,6 @@ For support please open an issue on [GitLab](https://gitlab.com/luketainton/iPil ## Credits This script runs thanks to the APIs provided by [IP-API](http://ip-api.com) and [HackerTarget](https://hackertarget.com/as-ip-lookup). + +## MOVED TO GITLAB +This repository has moved to [GitLab](https://gitlab.com/luketainton/iPilot). All future commits will be mirrored back to GitHub, but changes will only be accepted on the GitLab repository. \ No newline at end of file diff --git a/go.mod b/go.mod index b056ec0..8f91858 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/luketainton/iPilot -go 1.16 +go 1.17