summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-28 14:33:50 +0300
committerdefanor <defanor@uberspace.net>2017-11-28 14:33:50 +0300
commit9985c0b96280383a327046973707d2076848326b (patch)
treebfa29a4d90635a5ae9c375867f490c982b059dc6
parent95b669faeaca543eef02bd076e7c368e23a7463d (diff)
Add a license notice comment into Setup.hs
-rw-r--r--Setup.hs17
1 files changed, 17 insertions, 0 deletions
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 <defanor@uberspace.net>
+
+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 <http://www.gnu.org/licenses/>.
+-}
+
import Distribution.Simple
import Distribution.Simple.LocalBuildInfo
import Distribution.Simple.Utils