Changes in uspace/app/getterm/version.c [d9faae91:390d80d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/getterm/version.c
rd9faae91 r390d80d 40 40 #include "version.h" 41 41 42 static const char *copyright = STRING(COPYRIGHT);43 42 static const char *release = STRING(RELEASE); 44 43 static const char *name = STRING(NAME); … … 62 61 printf("HelenOS release %s (%s)%s%s\n", release, name, revision, timestamp); 63 62 printf("Running on %s (%s)\n", arch, term); 64 printf(" %s\n\n", copyright);63 printf("Copyright (c) 2001-2011 HelenOS project\n\n"); 65 64 } 66 65
Note:
See TracChangeset
for help on using the changeset viewer.