Add license information to all files
This commit is contained in:
		| @@ -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. | ||||
| module SlackBuilder.Config | ||||
|     ( Settings(..) | ||||
|   | ||||
| @@ -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 | ||||
|     ( clone | ||||
|     , cloneAndArchive | ||||
|   | ||||
| @@ -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. | ||||
| module SlackBuilder.Info | ||||
|     ( PackageInfo(..) | ||||
|   | ||||
| @@ -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 | ||||
|     ( DownloadPlaceholder(..) | ||||
|     , Download(..) | ||||
|   | ||||
| @@ -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. | ||||
| module SlackBuilder.Trans | ||||
|     ( SlackBuilderException(..) | ||||
|   | ||||
| @@ -2,7 +2,7 @@ cabal-version: 2.4 | ||||
| name: slackbuilder | ||||
| 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 | ||||
|  | ||||
| license: MPL-2.0 | ||||
|   | ||||
| @@ -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 | ||||
|     ( main | ||||
|     ) where | ||||
|   | ||||
| @@ -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 | ||||
|     ( GhArguments(..) | ||||
|     , SlackBuilderCommand(..) | ||||
|   | ||||
| @@ -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 | ||||
|     ( latestGitHub | ||||
|     , latestPackagist | ||||
|   | ||||
		Reference in New Issue
	
	Block a user