X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=example%2Fmdate.c;h=9f8103f9ebc63f6ce6e11ba76e187e5ffe18df8a;hb=3456d9ce9577f5a994f70640f6f0273f0b4d3b97;hp=a14d9860edd4f20537f7cd8b4d0a39263814d4a5;hpb=8b6760a5c4e0bf47f66d97052ab746d4c2844fb2;p=m17n%2Fm17n-lib.git diff --git a/example/mdate.c b/example/mdate.c index a14d986..9f8103f 100644 --- a/example/mdate.c +++ b/example/mdate.c @@ -1,5 +1,5 @@ /* mdate.c -- Show system date/time in all locales. -*- coding: euc-jp; -*- - Copyright (C) 2003, 2004 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 02111-1307, USA. */ /***en @@ -82,8 +82,6 @@ #include #include -#define VERSION "1.2.0" - /* Return a plist of all locales currently avairable on the system. The keys and values of the plist are locale name symbols and pointers to MLocale respectively. */ @@ -174,8 +172,8 @@ main (int argc, char **argv) help_exit (argv[0], 0); else if (! strcmp (argv[i], "--version")) { - printf ("m17n-date (m17n library) %s\n", VERSION); - printf ("Copyright (C) 2003 AIST, JAPAN\n"); + printf ("m17n-date (m17n library) %s\n", M17NLIB_VERSION_NAME); + printf ("Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 AIST, JAPAN\n"); exit (0); } else