mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Bah it's a new year!
This commit is contained in:
parent
2edd207624
commit
b603266086
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue