diff --git a/README.md b/README.md
index 2823b03..1ad6995 100755
--- a/README.md
+++ b/README.md
@@ -24,14 +24,14 @@
-
+
-
+
@@ -41,7 +41,7 @@
-
+
@@ -124,4 +124,4 @@ License 📝
-------
This repository is under [GNU Affero General Public License v3.0](https://github.com/edoardottt/gochanges/blob/master/LICENSE).
-[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.
+[edoardottt.com](https://edoardottt.com) to contact me.
diff --git a/db/commondb.go b/db/commondb.go
index 84b1f53..500e67e 100755
--- a/db/commondb.go
+++ b/db/commondb.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
package db
diff --git a/db/initdb.go b/db/initdb.go
index d9e5d33..fffe545 100755
--- a/db/initdb.go
+++ b/db/initdb.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
package db
diff --git a/main.go b/main.go
index 3560c0f..4ac5ee6 100755
--- a/main.go
+++ b/main.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
diff --git a/readinput.go b/readinput.go
index 33b6fae..a495c87 100755
--- a/readinput.go
+++ b/readinput.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
@@ -79,7 +79,7 @@ func IsEmail(address string) bool {
}
//IsWebsite tell us if a string is a website url or not.
-//format: https://www.edoardoottavianelli.it/
+//format: https://www.edoardottt.com/
func IsWebsite(address string) bool {
_, err := url.ParseRequestURI(address)
if err != nil {
diff --git a/scraper/connect.go b/scraper/connect.go
index ae6f350..6959f5e 100755
--- a/scraper/connect.go
+++ b/scraper/connect.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
package scraper
diff --git a/scraper/difference.go b/scraper/difference.go
index a6c4b56..d5586ef 100755
--- a/scraper/difference.go
+++ b/scraper/difference.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
package scraper
diff --git a/scraper/sender.go b/scraper/sender.go
index a1a9e9f..f0824a8 100755
--- a/scraper/sender.go
+++ b/scraper/sender.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
diff --git a/webserver/checkinput.go b/webserver/checkinput.go
index c915692..14dcb9a 100755
--- a/webserver/checkinput.go
+++ b/webserver/checkinput.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/
diff --git a/webserver/server.go b/webserver/server.go
index 4af2422..4831a4a 100755
--- a/webserver/server.go
+++ b/webserver/server.go
@@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
-Edoardo Ottavianelli, https://edoardoottavianelli.it
+Edoardo Ottavianelli, https://edoardottt.com
*/