Skip to content

Commit b9fc9ad

Browse files
chshershvrom911
authored andcommitted
Update license in files (#163)
1 parent 9d247f0 commit b9fc9ad

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

co-log-core/co-log-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license: MPL-2.0
2727
license-file: LICENSE
2828
author: Dmitrii Kovanikov
2929
maintainer: Kowainik <[email protected]>
30-
copyright: 2018-2019 Kowainik
30+
copyright: 2018-2020 Kowainik
3131
category: Logging, Contravariant, Comonad
3232
build-type: Simple
3333
stability: stable

co-log-core/src/Colog/Core.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{- |
2-
Copyright: (c) 2018-2019 Kowainik
3-
License: MPL-2.0
2+
Copyright: (c) 2018-2020 Kowainik
3+
SPDX-License-Identifier: MPL-2.0
44
Maintainer: Kowainik <[email protected]>
55
66
Exports all core functionality. @co-log-core@ is a lightweight package that

co-log-core/src/Colog/Core/Action.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{-# LANGUAGE Rank2Types #-}
33

44
{- |
5-
Copyright: (c) 2018-2019 Kowainik
6-
License: MPL-2.0
5+
Copyright: (c) 2018-2020 Kowainik
6+
SPDX-License-Identifier: MPL-2.0
77
Maintainer: Kowainik <[email protected]>
88
99
Implements core data types and combinators for logging actions.
@@ -58,7 +58,7 @@ module Colog.Core.Action
5858
, hoistLogAction
5959
) where
6060

61-
import Control.Monad (when, (>=>), (<=<))
61+
import Control.Monad (when, (<=<), (>=>))
6262
import Data.Coerce (coerce)
6363
import Data.Foldable (fold, for_)
6464
import Data.List.NonEmpty (NonEmpty (..))

co-log-core/src/Colog/Core/Class.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{-# LANGUAGE Rank2Types #-}
44

55
{- |
6-
Copyright: (c) 2018-2019 Kowainik
7-
License: MPL-2.0
6+
Copyright: (c) 2018-2020 Kowainik
7+
SPDX-License-Identifier: MPL-2.0
88
Maintainer: Kowainik <[email protected]>
99
1010
Provides type class for values that has access to 'LogAction'.

co-log-core/src/Colog/Core/IO.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{- |
2-
Copyright: (c) 2018-2019 Kowainik
3-
License: MPL-2.0
2+
Copyright: (c) 2018-2020 Kowainik
3+
SPDX-License-Identifier: MPL-2.0
44
Maintainer: Kowainik <[email protected]>
55
66
Introduces logging actions working in 'MonadIO'. These actions are very basic

co-log-core/src/Colog/Core/Severity.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{-# LANGUAGE PatternSynonyms #-}
22

33
{- |
4-
Copyright: (c) 2018-2019 Kowainik
5-
License: MPL-2.0
4+
Copyright: (c) 2018-2020 Kowainik
5+
SPDX-License-Identifier: MPL-2.0
66
Maintainer: Kowainik <[email protected]>
77
88
This module introduces 'Severity' data type for expressing how severe the

0 commit comments

Comments
 (0)