I missed this one last time.

profiler/mercury_profile.m:
	Update the copyright date in long version of the usage message.
This commit is contained in:
Julien Fischer
2004-01-21 01:27:32 +00:00
parent f5b0d0c4e9
commit 0de782a385

View File

@@ -118,7 +118,7 @@ long_usage -->
io__progname_base("mprof", ProgName),
{ library__version(Version) },
io__write_strings(["Mercury Profiler, version ", Version, "\n"]),
io__write_string("Copyright (C) 1995-2002 The University of Melbourne\n"),
io__write_string("Copyright (C) 1995-2004 The University of Melbourne\n"),
io__write_string("\n"),
io__write_string("Usage: "),
io__write_string(ProgName),