diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.0.2
+
+* Added forgotten copyright/authorship information.
+
 # 0.3.0.1
 
 * The library is now compatible with GHC 8.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2015, Artyom
+Copyright (c) 2013-2016 Eric Mertens, Edward Kmett, Artyom
 
 All rights reserved.
 
diff --git a/microlens-th.cabal b/microlens-th.cabal
--- a/microlens-th.cabal
+++ b/microlens-th.cabal
@@ -1,5 +1,5 @@
 name:                microlens-th
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            Automatic generation of record lenses for microlens
 description:
   This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).
@@ -7,7 +7,7 @@
   This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/aelve/microlens#readme on Github>.
 license:             BSD3
 license-file:        LICENSE
-author:              Artyom
+author:              Eric Mertens, Edward Kmett, Artyom
 maintainer:          Artyom <yom@artyom.me>
 homepage:            http://github.com/aelve/microlens
 bug-reports:         http://github.com/aelve/microlens/issues
diff --git a/src/Lens/Micro/TH.hs b/src/Lens/Micro/TH.hs
--- a/src/Lens/Micro/TH.hs
+++ b/src/Lens/Micro/TH.hs
@@ -14,6 +14,13 @@
 #endif
 
 
+-----------------------------------------------------------------------------
+-- |
+-- Module      :  Lens.Micro.TH
+-- Copyright   :  (C) 2013-2016 Eric Mertens, Edward Kmett, Artyom
+-- License     :  BSD-style (see the file LICENSE)
+--
+----------------------------------------------------------------------------
 module Lens.Micro.TH
 (
   -- * Dealing with “not in scope” errors
