aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)
----------------