From 9985c0b96280383a327046973707d2076848326b Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 28 Nov 2017 14:33:50 +0300 Subject: Add a license notice comment into Setup.hs --- Setup.hs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Setup.hs b/Setup.hs index e07df74..67c3857 100644 --- a/Setup.hs +++ b/Setup.hs @@ -1,3 +1,20 @@ +{- +Copyright (C) 2017 defanor + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +-} + import Distribution.Simple import Distribution.Simple.LocalBuildInfo import Distribution.Simple.Utils -- cgit v1.2.3