Skip to content

Commit

Permalink
Fix license in source files: MIT -> BSD3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 30, 2023
1 parent ade5cb2 commit 4218f93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Data/Chimera.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-- |
-- Module: Data.Chimera
-- Copyright: (c) 2018-2019 Andrew Lelechenko
-- Licence: MIT
-- Licence: BSD3
-- Maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>
--
-- Lazy infinite streams with O(1) indexing.
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Chimera/Compat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- |
-- Module: Data.Chimera.Compat
-- Copyright: (c) 2023 Andrew Lelechenko
-- Licence: MIT
-- Licence: BSD3
-- Maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>
--
-- See https://gitlab.haskell.org/ghc/ghc/-/issues/22933
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Chimera/ContinuousMapping.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- |
-- Module: Data.Chimera.ContinuousMapping
-- Copyright: (c) 2017 Andrew Lelechenko
-- Licence: MIT
-- Licence: BSD3
-- Maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>
--
-- Helpers for continuous mappings, useful to memoize
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Chimera/FromIntegral.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- |
-- Module: Data.Chimera.FromIntegral
-- Copyright: (c) 2018 Andrew Lelechenko
-- Licence: MIT
-- Licence: BSD3
-- Maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>
module Data.Chimera.FromIntegral (
word2int,
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Chimera/WheelMapping.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-- |
-- Module: Data.Chimera.WheelMapping
-- Copyright: (c) 2017 Andrew Lelechenko
-- Licence: MIT
-- Licence: BSD3
-- Maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>
--
-- Helpers for mapping to <http://mathworld.wolfram.com/RoughNumber.html rough numbers>
Expand Down

0 comments on commit 4218f93

Please sign in to comment.