mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-09 02:43:21 +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),
|
||||
{ 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),
|
||||
|
||||
Reference in New Issue
Block a user