diff options
Diffstat (limited to 'Build/source/utils/autosp/autosp-src/autosp.c')
-rw-r--r-- | Build/source/utils/autosp/autosp-src/autosp.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/utils/autosp/autosp-src/autosp.c b/Build/source/utils/autosp/autosp-src/autosp.c index 45e6598346f..ce6f58c6506 100644 --- a/Build/source/utils/autosp/autosp-src/autosp.c +++ b/Build/source/utils/autosp/autosp-src/autosp.c @@ -1,6 +1,6 @@ -char version[12] = "2021-01-07"; +char version[12] = "2023-10-07"; -/* Copyright (C) 2014-21 R. D. Tennent School of Computing, +/* Copyright (C) 2014-23 R. D. Tennent School of Computing, * Queen's University, rdt@cs.queensu.ca * * This program is free software; you can redistribute it @@ -123,7 +123,6 @@ usage () { printf ("Usage: autosp [-v | --version | -h | --help]\n"); printf (" autosp [-d | --dotted] [-l | --log] infile[.aspc] [outfile[.tex]]\n"); - printf (" autosp [-d | --dotted] [-l | --log] infile.tex outfile[.tex]\n"); } @@ -143,8 +142,8 @@ int main (int argc, char *argv[]) }; printf ("This is autosp, version %s.\n", version); - printf ("Copyright (C) 2014-20 R. D. Tennent\n" ); - printf ("School of Computing, Queen's University, rdt@cs.queensu.ca\n" ); + printf ("Copyright (C) 2014-23 R. D. Tennent\n" ); + printf ("School of Computing, Queen's University, rdtennent@gmail.com\n" ); printf ("License GNU GPL version 2 or later <http://gnu.org/licences/gpl.html>.\n" ); printf ("There is NO WARRANTY, to the extent permitted by law.\n\n" ); |