We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125d477 commit 45c068bCopy full SHA for 45c068b
Execs/Main.hs
@@ -1,4 +1,4 @@
1
-{- Copyright 2013-2022 NGLess Authors
+{- Copyright 2013-2023 NGLess Authors
2
- License: MIT
3
-}
4
module Main
@@ -359,7 +359,7 @@ modeExec (CmdArgs.CheckInstallMode verbose) = runNGLessIO "Checking install" $ d
359
main' = do
360
let metainfo = fullDesc <> footer foottext <> progDesc "ngless implement the NGLess language"
361
foottext = concat [
362
- "ngless v", Version.versionStrLong, "(C) NGLess Authors 2013-2022\n",
+ "ngless v", Version.versionStrLong, "(C) NGLess Authors 2013-2023\n",
363
"For more information:\n",
364
"\thttps://ngless.embl.de/\n",
365
"For comments/discussion:\n",
0 commit comments