Add license information to all files
All checks were successful
Build / audit (push) Successful in 14m48s
Build / test (push) Successful in 15m54s

This commit is contained in:
Eugen Wissner 2023-12-23 22:15:10 +01:00
parent 49cbda6027
commit 34d7dbd68f
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
9 changed files with 33 additions and 1 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/. -}
-- | Configuration file. -- | Configuration file.
module SlackBuilder.Config module SlackBuilder.Config
( Settings(..) ( Settings(..)

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/. -}
module SlackBuilder.Download module SlackBuilder.Download
( clone ( clone
, cloneAndArchive , cloneAndArchive

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/. -}
-- | Info file parsing and printing. -- | Info file parsing and printing.
module SlackBuilder.Info module SlackBuilder.Info
( PackageInfo(..) ( PackageInfo(..)

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/. -}
module SlackBuilder.Package module SlackBuilder.Package
( DownloadPlaceholder(..) ( DownloadPlaceholder(..)
, Download(..) , Download(..)

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/. -}
-- | Transformers and exceptions. -- | Transformers and exceptions.
module SlackBuilder.Trans module SlackBuilder.Trans
( SlackBuilderException(..) ( SlackBuilderException(..)

View File

@ -2,7 +2,7 @@ cabal-version: 2.4
name: slackbuilder name: slackbuilder
version: 1.0.0 version: 1.0.0
synopsis: Slackware build scripts and configuration files. synopsis: Tool to automatically update Slackware build scripts.
bug-reports: https://git.caraus.tech/OSS/slackbuilder/issues bug-reports: https://git.caraus.tech/OSS/slackbuilder/issues
license: MPL-2.0 license: MPL-2.0

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/. -}
module Main module Main
( main ( main
) where ) where

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/. -}
module SlackBuilder.CommandLine module SlackBuilder.CommandLine
( GhArguments(..) ( GhArguments(..)
, SlackBuilderCommand(..) , SlackBuilderCommand(..)

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/. -}
module SlackBuilder.Updater module SlackBuilder.Updater
( latestGitHub ( latestGitHub
, latestPackagist , latestPackagist