Skip to content

Commit 8cf1700

Browse files
committed
Fix the transition copyright years
1 parent 3411343 commit 8cf1700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/conf.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3683,8 +3683,8 @@ std::string cls_config::cat_desc(enum PARM_CAT pcat, bool shrt) {
36833683
void cls_config::usage(void)
36843684
{
36853685
printf("Motion version %s\n",PACKAGE_VERSION);
3686-
printf("Copyright 2016-2026 Motion-Project maintainers\n");
3687-
printf("Copyright 2000-2015 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen\n");
3686+
printf("Copyright 2014-2026 Motion-Project maintainers\n");
3687+
printf("Copyright 2000-2014 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen\n");
36883688
printf("\nusage:\tmotion [options]\n");
36893689
printf("\n\n");
36903690
printf("Possible options:\n\n");

0 commit comments

Comments
 (0)