Add missing license headers

This commit is contained in:
Eugen Wissner 2025-02-26 19:30:01 +01:00
parent 9cafd8d97d
commit 9a0bf08101
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
{- This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at https://mozilla.org/MPL/2.0/. -}
-- | Font compression and decompression. -- | Font compression and decompression.
module Graphics.Fountainhead.Compression module Graphics.Fountainhead.Compression
( compress ( compress

View File

@ -1,3 +1,7 @@
{- This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at https://mozilla.org/MPL/2.0/. -}
{-# LANGUAGE RecordWildCards #-} {-# LANGUAGE RecordWildCards #-}
module Main module Main
( main ( main