~jakub/helenos/upa

« back to all changes in this revision

Viewing changes to uspace/app/getterm/version.c

  • Committer: Jakub Jermar
  • Date: 2011-05-12 16:49:44 UTC
  • mfrom: (605.1.334 mainline)
  • Revision ID: jakub@jermar.eu-20110512164944-lf0mddwtjbz3od1h
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
{
61
61
        printf("HelenOS release %s (%s)%s%s\n", release, name, revision, timestamp);
62
62
        printf("Running on %s (%s)\n", arch, term);
63
 
        printf("Copyright (c) 2001-2009 HelenOS project\n\n");
 
63
        printf("Copyright (c) 2001-2010 HelenOS project\n\n");
64
64
}
65
65
 
66
66
/** @}