Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/getterm/version.c

    rd9faae91 r390d80d  
    4040#include "version.h"
    4141
    42 static const char *copyright = STRING(COPYRIGHT);
    4342static const char *release = STRING(RELEASE);
    4443static const char *name = STRING(NAME);
     
    6261        printf("HelenOS release %s (%s)%s%s\n", release, name, revision, timestamp);
    6362        printf("Running on %s (%s)\n", arch, term);
    64         printf("%s\n\n", copyright);
     63        printf("Copyright (c) 2001-2011 HelenOS project\n\n");
    6564}
    6665
Note: See TracChangeset for help on using the changeset viewer.