summaryrefslogtreecommitdiff
path: root/gpt.cc
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2018-07-05 09:07:58 -0400
committerRod Smith <rodsmith@rodsbooks.com>2018-07-05 09:07:58 -0400
commit44cda477dfe10ced50fdd585252e396dc86501c3 (patch)
tree6fccffae89869e8ff8192dc2021c37c8f3c7f7b7 /gpt.cc
parent45f012b6f8d73a16b5e59891f5f9891fbfda0e54 (diff)
downloadsgdisk-44cda477dfe10ced50fdd585252e396dc86501c3.tar.gz
Added search/filter feature to "L" function to display partition type
codes.
Diffstat (limited to 'gpt.cc')
-rw-r--r--gpt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.cc b/gpt.cc
index 163e81e..c054460 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -3,7 +3,7 @@
/* By Rod Smith, initial coding January to February, 2009 */
-/* This program is copyright (c) 2009-2013 by Roderick W. Smith. It is distributed
+/* This program is copyright (c) 2009-2018 by Roderick W. Smith. It is distributed
under the terms of the GNU GPL version 2, as detailed in the COPYING file. */
#define __STDC_LIMIT_MACROS