]> granicus.if.org Git - neomutt/commitdiff
fix copyright messages
authorRichard Russon <rich@flatcap.org>
Wed, 1 Nov 2017 02:24:50 +0000 (02:24 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 7 Nov 2017 13:48:46 +0000 (13:48 +0000)
mbyte.c
mbyte.h

diff --git a/mbyte.c b/mbyte.c
index a8fd7752e3c622f592d3bed44ad95ea0c3e5ea48..b3a363cb764849e2641d78ef1e5a65f930bdd7a5 100644 (file)
--- a/mbyte.c
+++ b/mbyte.c
@@ -4,6 +4,7 @@
  *
  * @authors
  * Copyright (C) 2000 Edmund Grimley Evans <edmundo@rano.org>
+ * Copyright (C) 2000 Takashi Takizawa <taki@luna.email.ne.jp>
  *
  * @copyright
  * This program is free software: you can redistribute it and/or modify it under
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/*
- * Japanese support by TAKIZAWA Takashi <taki@luna.email.ne.jp>.
- */
-
 #include "config.h"
 #include <errno.h>
 #include <limits.h>
diff --git a/mbyte.h b/mbyte.h
index 4bc47fbd06fad7f0fc366d5aa4a50afd4f07cba3..90b19ddab33b8052768016d75bba50a8843cb932 100644 (file)
--- a/mbyte.h
+++ b/mbyte.h
@@ -3,6 +3,8 @@
  * Convert strings between multibyte and utf8 encodings
  *
  * @authors
+ * Copyright (C) 2000 Edmund Grimley Evans <edmundo@rano.org>
+ *
  * @copyright
  * 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 the Free Software