Bah it's a new year!

This commit is contained in:
James R 2020-01-16 16:45:52 -08:00
parent 2edd207624
commit b603266086

View file

@ -1,5 +1,5 @@
/* /*
Copyright 2019 James R. Copyright 2020 James R.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -42,7 +42,7 @@ main (int ac, char **av)
(void)ac; (void)ac;
(void)av; (void)av;
fputs( fputs(
"Copyright 2019 James R.\n" "Copyright 2020 James R.\n"
"All rights reserved.\n" "All rights reserved.\n"
"\n" "\n"
"Usage: musicdef-2.2.1 < old-MUSICDEF > new-MUSICDEF\n" "Usage: musicdef-2.2.1 < old-MUSICDEF > new-MUSICDEF\n"