summaryrefslogtreecommitdiffstats
path: root/include/util/Cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util/Cursor.h')
-rw-r--r--include/util/Cursor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/util/Cursor.h b/include/util/Cursor.h
index 1cf20e1..00afaab 100644
--- a/include/util/Cursor.h
+++ b/include/util/Cursor.h
@@ -1,11 +1,13 @@
/*
* include/util/Cursor.h
*
- * Copyright (C) 2023 Douglas Rumbaugh <drumbaugh@psu.edu>
+ * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
* Dong Xie <dongx@psu.edu>
*
* All rights reserved. Published under the Modified BSD License.
*
+ * A simple record cursor type with associated methods for help in
+ * merging record sets when constructing shards.
*/
#pragma once