Skip to content

Commit

Permalink
Add copyright notice and other meta-headers to Transaction module
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed May 26, 2016
1 parent 7f2698c commit e81c575
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Database/PostgreSQL/Simple/Transaction.hs
@@ -1,5 +1,15 @@
{-# LANGUAGE RecordWildCards #-}

------------------------------------------------------------------------------
-- |
-- Module: Database.PostgreSQL.Simple.Transaction
-- Copyright: (c) 2011-2013 Leon P Smith
-- (c) 2013 Joey Adams
-- License: BSD3
-- Maintainer: Leon P Smith <leon@melding-monads.com>
--
------------------------------------------------------------------------------

module Database.PostgreSQL.Simple.Transaction
(
-- * Transaction handling
Expand Down

0 comments on commit e81c575

Please sign in to comment.