aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 20:06:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 20:06:20 -0700
commit5a8a17158c51fcbddddd4f6a82bd1a28cd7808b5 (patch)
treefcc2cbb67767e00a053b16caccb0b539e499c55e
parent81794a35e80b76ff4fddbf22a94fa3980faa4003 (diff)
downloadsscan-5a8a17158c51fcbddddd4f6a82bd1a28cd7808b5.tar.gz
Stop adding document author metadata
-rw-r--r--Main.hs3
-rw-r--r--NEWS.md2
2 files changed, 2 insertions, 3 deletions
diff --git a/Main.hs b/Main.hs
index 412b237..5a5bb3f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -117,9 +117,6 @@ processScanSessDir st dir = withCurrentDirectory dir $ do
in unlines [ "InfoBegin"
, "InfoKey: Title"
, "InfoValue: scan of " ++ date
- , "InfoBegin"
- , "InfoKey: Author"
- , "InfoValue: spw"
]
makeInitialState :: IO St
diff --git a/NEWS.md b/NEWS.md
index b9c2622..7534b56 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,8 @@
- README tweaks.
- Switch CHANGELOG to NEWS.md.
+- Stop adding document author metadata.
+ Previously, the author's own initials were hardcoded into sscan.
0.1 (2017-03-12)
----------------