Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a3bb2461
...
a3bb24610c1579ff7c45c27cdd76bb1009d4a9df
authored
2005-02-25 16:33:56 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated copyright date
1 parent
5a7943fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
mail/mail.c
mail/mail.c
View file @
a3bb246
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -522,7 +523,7 @@ int
mail_warranty
(
int
argc
ARG_UNUSED
,
char
**
argv
ARG_UNUSED
)
{
fputs
(
_
(
"GNU Mailutils -- a suite of utilities for electronic mail
\n
"
"Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
\n\n
"
),
"Copyright (C) 1999, 2000, 2001, 2002, 2003
, 2004, 2005
Free Software Foundation, Inc.
\n\n
"
),
ofile
);
fputs
(
_
(
" GNU Mailutils is free software; you can redistribute it and/or modify
\n
"
...
...
Please
register
or
sign in
to post a comment