summaryrefslogtreecommitdiffstats
path: root/include/util
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-11-07 15:34:24 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2023-11-07 15:34:24 -0500
commit357cab549c2ed33970562b84ff6f83923742343d (patch)
tree0400b0cbb150821adc8733c55e675d470b993c89 /include/util
parent355ddd7b595fce201c305caecea415ab325e170e (diff)
downloaddynamic-extension-357cab549c2ed33970562b84ff6f83923742343d.tar.gz
Comment and License updates
Diffstat (limited to 'include/util')
-rw-r--r--include/util/Cursor.h2
-rw-r--r--include/util/bf_config.h4
-rw-r--r--include/util/types.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/util/Cursor.h b/include/util/Cursor.h
index 00afaab..be7ab32 100644
--- a/include/util/Cursor.h
+++ b/include/util/Cursor.h
@@ -4,7 +4,7 @@
* Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
* Dong Xie <dongx@psu.edu>
*
- * All rights reserved. Published under the Modified BSD License.
+ * Distributed under the Modified BSD License.
*
* A simple record cursor type with associated methods for help in
* merging record sets when constructing shards.
diff --git a/include/util/bf_config.h b/include/util/bf_config.h
index 4de465d..fdf2195 100644
--- a/include/util/bf_config.h
+++ b/include/util/bf_config.h
@@ -4,10 +4,10 @@
* Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
* Dong Xie <dongx@psu.edu>
*
- * All rights reserved. Published under the Modified BSD License.
+ * Distributed under the Modified BSD License.
*
* Global parameters for configuring bloom filters used as auxiliary
- * structures on shards within the framework. The bloom filters themselves
+ * structures on shards within the framework. The bloom filter class
* can be found in
*
* $PROJECT_ROOT/external/psudb-common/cpp/include/psu-ds/BloomFilter.h
diff --git a/include/util/types.h b/include/util/types.h
index b7f9607..3908174 100644
--- a/include/util/types.h
+++ b/include/util/types.h
@@ -3,7 +3,7 @@
*
* Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
*
- * All rights reserved. Published under the Modified BSD License.
+ * Distributed under the Modified BSD License.
*
* A centralized header file for various data types used throughout the
* code base. There are a few very specific types, such as header formats,