Skip to content

Commit 1f0acc0

Browse files
committed
Update metadata
1 parent c7289e9 commit 1f0acc0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{- |
22
Copyright: (c) 2018-2019 Kowainik
3-
License: MIT
3+
License: 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{- |
44
Copyright: (c) 2018-2019 Kowainik
5-
License: MIT
5+
License: MPL-2.0
66
Maintainer: Kowainik <[email protected]>
77
88
Implements core data types and combinators for logging actions.

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

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

55
{- |
66
Copyright: (c) 2018-2019 Kowainik
7-
License: MIT
7+
License: 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{- |
22
Copyright: (c) 2018-2019 Kowainik
3-
License: MIT
3+
License: 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{- |
44
Copyright: (c) 2018-2019 Kowainik
5-
License: MIT
5+
License: 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)