Update year in copyright notice.
Showing
2 changed files
with
6 additions
and
2 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. |
3 | 3 | ||
4 | GNU Mailutils is free software; you can redistribute it and/or modify | 4 | GNU Mailutils is free software; you can redistribute it and/or modify |
5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
... | @@ -503,7 +503,7 @@ mail_warranty (int argc, char **argv) | ... | @@ -503,7 +503,7 @@ mail_warranty (int argc, char **argv) |
503 | (void)argc; (void)argv; | 503 | (void)argc; (void)argv; |
504 | 504 | ||
505 | fputs (_("GNU Mailutils -- a suite of utilities for electronic mail\n" | 505 | fputs (_("GNU Mailutils -- a suite of utilities for electronic mail\n" |
506 | "Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.\n\n"), | 506 | "Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.\n\n"), |
507 | ofile); | 507 | ofile); |
508 | fputs ( | 508 | fputs ( |
509 | _(" GNU Mailutils is free software; you can redistribute it and/or modify\n" | 509 | _(" GNU Mailutils is free software; you can redistribute it and/or modify\n" | ... | ... |
-
Please register or sign in to post a comment