Update copyright years

This commit is contained in:
Michael Walker 2017-12-07 02:49:47 +00:00
parent cdbf30dec3
commit f310c60bc5
22 changed files with 30 additions and 22 deletions

View File

@ -1,7 +1,15 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE RankNTypes #-}
-- | This module is a version of the
-- |
-- Module : Control.Concurrent.Classy.Async
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : stable
-- Portability : CPP, RankNTypes
--
-- This module is a version of the
-- <https://hackage.haskell.org/package/async async> package. It
-- provides a set of operations for running @MonadConc@ operations
-- asynchronously and waiting for their results.

View File

@ -8,7 +8,7 @@
-- |
-- Module : Control.Monad.Conc.Class
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -5,7 +5,7 @@
-- |
-- Module : Control.Monad.STM.Class
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -1,4 +1,4 @@
Copyright (c) 2015, Michael Walker <mike@barrucadu.co.uk>
Copyright (c) 2016--2017, Michael Walker <mike@barrucadu.co.uk>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -19,7 +19,7 @@ license: MIT
license-file: LICENSE
author: Michael Walker
maintainer: mike@barrucadu.co.uk
-- copyright:
copyright: (c) 2016--2017 Michael Walker
category: Concurrency
build-type: Simple
extra-source-files: README.markdown CHANGELOG.markdown

View File

@ -1,4 +1,4 @@
Copyright (c) 2015, Michael Walker <mike@barrucadu.co.uk>
Copyright (c) 2015--2017, Michael Walker <mike@barrucadu.co.uk>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -4,7 +4,7 @@
{- |
Module : Test.DejaFu
Copyright : (c) 2016 Michael Walker
Copyright : (c) 2015--2017 Michael Walker
License : MIT
Maintainer : Michael Walker <mike@barrucadu.co.uk>
Stability : experimental

View File

@ -7,7 +7,7 @@
-- |
-- Module : Test.DejaFu.Conc
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -4,7 +4,7 @@
-- |
-- Module : Test.DejaFu.Conc.Internal
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -4,7 +4,7 @@
-- |
-- Module : Test.DejaFu.Conc.Internal.Common
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -4,7 +4,7 @@
-- |
-- Module : Test.DejaFu.Conc.Internal.Memory
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -3,7 +3,7 @@
-- |
-- Module : Test.DejaFu.Conc.Internal.Threading
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -4,7 +4,7 @@
-- |
-- Module : Test.DejaFu.SCT
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2015--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -2,7 +2,7 @@
-- |
-- Module : Test.DejaFu.SCT.Internal
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2015--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -1,6 +1,6 @@
-- |
-- Module : Test.DejaFu.Schedule
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2016--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental

View File

@ -20,7 +20,7 @@ license: MIT
license-file: LICENSE
author: Michael Walker
maintainer: mike@barrucadu.co.uk
-- copyright:
copyright: (c) 2015--2017 Michael Walker
category: Concurrency
build-type: Simple
extra-source-files: README.markdown CHANGELOG.markdown

View File

@ -1,4 +1,4 @@
Copyright (c) 2015, Michael Walker <mike@barrucadu.co.uk>
Copyright (c) 2015--2017, Michael Walker <mike@barrucadu.co.uk>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -5,7 +5,7 @@
-- |
-- Module : Test.HUnit.DejaFu
-- Copyright : (c) 2017 Michael Walker
-- Copyright : (c) 2015--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : stable

View File

@ -17,7 +17,7 @@ license: MIT
license-file: LICENSE
author: Michael Walker
maintainer: mike@barrucadu.co.uk
-- copyright:
copyright: (c) 2015--2017 Michael Walker
category: Testing
build-type: Simple
extra-source-files: README.markdown CHANGELOG.markdown

View File

@ -1,4 +1,4 @@
Copyright (c) 2015, Michael Walker <mike@barrucadu.co.uk>
Copyright (c) 2015--2017, Michael Walker <mike@barrucadu.co.uk>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -6,7 +6,7 @@
-- |
-- Module : Test.Tasty.DejaFu
-- Copyright : (c) 2016 Michael Walker
-- Copyright : (c) 2015--2017 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : stable

View File

@ -17,7 +17,7 @@ license: MIT
license-file: LICENSE
author: Michael Walker
maintainer: mike@barrucadu.co.uk
-- copyright:
copyright: (c) 2015--2017 Michael Walker
category: Testing
build-type: Simple
extra-source-files: README.markdown CHANGELOG.markdown