diff options
author | Peter Johnson <peter@tortall.net> | 2003-03-27 06:25:11 +0000 |
---|---|---|
committer | Peter Johnson <peter@tortall.net> | 2003-03-27 06:25:11 +0000 |
commit | 4abb80159f94be5c91f30caefa7aca72465d0d0f (patch) | |
tree | 4d26d90d3f0963a101886848ac87b55ddd808df3 | |
parent | aafd639a34273f7bfc23eaac50e2b5611c7292b5 (diff) | |
download | yasm-4abb80159f94be5c91f30caefa7aca72465d0d0f.tar.gz |
Bump copyright year range (need to do this on trunk as well).v0.2.0
svn path=/branches/YASM_0_2/; revision=895
-rw-r--r-- | yasm/frontends/yasm/yasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yasm/frontends/yasm/yasm.c b/yasm/frontends/yasm/yasm.c index 1463a066..68a431e5 100644 --- a/yasm/frontends/yasm/yasm.c +++ b/yasm/frontends/yasm/yasm.c @@ -107,7 +107,7 @@ static opt_option options[] = /* version message */ /*@observer@*/ static const char *version_msg[] = { PACKAGE " " VERSION "\n", - N_("Copyright (c) 2001-2002 Peter Johnson and other"), " " PACKAGE " ", + N_("Copyright (c) 2001-2003 Peter Johnson and other"), " " PACKAGE " ", N_("developers.\n"), N_("This program is free software; you may redistribute it under the\n"), N_("terms of the GNU General Public License. Portions of this program\n"), |