Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: haskell-integer-logarithms
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     Setup.hs
           changelog.md
           readme.md
           test-suite/Orphans.hs
           test-suite/Test.hs
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     integer-logarithms.cabal
Copyright: 2011 Daniel Fischer, 2017-2020 Oleg Grenrus, Andrew Lelechenko
License:   __UNKNOWN__
 license:            MIT
 license-file:       LICENSE
 maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi>
 build-type:         Simple
 stability:          Provisional
 homepage:           https://github.com/haskellari/integer-logarithms
 bug-reports:        https://github.com/haskellari/integer-logarithms/issues
 synopsis:           Integer logarithms.
 description:
 "Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer"
 from the arithmoi package.
 .
 Also provides "GHC.Integer.Logarithms.Compat" and
 "Math.NumberTheory.Power.Natural" modules, as well as some
 additional functions in migrated modules.
 .
 category:           Math, Algorithms, Number Theory
 tested-with:

Files:     src/Math/NumberTheory/Powers/Natural.hs
Copyright: :   (c) 2011-2014 Daniel Fischer Licence:     MIT
License:   __UNKNOWN__
 Potentially faster power function for 'Natural' base and 'Int'
 or 'Word' exponent.

Files:     test-suite/Math/NumberTheory/LogarithmsTests.hs
Copyright: :   (c) 2016 Andrew Lelechenko Licence:     MIT
License:   __UNKNOWN__
 Tests for Math.NumberTheory.Logarithms

Files:     src/GHC/Integer/Logarithms/Compat.hs
Copyright: :   (c) 2011 Daniel Fischer Licence:     MIT
License:   __UNKNOWN__
 Low level stuff for integer logarithms.

Files:     src/Math/NumberTheory/Logarithms.hs
Copyright: :   (c) 2011 Daniel Fischer Licence:     MIT
License:   __UNKNOWN__
 Integer Logarithms. For efficiency, the internal representation of 'Integer's
 from integer-gmp is used.

Files:     src/Math/NumberTheory/Powers/Integer.hs
Copyright: :   (c) 2011-2014 Daniel Fischer Licence:     MIT
License:   __UNKNOWN__
 Potentially faster power function for 'Integer' base and 'Int'
 or 'Word' exponent.

Files:     test-suite/Math/NumberTheory/TestUtils.hs
Copyright: :   (c) 2016 Andrew Lelechenko Licence:     MIT
License:   __NO_LICENSE__

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright (c) 2011 Daniel Fischer, 2017 Oleg Grenrus
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  associated documentation files (the "Software"), to deal in the Software without restriction,
  including without limitation the rights to use, copy, modify, merge, publish, distribute,
  sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all copies or
 substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
