aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-09-26 21:24:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-09-26 21:24:59 -0700
commit0ada277b2ed95cf92fde11fa68f93150656c02a7 (patch)
treeba04bcba06afb7d876e7ece785f37cfc90a50836 /src
parent1931cf14ceac7a4ceda967ca53eabd40500d317e (diff)
downloadpandoc-citeproc-preamble-0ada277b2ed95cf92fde11fa68f93150656c02a7.tar.gz
license text
Diffstat (limited to 'src')
-rw-r--r--src/pandoc-citeproc-preamble.hs24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/pandoc-citeproc-preamble.hs b/src/pandoc-citeproc-preamble.hs
index 9ce221b..8d92af0 100644
--- a/src/pandoc-citeproc-preamble.hs
+++ b/src/pandoc-citeproc-preamble.hs
@@ -1,3 +1,27 @@
+{-
+
+ pandoc-citeproc-preamble --- Insert before the additions made by pandoc-citeproc
+
+ Copyright (C) 2015 Sean Whitton
+
+ This file is part of pandoc-citeproc-preamble.
+
+ pandoc-citeproc-preamble 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.
+
+ pandoc-citeproc-preamble 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 pandoc-citeproc-preamble. If not, see
+ <http://www.gnu.org/licenses/>.
+
+-}
+
import Data.List (isPrefixOf)
import System.Directory (doesFileExist)
import System.FilePath ((<.>), (</>))