aboutsummaryrefslogtreecommitdiff
path: root/signature.cpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-30 20:20:39 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-30 20:20:39 -0400
commit6e389e62d381f65602a890f03b32bcd41ad983d9 (patch)
tree0cbf05a7b2d4852c13a8ff2f6f6414b5cbe97a56 /signature.cpp
parent8cbd8ff531bf2c1c98ee8141981c95d6950a8175 (diff)
downloaddeduper-6e389e62d381f65602a890f03b32bcd41ad983d9.tar.xz
Add proper readme and license.
Diffstat (limited to 'signature.cpp')
-rw-r--r--signature.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/signature.cpp b/signature.cpp
index 8a5579e..a356102 100644
--- a/signature.cpp
+++ b/signature.cpp
@@ -1,10 +1,12 @@
+//Chris Xiong 2022
+//License: MPL-2.0
/* Based on
* H. Chi Wong, M. Bern and D. Goldberg,
* "An image signature for any kind of image," Proceedings.
* International Conference on Image Processing, 2002, pp. I-I,
* doi: 10.1109/ICIP.2002.1038047.
* and
- * libpuzzle (which is also based on the article above).
+ * libpuzzle (also an implementation of the article above).
*/
#include <algorithm>