Skip to content

Commit 9b92002

Browse files
committed
copyright bump
1 parent 00dd828 commit 9b92002

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+55
-55
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2015, Edward Kmett
1+
Copyright (c) 2010-2026, Edward Kmett
22
(c) 2008-2009 Barak A. Pearlmutter and Jeffrey Mark Siskind
33

44
All rights reserved.

include/internal_kahn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
-----------------------------------------------------------------------------
1515
-- |
16-
-- Copyright : (c) Edward Kmett 2010-2021
16+
-- Copyright : (c) Edward Kmett 2010-2026
1717
-- License : BSD3
1818
-- Maintainer : [email protected]
1919
-- Stability : experimental

include/rank1_kahn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{-# LANGUAGE UndecidableInstances #-}
77
-----------------------------------------------------------------------------
88
-- |
9-
-- Copyright : (c) Edward Kmett 2010-2021
9+
-- Copyright : (c) Edward Kmett 2010-2026
1010
-- License : BSD3
1111
-- Maintainer : ekmett@gmail.com
1212
-- Stability : experimental

src/Numeric/AD.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{-# LANGUAGE PatternGuards #-}
55
-----------------------------------------------------------------------------
66
-- |
7-
-- Copyright : (c) Edward Kmett 2010-2021
7+
-- Copyright : (c) Edward Kmett 2010-2026
88
-- License : BSD3
99
-- Maintainer : [email protected]
1010
-- Stability : experimental

src/Numeric/AD/Double.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{-# LANGUAGE PatternGuards #-}
55
-----------------------------------------------------------------------------
66
-- |
7-
-- Copyright : (c) Edward Kmett 2010-2021
7+
-- Copyright : (c) Edward Kmett 2010-2026
88
-- License : BSD3
99
-- Maintainer : [email protected]
1010
-- Stability : experimental

src/Numeric/AD/Halley.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE ScopedTypeVariables #-}
33
-----------------------------------------------------------------------------
44
-- |
5-
-- Copyright : (c) Edward Kmett 2010-2021
5+
-- Copyright : (c) Edward Kmett 2010-2026
66
-- License : BSD3
77
-- Maintainer : [email protected]
88
-- Stability : experimental

src/Numeric/AD/Halley/Double.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE ScopedTypeVariables #-}
33
-----------------------------------------------------------------------------
44
-- |
5-
-- Copyright : (c) Edward Kmett 2010-2021
5+
-- Copyright : (c) Edward Kmett 2010-2026
66
-- License : BSD3
77
-- Maintainer : [email protected]
88
-- Stability : experimental

src/Numeric/AD/Internal/Combinators.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# OPTIONS_HADDOCK not-home #-}
33
-----------------------------------------------------------------------------
44
-- |
5-
-- Copyright : (c) Edward Kmett 2010-2021
5+
-- Copyright : (c) Edward Kmett 2010-2026
66
-- License : BSD3
77
-- Maintainer : [email protected]
88
-- Stability : experimental

src/Numeric/AD/Internal/Dense.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
-----------------------------------------------------------------------------
1212
-- |
13-
-- Copyright : (c) Edward Kmett 2010-2021
13+
-- Copyright : (c) Edward Kmett 2010-2026
1414
-- License : BSD3
1515
-- Maintainer : [email protected]
1616
-- Stability : experimental

src/Numeric/AD/Internal/Dense/Representable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
-----------------------------------------------------------------------------
1212
-- |
13-
-- Copyright : (c) Edward Kmett 2010-2021
13+
-- Copyright : (c) Edward Kmett 2010-2026
1414
-- License : BSD3
1515
-- Maintainer : [email protected]
1616
-- Stability : experimental

0 commit comments

Comments
 (0)