Skip to content

Commit

Permalink
copyright bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 7, 2015
1 parent 7b1696f commit 9a247b5
Show file tree
Hide file tree
Showing 82 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright 2012-2014 Edward Kmett
Copyright 2012-2015 Edward Kmett

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion lens.cabal
Expand Up @@ -9,7 +9,7 @@ maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/lens/
bug-reports: http://github.com/ekmett/lens/issues
copyright: Copyright (C) 2012-2014 Edward A. Kmett
copyright: Copyright (C) 2012-2015 Edward A. Kmett
build-type: Custom
-- build-tools: cpphs
tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1, GHC == 7.8.2
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Exception/Lens.hs
Expand Up @@ -22,7 +22,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Exception.Lens
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens.hs
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/At.hs
Expand Up @@ -20,7 +20,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.At
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Combinators.hs
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Combinators
-- Copyright : (C) 2013-14 Edward Kmett
-- Copyright : (C) 2013-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Cons.hs
Expand Up @@ -10,7 +10,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Cons
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Each.hs
Expand Up @@ -13,7 +13,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Each
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Empty.hs
Expand Up @@ -8,7 +8,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Empty
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
4 changes: 2 additions & 2 deletions src/Control/Lens/Equality.hs
Expand Up @@ -5,7 +5,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Equality
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down Expand Up @@ -86,4 +86,4 @@ simply = id
-- type of a used argument and avoid @ScopedTypeVariables@ or other ugliness.
simple :: Equality' a a
simple = id
{-# INLINE simple #-}
{-# INLINE simple #-}
2 changes: 1 addition & 1 deletion src/Control/Lens/Extras.hs
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Data.List.Lens
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Fold.hs
Expand Up @@ -11,7 +11,7 @@
----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Fold
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Getter.hs
Expand Up @@ -12,7 +12,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Getter
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Indexed.hs
Expand Up @@ -18,7 +18,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Indexed
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal.hs
Expand Up @@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Bazaar.hs
Expand Up @@ -13,7 +13,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Bazaar
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/ByteString.hs
Expand Up @@ -18,7 +18,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Data.ByteString.Strict.Lens
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Context.hs
Expand Up @@ -15,7 +15,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Context
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Deque.hs
Expand Up @@ -13,7 +13,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Deque
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Exception.hs
Expand Up @@ -19,7 +19,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Exception
-- Copyright : (C) 2013-2014 Edward Kmett
-- Copyright : (C) 2013-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/FieldTH.hs
Expand Up @@ -7,7 +7,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.FieldTH
-- Copyright : (C) 2014 Edward Kmett, (C) 2014 Eric Mertens
-- Copyright : (C) 2014-2015 Edward Kmett, (C) 2014 Eric Mertens
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Fold.hs
Expand Up @@ -5,7 +5,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Fold
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Getter.hs
Expand Up @@ -5,7 +5,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Getter
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Indexed.hs
Expand Up @@ -11,7 +11,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Indexed
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Instances.hs
Expand Up @@ -11,7 +11,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Instances
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Iso.hs
Expand Up @@ -5,7 +5,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Iso
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Level.hs
Expand Up @@ -8,7 +8,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Level
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/List.hs
@@ -1,7 +1,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.List
-- Copyright : (C) 2014 Edward Kmett and Eric Mertens
-- Copyright : (C) 2014-2015 Edward Kmett and Eric Mertens
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Magma.hs
Expand Up @@ -16,7 +16,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Magma
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Prism.hs
Expand Up @@ -5,7 +5,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Prism
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/PrismTH.hs
Expand Up @@ -6,7 +6,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.PrismTH
-- Copyright : (C) 2014 Edward Kmett, (C) 2014 Eric Mertens
-- Copyright : (C) 2014-2015 Edward Kmett and Eric Mertens
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Reflection.hs
Expand Up @@ -13,7 +13,7 @@
----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Reflection
-- Copyright : 2009-2014 Edward Kmett,
-- Copyright : 2009-2015 Edward Kmett,
-- 2012 Elliott Hird,
-- 2004 Oleg Kiselyov and Chung-chieh Shan
-- License : BSD3
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Review.hs
Expand Up @@ -6,7 +6,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Review
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Setter.hs
Expand Up @@ -5,7 +5,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Setter
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/TH.hs
Expand Up @@ -21,7 +21,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.TH
-- Copyright : (C) 2013-2014 Edward Kmett, 2013 Eric Mertens
-- Copyright : (C) 2013-2015 Edward Kmett and Eric Mertens
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Internal/Zoom.hs
Expand Up @@ -9,7 +9,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Internal.Zoom
-- Copyright : (C) 2012-2014 Edward Kmett
-- Copyright : (C) 2012-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Iso.hs
Expand Up @@ -12,7 +12,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Iso
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Lens.hs
Expand Up @@ -15,7 +15,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Lens
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Level.hs
Expand Up @@ -7,7 +7,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Level
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Operators.hs
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Operators
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Plated.hs
Expand Up @@ -27,7 +27,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Plated
-- Copyright : (C) 2012-13 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Prism.hs
Expand Up @@ -12,7 +12,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Prism
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Reified.hs
Expand Up @@ -5,7 +5,7 @@
------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Reified
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Lens/Review.hs
Expand Up @@ -6,7 +6,7 @@
-------------------------------------------------------------------------------
-- |
-- Module : Control.Lens.Review
-- Copyright : (C) 2012-14 Edward Kmett
-- Copyright : (C) 2012-15 Edward Kmett
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
Expand Down

0 comments on commit 9a247b5

Please sign in to comment.