aboutsummaryrefslogtreecommitdiff
path: root/base64.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-11 10:35:38 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-11 10:35:38 -0400
commit426133915bc1cce66a9421409ffe47e50d1bd0c6 (patch)
treed265b65898c4fe3afb9e2f2d5e555d93de9c6280 /base64.hpp
parent609c17de008b7a6b817c7c12e214e7ef281d1178 (diff)
downloaddeduper-426133915bc1cce66a9421409ffe47e50d1bd0c6.tar.xz
Add missing copyright info and include guard.
Diffstat (limited to 'base64.hpp')
-rw-r--r--base64.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base64.hpp b/base64.hpp
index 3534b75..aa48fa7 100644
--- a/base64.hpp
+++ b/base64.hpp
@@ -1,3 +1,5 @@
+//Chris Xiong 2022
+//License: MPL-2.0
#include <cstdint>
#include <string>