From eb0acbc48e683362829ec83c791772ab0d327482 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 27 Feb 2017 10:02:24 -0700 Subject: add synopsis and GPL headers --- Types/Preset.hs | 23 +++++++++++++++++++++++ Types/State.hs | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) (limited to 'Types') diff --git a/Types/Preset.hs b/Types/Preset.hs index 84b4394..407db94 100644 --- a/Types/Preset.hs +++ b/Types/Preset.hs @@ -1,3 +1,26 @@ +{- + +sscan --- text UI for scanning with SANE + +Copyright (C) 2017 Sean Whitton + +This file is part of sscan. + +sscan 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. + +sscan 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 sscan. If not, see . + +-} + module Types.Preset where import qualified Data.Text as T diff --git a/Types/State.hs b/Types/State.hs index 1ec6c56..2e86fab 100644 --- a/Types/State.hs +++ b/Types/State.hs @@ -1,3 +1,26 @@ +{- + +sscan --- text UI for scanning with SANE + +Copyright (C) 2017 Sean Whitton + +This file is part of sscan. + +sscan 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. + +sscan 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 sscan. If not, see . + +-} + {-# LANGUAGE TemplateHaskell #-} module Types.State where -- cgit v1.2.3