summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs4
-rw-r--r--src/SlackBuilder/CommandLine.hs4
-rw-r--r--src/SlackBuilder/Updater.hs4
3 files changed, 12 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index f0f9994..1d7e6d9 100644
--- a/src/Main.hs
+++ b/src/Main.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 Main
( main
) where
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