mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 20:03:28 +00:00
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:
@@ -118,7 +118,7 @@ long_usage -->
|
|||||||
io__progname_base("mprof", ProgName),
|
io__progname_base("mprof", ProgName),
|
||||||
{ library__version(Version) },
|
{ library__version(Version) },
|
||||||
io__write_strings(["Mercury Profiler, version ", Version, "\n"]),
|
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("\n"),
|
||||||
io__write_string("Usage: "),
|
io__write_string("Usage: "),
|
||||||
io__write_string(ProgName),
|
io__write_string(ProgName),
|
||||||
|
|||||||
Reference in New Issue
Block a user