From fcf82ae10172134a0c099a92be4ebe2e8969667b Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Thu, 10 Dec 2015 01:13:58 +0300 Subject: [PATCH] [Optparse] GPL headers --- src/GHCMod/Options.hs | 16 ++++++++++++++++ src/GHCMod/Options/Commands.hs | 16 ++++++++++++++++ src/GHCMod/Options/DocUtils.hs | 16 ++++++++++++++++ src/GHCMod/Version.hs | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/src/GHCMod/Options.hs b/src/GHCMod/Options.hs index 4ae41e1..3ed403b 100644 --- a/src/GHCMod/Options.hs +++ b/src/GHCMod/Options.hs @@ -1,3 +1,19 @@ +-- ghc-mod: Making Haskell development *more* fun +-- Copyright (C) 2015 Nikolay Yakimov +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see . + module GHCMod.Options ( parseArgs, GhcModCommands(..) diff --git a/src/GHCMod/Options/Commands.hs b/src/GHCMod/Options/Commands.hs index 3db48a5..0a436c3 100644 --- a/src/GHCMod/Options/Commands.hs +++ b/src/GHCMod/Options/Commands.hs @@ -1,3 +1,19 @@ +-- ghc-mod: Making Haskell development *more* fun +-- Copyright (C) 2015 Nikolay Yakimov +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see . + module GHCMod.Options.Commands where import Options.Applicative diff --git a/src/GHCMod/Options/DocUtils.hs b/src/GHCMod/Options/DocUtils.hs index 0641a4c..8132d25 100644 --- a/src/GHCMod/Options/DocUtils.hs +++ b/src/GHCMod/Options/DocUtils.hs @@ -1,3 +1,19 @@ +-- ghc-mod: Making Haskell development *more* fun +-- Copyright (C) 2015 Nikolay Yakimov +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see . + module GHCMod.Options.DocUtils ( module PP, desc, diff --git a/src/GHCMod/Version.hs b/src/GHCMod/Version.hs index 1170ef2..2bf6db2 100644 --- a/src/GHCMod/Version.hs +++ b/src/GHCMod/Version.hs @@ -1,3 +1,19 @@ +-- ghc-mod: Making Haskell development *more* fun +-- Copyright (C) 2015 Nikolay Yakimov +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see . + module GHCMod.Version where import Paths_ghc_mod