From e197f9465ba4b39f32825a96066782ead164e897 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Tue, 12 Jul 2016 12:51:28 +0200 Subject: [PATCH] Update copyright year to 2016 --- Data/DList.hs | 2 +- LICENSE | 2 +- dlist.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,