Skip to content

Commit f72fd57

Browse files
committed
Update Maintainer email and add new maintainers to LICENSE and cabal files
1 parent fcbfbac commit f72fd57

File tree

26 files changed

+102
-23
lines changed

26 files changed

+102
-23
lines changed

vector-stream/LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Copyright (c) 2008-2012, Roman Leshchinskiy
2+
2020-2022, Alexey Kuleshevich
3+
2020-2022, Aleksey Khudyakov
4+
2020-2022, Andrew Lelechenko
25
All rights reserved.
36

47
Redistribution and use in source and binary forms, with or without

vector-stream/src/Data/Stream/Monadic.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
-- |
1111
-- Module : Data.Stream.Monadic
1212
-- Copyright : (c) Roman Leshchinskiy 2008-2010
13+
-- Alexey Kuleshevich 2020-2022
14+
-- Aleksey Khudyakov 2020-2022
15+
-- Andrew Lelechenko 2020-2022
1316
-- License : BSD-style
1417
--
15-
-- Maintainer : Roman Leshchinskiy <[email protected]>
18+
-- Maintainer : Haskell Libraries Team <[email protected]>
1619
-- Stability : experimental
1720
-- Portability : non-portable
1821
--

vector-stream/vector-stream.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ License-File: LICENSE
66
Author: Roman Leshchinskiy <[email protected]>
77
Maintainer: Haskell Libraries Team <[email protected]>
88
Copyright: (c) Roman Leshchinskiy 2008-2012
9+
Alexey Kuleshevich 2020-2022,
10+
Aleksey Khudyakov 2020-2022,
11+
Andrew Lelechenko 2020-2022
912
Homepage: https://github.com/haskell/vector
1013
Bug-Reports: https://github.com/haskell/vector/issues
1114
Category: Data, Data Structures

vector/LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Copyright (c) 2008-2012, Roman Leshchinskiy
2+
2020-2022, Alexey Kuleshevich
3+
2020-2022, Aleksey Khudyakov
4+
2020-2022, Andrew Lelechenko
25
All rights reserved.
36

47
Redistribution and use in source and binary forms, with or without

vector/src/Data/Vector.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
-- |
1010
-- Module : Data.Vector
1111
-- Copyright : (c) Roman Leshchinskiy 2008-2010
12+
-- Alexey Kuleshevich 2020-2022
13+
-- Aleksey Khudyakov 2020-2022
14+
-- Andrew Lelechenko 2020-2022
1215
-- License : BSD-style
1316
--
14-
-- Maintainer : Roman Leshchinskiy <[email protected]>
17+
-- Maintainer : Haskell Libraries Team <[email protected]>
1518
-- Stability : experimental
1619
-- Portability : non-portable
1720
--

vector/src/Data/Vector/Fusion/Bundle.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
-- |
66
-- Module : Data.Vector.Fusion.Bundle
77
-- Copyright : (c) Roman Leshchinskiy 2008-2010
8+
-- Alexey Kuleshevich 2020-2022
9+
-- Aleksey Khudyakov 2020-2022
10+
-- Andrew Lelechenko 2020-2022
811
-- License : BSD-style
912
--
10-
-- Maintainer : Roman Leshchinskiy <[email protected]>
13+
-- Maintainer : Haskell Libraries Team <[email protected]>
1114
-- Stability : experimental
1215
-- Portability : non-portable
1316
--

vector/src/Data/Vector/Fusion/Bundle/Monadic.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
-- |
1111
-- Module : Data.Vector.Fusion.Bundle.Monadic
1212
-- Copyright : (c) Roman Leshchinskiy 2008-2010
13+
-- Alexey Kuleshevich 2020-2022
14+
-- Aleksey Khudyakov 2020-2022
15+
-- Andrew Lelechenko 2020-2022
1316
-- License : BSD-style
1417
--
15-
-- Maintainer : Roman Leshchinskiy <[email protected]>
18+
-- Maintainer : Haskell Libraries Team <[email protected]>
1619
-- Stability : experimental
1720
-- Portability : non-portable
1821
--

vector/src/Data/Vector/Fusion/Bundle/Size.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
-- |
22
-- Module : Data.Vector.Fusion.Bundle.Size
33
-- Copyright : (c) Roman Leshchinskiy 2008-2010
4+
-- Alexey Kuleshevich 2020-2022
5+
-- Aleksey Khudyakov 2020-2022
6+
-- Andrew Lelechenko 2020-2022
47
-- License : BSD-style
58
--
6-
-- Maintainer : Roman Leshchinskiy <[email protected]>
9+
-- Maintainer : Haskell Libraries Team <[email protected]>
710
-- Stability : experimental
811
-- Portability : portable
912
--

vector/src/Data/Vector/Fusion/Stream/Monadic.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
-- |
22
-- Module : Data.Vector.Fusion.Stream.Monadic
33
-- Copyright : (c) Roman Leshchinskiy 2008-2010
4+
-- Alexey Kuleshevich 2020-2022
5+
-- Aleksey Khudyakov 2020-2022
6+
-- Andrew Lelechenko 2020-2022
47
-- License : BSD-style
58
--
6-
-- Maintainer : Roman Leshchinskiy <[email protected]>
9+
-- Maintainer : Haskell Libraries Team <[email protected]>
710
-- Stability : experimental
811
-- Portability : non-portable
912
--

vector/src/Data/Vector/Fusion/Util.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
-- |
22
-- Module : Data.Vector.Fusion.Util
33
-- Copyright : (c) Roman Leshchinskiy 2009
4+
-- Alexey Kuleshevich 2020-2022
5+
-- Aleksey Khudyakov 2020-2022
6+
-- Andrew Lelechenko 2020-2022
47
-- License : BSD-style
58
--
6-
-- Maintainer : Roman Leshchinskiy <[email protected]>
9+
-- Maintainer : Haskell Libraries Team <[email protected]>
710
-- Stability : experimental
811
-- Portability : portable
912
--

0 commit comments

Comments
 (0)