From c86dbe043be40a0776fb5e65e3916e872ca704b1 Mon Sep 17 00:00:00 2001
From: Anton-Latukha <anton.latukha@gmail.com>
Date: Fri, 27 Nov 2020 17:06:39 +0200
Subject: [PATCH] bootstrap-haskell: mention the license

Since script is served separately from the main source code (can be opened over
https://get-ghcup.haskell.org) - mention the script license to the reciever.
---
 bootstrap-haskell | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bootstrap-haskell b/bootstrap-haskell
index faff8aa8..901df900 100755
--- a/bootstrap-haskell
+++ b/bootstrap-haskell
@@ -8,6 +8,9 @@
 #   * BOOTSTRAP_HASKELL_GHC_VERSION
 #   * BOOTSTRAP_HASKELL_CABAL_VERSION
 
+# License: LGPL-3.0
+
+
 # safety subshell to avoid executing anything in case this script is not downloaded properly
 (
 
-- 
GitLab