diff --git a/docs/melt.1 b/docs/melt.1
index a51d87fca..ad87eb78a 100644
--- a/docs/melt.1
+++ b/docs/melt.1
@@ -154,7 +154,7 @@ Add a video\-only track
.PP
For more help:
.SH COPYRIGHT
-Copyright \(co 2002\-2024 Meltytech, LLC
+Copyright \(co 2002\-2025 Meltytech, LLC
.br
This is free software; see the source for copying conditions. There is NO
diff --git a/src/melt/melt.c b/src/melt/melt.c
index 49b6c4faa..b44f88de1 100644
--- a/src/melt/melt.c
+++ b/src/melt/melt.c
@@ -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"
"\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",