Skip to content

Commit

Permalink
callbacks: update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Mar 2, 2024
1 parent 42c9e30 commit e914dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ void on_about(GtkMenuItem *menuitem,
"version", PACKAGE_VERSION,
"website", PACKAGE_URL,
"authors", authors,
"copyright", "2009-2023 Christian Beier, Copyright 2000 Simon Budig",
"copyright", "2009-2024 Christian Beier, Copyright 2000 Simon Budig",
"license-type", GTK_LICENSE_GPL_2_0,
NULL);
}
Expand Down

0 comments on commit e914dc0

Please sign in to comment.