mirror of
https://github.com/serokell/xrefcheck.git
synced 2024-11-09 00:56:08 +03:00
8060c7187b
Problem: nowadays we want all files to store licensing information in machine-readable format and to use reuse tool to check that. But the repo is not REUSE compliant. Solution: add `LICENSES` folder and licensing information for each file.
8 lines
158 B
Haskell
8 lines
158 B
Haskell
{- SPDX-FileCopyrightText: 2018-2019 Serokell <https://serokell.io>
|
|
-
|
|
- SPDX-License-Identifier: MPL-2.0
|
|
-}
|
|
|
|
import Distribution.Simple
|
|
main = defaultMain
|