diff --git a/Data/DList.hs b/Data/DList.hs index 3b7b85e..ef11f81 100644 --- a/Data/DList.hs +++ b/Data/DList.hs @@ -6,7 +6,7 @@ ----------------------------------------------------------------------------- -- | -- Module : Data.DList --- Copyright : (c) 2006-2009 Don Stewart, 2013-2015 Sean Leather +-- Copyright : (c) 2006-2009 Don Stewart, 2013-2016 Sean Leather -- License : See LICENSE file -- -- Maintainer : sean.leather@gmail.com diff --git a/LICENSE b/LICENSE index d964418..3293298 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2006-2009 Don Stewart, 2013-2015 Sean Leather +Copyright (c) 2006-2009 Don Stewart, 2013-2016 Sean Leather All rights reserved. diff --git a/dlist.cabal b/dlist.cabal index a1a317e..b2845ad 100644 --- a/dlist.cabal +++ b/dlist.cabal @@ -10,7 +10,7 @@ license: BSD3 license-file: LICENSE author: Don Stewart maintainer: Sean Leather -copyright: 2006-2009 Don Stewart, 2013-2015 Sean Leather +copyright: 2006-2009 Don Stewart, 2013-2016 Sean Leather homepage: https://github.com/spl/dlist bug-reports: https://github.com/spl/dlist/issues extra-source-files: README.md,