Its 2008.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22428 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-01-13 09:58:05 +00:00
parent be6bcf9800
commit f8574e2b52

View File

@@ -50,6 +50,6 @@ print_version(const char *progname)
if(*package_list == '\0') if(*package_list == '\0')
package_list = "no version information"; package_list = "no version information";
fprintf(stderr, "%s (%s)\n", progname, package_list); fprintf(stderr, "%s (%s)\n", progname, package_list);
fprintf(stderr, "Copyright 1995-2007 Kungliga Tekniska H<>gskolan\n"); fprintf(stderr, "Copyright 1995-2008 Kungliga Tekniska H<>gskolan\n");
fprintf(stderr, "Send bug-reports to %s\n", PACKAGE_BUGREPORT); fprintf(stderr, "Send bug-reports to %s\n", PACKAGE_BUGREPORT);
} }