summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-05 14:35:11 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-05 14:35:11 +0000
commit4a3e38f09949c92947e227122e227ef311a1e170 (patch)
tree7952c23bdba7a5a6c87bac5cbdc13a6c05364063 /main.c
parent6033893cb58a49f3bcada5caa84ab4ffed08d534 (diff)
[unstable] Adding experimental new character set conversion code.
Diffstat (limited to 'main.c')
-rw-r--r--main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.c b/main.c
index 7e7db55e..73220fb9 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,7 @@
static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1999 Thomas Roessler <roessler@guug.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -41,16 +42,15 @@ const char ReachingUs[] = N_("\
To contact the developers, please mail to <mutt-dev@mutt.org>.\n");
const char Notice[] = N_("\
-Copyright (C) 1996-8 Michael R. Elkins and others.\n\
+Copyright (C) 1996-9 Michael R. Elkins and others.\n\
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n\
Mutt is free software, and you are welcome to redistribute it\n\
under certain conditions; type `mutt -vv' for details.\n");
const char Copyright[] = N_("\
-Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n\
-Copyright (C) 1997-8 Thomas Roessler <roessler@guug.de>\n\
-Copyright (C) 1998 Werner Koch <wk@isil.d.shuttle.de>\n\
-Copyright (C) 1998 Ruslan Ermilov <ru@ucb.crimea.ua>\n\
+Copyright (C) 1996-9 Michael R. Elkins <me@cs.hmc.edu>\n\
+Copyright (C) 1997-9 Thomas Roessler <roessler@guug.de>\n\
+Copyright (C) 1998-9 Werner Koch <wk@isil.d.shuttle.de>\n\
\n\
Lots of others not mentioned here contributed lots of code,\n\
fixes, and suggestions.\n\