summaryrefslogtreecommitdiffstats
path: root/enc/b64.go
diff options
context:
space:
mode:
Diffstat (limited to 'enc/b64.go')
-rw-r--r--enc/b64.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/b64.go b/enc/b64.go
index 0ea0a4c..de9c3a3 100644
--- a/enc/b64.go
+++ b/enc/b64.go
@@ -1,3 +1,6 @@
+// Copyright © 2020 rsiddharth <s@ricketyspace.net>
+// SPDX-License-Identifier: ISC
+
package enc
const b64_table = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"