From bd10c3c4ef8bcd7e7e5d95c2b6e9e6dcea90cfc6 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 21 Jun 2019 11:06:47 +0200 Subject: [PATCH] Update copyright in commandline notices --- src-brittany/Main.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-brittany/Main.hs b/src-brittany/Main.hs index 8bbd111..dd4871f 100644 --- a/src-brittany/Main.hs +++ b/src-brittany/Main.hs @@ -114,7 +114,8 @@ helpDoc = PP.vcat $ List.intersperse licenseDoc :: PP.Doc licenseDoc = PP.vcat $ List.intersperse (PP.text "") - [ parDoc $ "Copyright (C) 2016-2017 Lennart Spitzner" + [ parDoc $ "Copyright (C) 2016-2019 Lennart Spitzner" + , parDoc $ "Copyright (C) 2019 PRODA LTD" , parDocW [ "This program is free software: you can redistribute it and/or modify" , "it under the terms of the GNU Affero General Public License," @@ -194,7 +195,8 @@ mainCmdParser helpDesc = do when printVersion $ do do putStrLn $ "brittany version " ++ showVersion version - putStrLn $ "Copyright (C) 2016-2018 Lennart Spitzner" + putStrLn $ "Copyright (C) 2016-2019 Lennart Spitzner" + putStrLn $ "Copyright (C) 2019 PRODA LTD" putStrLn $ "There is NO WARRANTY, to the extent permitted by law." System.Exit.exitSuccess when printHelp $ do