Skip to content

Commit

Permalink
updated copyright to 20023
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Cripps committed Mar 11, 2023
1 parent 2627224 commit c23c55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ int main(int argc, char **argv)
// dbg_set(Fonts);

if ( ! (f.m_flags & QUIET) )
dbg2(Warning, "tab %s copyright 1995-2020 by Wayne Cripps%c",
dbg2(Warning, "tab %s copyright 1995-2023 by Wayne Cripps%c",
(void *) VERSION,
(void *) NEWLINE );

Expand Down
2 changes: 1 addition & 1 deletion midi_snd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ midi_snd::midi_snd()
buffer = new i_buf();
midi_head();
count = 0;
sprintf(s, "tab %s copyright 1995-2020 by Wayne Cripps", VERSION);
sprintf(s, "tab %s copyright 1995-2023 by Wayne Cripps", VERSION);
text(Copyright, s);
text(Text, "converted by TAB");
instmnt = 0;
Expand Down

0 comments on commit c23c55d

Please sign in to comment.