From 3cc030abc080a79101998afa5df99e7ef5d4a2fd Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 29 Aug 2020 13:34:32 -0400 Subject: enc/xor.go: add license header --- enc/xor.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'enc/xor.go') diff --git a/enc/xor.go b/enc/xor.go index 423c0a2..fe412b2 100644 --- a/enc/xor.go +++ b/enc/xor.go @@ -1,3 +1,6 @@ +// Copyright © 2020 rsiddharth +// SPDX-License-Identifier: ISC + package enc func FixedXOR(a, b string) string { -- cgit v1.2.3