diff --git a/LICENCE b/LICENCE
--- a/LICENCE
+++ b/LICENCE
@@ -1,6 +1,6 @@
 # BSD 3-Clause License
 
-Copyright (c) 2014-2018, HS-GeoJSON Project
+Copyright (c) 2014-2019, HS-GeoJSON Project
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/geojson.cabal b/geojson.cabal
--- a/geojson.cabal
+++ b/geojson.cabal
@@ -1,10 +1,10 @@
 name:                   geojson
-version:                4.0.1
+version:                4.0.2
 license:                BSD3
 license-file:           LICENCE
 author:                 Dom De Re
 maintainer:             Andrew Newman
-copyright:              Copyright (C) 2013-2019
+copyright:              Copyright (C) 2013-2020
 synopsis:               A thin GeoJSON Layer above the aeson library
 category:               Data
 description:            A thin GeoJSON Layer above the aeson library.
@@ -13,8 +13,8 @@
                         .
                         <https://tools.ietf.org/html/rfc7946>
 
-homepage:               https://github.com/indicatrix/hs-geojson
-bug-reports:            https://github.com/indicatrix/hs-geojson/issues
+homepage:               https://github.com/zellige/hs-geojson
+bug-reports:            https://github.com/zellige/hs-geojson/issues
 cabal-version:          >= 1.10
 build-type:             Simple
 extra-source-files:     README.md,
@@ -22,12 +22,12 @@
 
 source-repository       head
     type:               git
-    location:           https://github.com/indicatrix/hs-geojson.git
+    location:           https://github.com/zellige/hs-geojson.git
 
 source-repository       this
     type:               git
-    location:           https://github.com/indicatrix/hs-geojson.git
-    tag:                4.0.1
+    location:           https://github.com/zellige/hs-geojson.git
+    tag:                4.0.2
 
 library
     hs-source-dirs:     src
diff --git a/src/Data/Geospatial.hs b/src/Data/Geospatial.hs
--- a/src/Data/Geospatial.hs
+++ b/src/Data/Geospatial.hs
@@ -1,7 +1,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/BasicTypes.hs b/src/Data/Geospatial/Internal/BasicTypes.hs
--- a/src/Data/Geospatial/Internal/BasicTypes.hs
+++ b/src/Data/Geospatial/Internal/BasicTypes.hs
@@ -6,7 +6,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.BasicTypes
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/CRS.hs b/src/Data/Geospatial/Internal/CRS.hs
--- a/src/Data/Geospatial/Internal/CRS.hs
+++ b/src/Data/Geospatial/Internal/CRS.hs
@@ -3,7 +3,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.CRS
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/GeoFeature.hs b/src/Data/Geospatial/Internal/GeoFeature.hs
--- a/src/Data/Geospatial/Internal/GeoFeature.hs
+++ b/src/Data/Geospatial/Internal/GeoFeature.hs
@@ -6,7 +6,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.GeoFeature
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/GeoFeatureCollection.hs b/src/Data/Geospatial/Internal/GeoFeatureCollection.hs
--- a/src/Data/Geospatial/Internal/GeoFeatureCollection.hs
+++ b/src/Data/Geospatial/Internal/GeoFeatureCollection.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.GeoFeature
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/GeoPosition.hs b/src/Data/Geospatial/Internal/GeoPosition.hs
--- a/src/Data/Geospatial/Internal/GeoPosition.hs
+++ b/src/Data/Geospatial/Internal/GeoPosition.hs
@@ -1,7 +1,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.GeoPosition
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry.hs b/src/Data/Geospatial/Internal/Geometry.hs
--- a/src/Data/Geospatial/Internal/Geometry.hs
+++ b/src/Data/Geospatial/Internal/Geometry.hs
@@ -5,7 +5,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.Geometry
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry/Aeson.hs b/src/Data/Geospatial/Internal/Geometry/Aeson.hs
--- a/src/Data/Geospatial/Internal/Geometry/Aeson.hs
+++ b/src/Data/Geospatial/Internal/Geometry/Aeson.hs
@@ -2,7 +2,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geosptial.Geometry.Aeson
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry/GeoLine.hs b/src/Data/Geospatial/Internal/Geometry/GeoLine.hs
--- a/src/Data/Geospatial/Internal/Geometry/GeoLine.hs
+++ b/src/Data/Geospatial/Internal/Geometry/GeoLine.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.Geometry.GeoLine
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry/GeoMultiLine.hs b/src/Data/Geospatial/Internal/Geometry/GeoMultiLine.hs
--- a/src/Data/Geospatial/Internal/Geometry/GeoMultiLine.hs
+++ b/src/Data/Geospatial/Internal/Geometry/GeoMultiLine.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.Geometry.GeoMultiLine
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry/GeoMultiPoint.hs b/src/Data/Geospatial/Internal/Geometry/GeoMultiPoint.hs
--- a/src/Data/Geospatial/Internal/Geometry/GeoMultiPoint.hs
+++ b/src/Data/Geospatial/Internal/Geometry/GeoMultiPoint.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.Geometry.GeoMultiPoint
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry/GeoMultiPolygon.hs b/src/Data/Geospatial/Internal/Geometry/GeoMultiPolygon.hs
--- a/src/Data/Geospatial/Internal/Geometry/GeoMultiPolygon.hs
+++ b/src/Data/Geospatial/Internal/Geometry/GeoMultiPolygon.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.Geometry.GeoMultiPolygon
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry/GeoPoint.hs b/src/Data/Geospatial/Internal/Geometry/GeoPoint.hs
--- a/src/Data/Geospatial/Internal/Geometry/GeoPoint.hs
+++ b/src/Data/Geospatial/Internal/Geometry/GeoPoint.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.Geometry.GeoPoint
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/Geospatial/Internal/Geometry/GeoPolygon.hs b/src/Data/Geospatial/Internal/Geometry/GeoPolygon.hs
--- a/src/Data/Geospatial/Internal/Geometry/GeoPolygon.hs
+++ b/src/Data/Geospatial/Internal/Geometry/GeoPolygon.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.Geometry.GeoPolygon
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/LineString.hs b/src/Data/LineString.hs
--- a/src/Data/LineString.hs
+++ b/src/Data/LineString.hs
@@ -4,7 +4,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.LineString
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/LinearRing.hs b/src/Data/LinearRing.hs
--- a/src/Data/LinearRing.hs
+++ b/src/Data/LinearRing.hs
@@ -5,7 +5,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.LinearRing
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 --
diff --git a/src/Data/SeqHelper.hs b/src/Data/SeqHelper.hs
--- a/src/Data/SeqHelper.hs
+++ b/src/Data/SeqHelper.hs
@@ -1,7 +1,7 @@
 -------------------------------------------------------------------
 -- |
 -- Module       : Data.Geospatial.Internal.SeqHelpers
--- Copyright    : (C) 2014-2018 HS-GeoJSON Project
+-- Copyright    : (C) 2014-2019 HS-GeoJSON Project
 -- License      : BSD-style (see the file LICENSE.md)
 -- Maintainer   : Andrew Newman
 -------------------------------------------------------------------
