summaryrefslogtreecommitdiffstats
path: root/include/query/wss.h
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/query/wss.h
parent355ddd7b595fce201c305caecea415ab325e170e (diff)
downloaddynamic-extension-357cab549c2ed33970562b84ff6f83923742343d.tar.gz
Comment and License updates
Diffstat (limited to 'include/query/wss.h')
-rw-r--r--include/query/wss.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/query/wss.h b/include/query/wss.h
index 794485c..4c8861e 100644
--- a/include/query/wss.h
+++ b/include/query/wss.h
@@ -1,10 +1,13 @@
/*
- * include/query/rangequery.h
+ * include/query/wss.h
*
- * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
+ * 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 query class for weighted set sampling. This
+ * class is tightly coupled with include/shard/Alias.h,
+ * and so is probably of limited general utility.
*/
#pragma once