From 5a8a17158c51fcbddddd4f6a82bd1a28cd7808b5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 27 Jan 2020 20:06:20 -0700 Subject: Stop adding document author metadata --- Main.hs | 3 --- NEWS.md | 2 ++ 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) ---------------- -- cgit v1.2.3