Index: uspace/app/getterm/version.c
===================================================================
--- uspace/app/getterm/version.c	(revision 390d80d3311996c5f585280d3918fd3f577111a9)
+++ uspace/app/getterm/version.c	(revision 49ff5f3d72bdc099cbcb1c649dfa55c1104f1244)
@@ -40,4 +40,5 @@
 #include "version.h"
 
+static const char *copyright = STRING(COPYRIGHT);
 static const char *release = STRING(RELEASE);
 static const char *name = STRING(NAME);
@@ -61,5 +62,5 @@
 	printf("HelenOS release %s (%s)%s%s\n", release, name, revision, timestamp);
 	printf("Running on %s (%s)\n", arch, term);
-	printf("Copyright (c) 2001-2011 HelenOS project\n\n");
+	printf("%s\n\n", copyright);
 }
 
