From 2706b0cf1c9441071a8f72a2e54b623bae29e7b2 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 13 Aug 2018 01:11:58 +0200 Subject: Add package name and description to license headers --- lib/Distribution/Helper.hs | 2 +- src/CabalHelper/Compiletime/Compat/Environment.hs | 1 + src/CabalHelper/Compiletime/Compat/ProgramDb.hs | 1 + src/CabalHelper/Compiletime/Compat/Version.hs | 1 + src/CabalHelper/Compiletime/Compile.hs | 1 + src/CabalHelper/Compiletime/Data.hs | 1 + src/CabalHelper/Compiletime/Log.hs | 1 + src/CabalHelper/Compiletime/Types.hs | 1 + src/CabalHelper/Runtime/Main.hs | 1 + src/CabalHelper/Shared/Common.hs | 1 + src/CabalHelper/Shared/InterfaceTypes.hs | 1 + src/CabalHelper/Shared/Sandbox.hs | 1 + 12 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 677b4b9..3845f53 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -1,4 +1,4 @@ --- ghc-mod: Making Haskell development *more* fun +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Compat/Environment.hs b/src/CabalHelper/Compiletime/Compat/Environment.hs index e1dd817..03e3a27 100644 --- a/src/CabalHelper/Compiletime/Compat/Environment.hs +++ b/src/CabalHelper/Compiletime/Compat/Environment.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2017 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Compat/ProgramDb.hs b/src/CabalHelper/Compiletime/Compat/ProgramDb.hs index afc2530..b750eff 100644 --- a/src/CabalHelper/Compiletime/Compat/ProgramDb.hs +++ b/src/CabalHelper/Compiletime/Compat/ProgramDb.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Compat/Version.hs b/src/CabalHelper/Compiletime/Compat/Version.hs index a9e0de6..fa94893 100644 --- a/src/CabalHelper/Compiletime/Compat/Version.hs +++ b/src/CabalHelper/Compiletime/Compat/Version.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2017-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Compile.hs b/src/CabalHelper/Compiletime/Compile.hs index 78872bb..2ca7269 100644 --- a/src/CabalHelper/Compiletime/Compile.hs +++ b/src/CabalHelper/Compiletime/Compile.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Data.hs b/src/CabalHelper/Compiletime/Data.hs index e1c6c55..8bdd20a 100644 --- a/src/CabalHelper/Compiletime/Data.hs +++ b/src/CabalHelper/Compiletime/Data.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2017 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Log.hs b/src/CabalHelper/Compiletime/Log.hs index 0b95866..a6f82ae 100644 --- a/src/CabalHelper/Compiletime/Log.hs +++ b/src/CabalHelper/Compiletime/Log.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2017-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Compiletime/Types.hs b/src/CabalHelper/Compiletime/Types.hs index d75933b..43c2230 100644 --- a/src/CabalHelper/Compiletime/Types.hs +++ b/src/CabalHelper/Compiletime/Types.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Runtime/Main.hs b/src/CabalHelper/Runtime/Main.hs index a22303a..412109f 100644 --- a/src/CabalHelper/Runtime/Main.hs +++ b/src/CabalHelper/Runtime/Main.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Shared/Common.hs b/src/CabalHelper/Shared/Common.hs index 2bc3e2b..cb2cc82 100644 --- a/src/CabalHelper/Shared/Common.hs +++ b/src/CabalHelper/Shared/Common.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Shared/InterfaceTypes.hs b/src/CabalHelper/Shared/InterfaceTypes.hs index 4c85ea9..6e138d4 100644 --- a/src/CabalHelper/Shared/InterfaceTypes.hs +++ b/src/CabalHelper/Shared/InterfaceTypes.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2018 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/CabalHelper/Shared/Sandbox.hs b/src/CabalHelper/Shared/Sandbox.hs index 52484e0..7a5f236 100644 --- a/src/CabalHelper/Shared/Sandbox.hs +++ b/src/CabalHelper/Shared/Sandbox.hs @@ -1,3 +1,4 @@ +-- cabal-helper: Simple interface to Cabal's configuration state -- Copyright (C) 2015-2017 Daniel Gröber -- -- This program is free software: you can redistribute it and/or modify -- cgit v1.2.3