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
84277968
...
84277968048a81587e84166daa6f76e9d00c70b6
authored
2003-01-12 16:47:20 +0000
by
Jordi Mallach
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update year in copyright notice.
1 parent
f962cc78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
ChangeLog
mail/mail.c
ChangeLog
View file @
8427796
2003
-
01
-
12
Jordi
Mallach
<
jordi
@gnu
.
org
>
*
mail
/
mail
.
c
:
Update
year
in
copyright
notice
.
2003
-
01
-
12
Sergey
Poznyakoff
*
imap4d
/
fetch
.
c
:
Properly
quote
return
strings
.
...
...
mail/mail.c
View file @
8427796
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002
, 2003
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
...
...
@@ -503,7 +503,7 @@ mail_warranty (int argc, char **argv)
(
void
)
argc
;
(
void
)
argv
;
fputs
(
_
(
"GNU Mailutils -- a suite of utilities for electronic mail
\n
"
"Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
\n\n
"
),
"Copyright (C) 1999, 2000, 2001, 2002
, 2003
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