summaryrefslogtreecommitdiff
path: root/support.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 /support.cc
parent45f012b6f8d73a16b5e59891f5f9891fbfda0e54 (diff)
downloadsgdisk-44cda477dfe10ced50fdd585252e396dc86501c3.tar.gz
Added search/filter feature to "L" function to display partition type
codes.
Diffstat (limited to 'support.cc')
-rw-r--r--support.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/support.cc b/support.cc
index bc91c6e..d47965a 100644
--- a/support.cc
+++ b/support.cc
@@ -3,7 +3,7 @@
// Primarily by Rod Smith, February 2009, but with a few functions
// copied from other sources (see attributions below).
-/* 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