diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.1
+
+* Added forgotten copyright/authorship information.
+
 # 0.1.0.0
 
 Initial release.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,5 @@
-Copyright (c) 2015, Artyom
+Copyright (c) 2013-2016 Edward Kmett,
+              2015-2016 Artyom
 
 All rights reserved.
 
diff --git a/microlens-contra.cabal b/microlens-contra.cabal
--- a/microlens-contra.cabal
+++ b/microlens-contra.cabal
@@ -1,5 +1,5 @@
 name:                microlens-contra
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            True folds and getters for microlens
 description:
   This package provides @Fold@ and @Getter@ that are fully compatible with lens; the downside is that this package depends on contravariant, which in its turn depends on a lot of other packages (but still less than lens).
@@ -9,7 +9,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:              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/Contra.hs b/src/Lens/Micro/Contra.hs
--- a/src/Lens/Micro/Contra.hs
+++ b/src/Lens/Micro/Contra.hs
@@ -6,6 +6,10 @@
 
 
 {- |
+Module      :  Lens.Micro.Contra
+Copyright   :  (C) 2013-2016 Edward Kmett, 2015-2016 Artyom
+License     :  BSD-style (see the file LICENSE)
+
 This module provides types and functions that require 'Contravariant'; they aren't included in the main microlens package because <http://hackage.haskell.org/package/contravariant contravariant> has a lot of dependencies.
 -}
 module Lens.Micro.Contra
