From 34d7dbd68fc4c61d4dbbd9c4427e5170ea569637 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 23 Dec 2023 22:15:10 +0100 Subject: Add license information to all files --- src/SlackBuilder/CommandLine.hs | 4 ++++ src/SlackBuilder/Updater.hs | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'src/SlackBuilder') diff --git a/src/SlackBuilder/CommandLine.hs b/src/SlackBuilder/CommandLine.hs index 2a6c2fc..bbd7bad 100644 --- a/src/SlackBuilder/CommandLine.hs +++ b/src/SlackBuilder/CommandLine.hs @@ -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(..) diff --git a/src/SlackBuilder/Updater.hs b/src/SlackBuilder/Updater.hs index 1ebf7fe..0b87d90 100644 --- a/src/SlackBuilder/Updater.hs +++ b/src/SlackBuilder/Updater.hs @@ -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 -- cgit v1.2.3