# # # patch "cmd.cc" # from [ffd26db4366b8d5ae780dada8a7782d6927601f8] # to [cfaa5d58e45e55e98079b3d8c4153332eb8abd33] # ============================================================ --- cmd.cc ffd26db4366b8d5ae780dada8a7782d6927601f8 +++ cmd.cc cfaa5d58e45e55e98079b3d8c4153332eb8abd33 @@ -762,6 +762,11 @@ CMD_HIDDEN(manpage, "manpage", "", CMD_R << "\n\n"; cout << _("Nowadays, monotone is maintained by a collective of enthusiastic " "programmers, known as the monotone developement team.") << "\n"; + + cout << man_section("Copyright"); + cout << (F("monotone and this man page is Copyright (c) 2004 - %s by " + "the monotone development team.") + % date_t::now().as_formatted_localtime("%Y")).str() << "\n"; } // There isn't really a better place for this function.