summaryrefslogtreecommitdiffhomepage
path: root/mixutils/mixasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mixutils/mixasm.c')
-rw-r--r--mixutils/mixasm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/mixutils/mixasm.c b/mixutils/mixasm.c
index c8ece5b..3f21b02 100644
--- a/mixutils/mixasm.c
+++ b/mixutils/mixasm.c
@@ -1,7 +1,9 @@
/* -*-c-*- -------------- mixasm.c:
* Main function of mixasm, the mix assembler
* ------------------------------------------------------------------
- * Copyright (C) 2000 Free Software Foundation, Inc.
+ * $Id: mixasm.c,v 1.3 2001/09/28 23:10:45 jao Exp $
+ * ------------------------------------------------------------------
+ * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
*
* 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
@@ -84,8 +86,7 @@ main (int argc, char **argv)
fprintf (stderr, _(USAGE_), prog_name);
return EXIT_SUCCESS;
case VER_OPT:
- fprintf (stderr, _("%s %s, MIX compiler.\n"), prog_name, VERSION);
- fprintf (stderr, MIX_GPL_LICENSE);
+ mix_print_license ("mixasm, MIX assembler");
return EXIT_SUCCESS;
case OUT_OPT:
out = optarg;