Skip to content

Commit

Permalink
update copyright to year 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 19, 2025
1 parent d6eaddc commit 2b650c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/melt.1
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Add a video\-only track
.PP
For more help: <https://www.mltframework.org/>
.SH COPYRIGHT
Copyright \(co 2002\-2024 Meltytech, LLC
Copyright \(co 2002\-2025 Meltytech, LLC
<https://www.mltframework.org/>
.br
This is free software; see the source for copying conditions. There is NO
Expand Down
2 changes: 1 addition & 1 deletion src/melt/melt.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ int main(int argc, char **argv)
} else if (!strcmp(argv[i], "-version") || !strcmp(argv[i], "--version")) {
fprintf(stdout,
"%s " VERSION "\n"
"Copyright (C) 2002-2024 Meltytech, LLC\n"
"Copyright (C) 2002-2025 Meltytech, LLC\n"
"<https://www.mltframework.org/>\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
Expand Down

0 comments on commit 2b650c6

Please sign in to comment.