diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,3 @@
-MIT License
-
 Copyright (c) 2020 Daniel Firth
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/path-like.cabal b/path-like.cabal
--- a/path-like.cabal
+++ b/path-like.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           path-like
-version:        0.2.0.1
+version:        0.2.0.2
 synopsis:       PathLike, FileLike and DirLike type classes for the Path library.
 description:    Type classes for the Path library. Exports PathLike, FileLike and DirLike classes so that stricter types may be used as Paths.
 category:       Filesystem
diff --git a/src/Path/Like.hs b/src/Path/Like.hs
--- a/src/Path/Like.hs
+++ b/src/Path/Like.hs
@@ -3,8 +3,6 @@
 {-# LANGUAGE FunctionalDependencies #-}
 {- |
    Module      : Path.Like
-   Copyright   : Copyright (C) 2020 Daniel Firth
-   Maintainer  : Daniel Firth <dan.firth@homotopic.tech>
    License     : MIT
    Stability   : experimental
 
