Index: uspace/app/hdisk/hdisk.c
===================================================================
--- uspace/app/hdisk/hdisk.c	(revision f6c8fca598545918033eeed9f8e4e8b40bb4ce19)
+++ uspace/app/hdisk/hdisk.c	(revision 622a50b2ad6b03b1b08ffc5a507e070f239fbe58)
@@ -200,5 +200,5 @@
 		"\t 'f' \t\t Switch the format of the partition table."
 		"\t 'h' \t\t Prints help. See help for more.\n"
-		"\t 'n' \t\t Create new partition table (discarding the old one).\n"
+		"\t 'n' \t\t Create new table (discarding the old one).\n"
 		"\t 'p' \t\t Prints the table contents.\n"
 		"\t 'w' \t\t Write table to disk.\n"
Index: uspace/lib/gpt/libgpt.h
===================================================================
--- uspace/lib/gpt/libgpt.h	(revision f6c8fca598545918033eeed9f8e4e8b40bb4ce19)
+++ uspace/lib/gpt/libgpt.h	(revision 622a50b2ad6b03b1b08ffc5a507e070f239fbe58)
@@ -1,4 +1,5 @@
 /*
- * Copyright (c) 2009 Jiri Svoboda, 2011, 2012, 2013 Dominik Taborsky
+ * Copyright (c) 2011, 2012, 2013 Dominik Taborsky
+ * Copyright (c) 2009 Jiri Svoboda (for some definitions from uspace/srv/bd/part/guid_part)
  * All rights reserved.
  *
Index: uspace/lib/mbr/libmbr.h
===================================================================
--- uspace/lib/mbr/libmbr.h	(revision f6c8fca598545918033eeed9f8e4e8b40bb4ce19)
+++ uspace/lib/mbr/libmbr.h	(revision 622a50b2ad6b03b1b08ffc5a507e070f239fbe58)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2011, 2012, 2013 Dominik Taborsky
+ * Copyright (c) 2009 Jiri Svoboda (for some definitions from uspace/srv/bd/part/mbr_part)
  * All rights reserved.
  *
