From 4c4c4a11749235fbf2f570271fef977a3732e9b4 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sun, 2 Dec 2012 12:45:13 +0100 Subject: [PATCH] pkg/cryptstate/ocb2: add missing copyright header. --- pkg/cryptstate/ocb2/ocb2.go | 4 ++++ pkg/cryptstate/ocb2/ocb2_test.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pkg/cryptstate/ocb2/ocb2.go b/pkg/cryptstate/ocb2/ocb2.go index 724ad12..ce22a7b 100644 --- a/pkg/cryptstate/ocb2/ocb2.go +++ b/pkg/cryptstate/ocb2/ocb2.go @@ -1,3 +1,7 @@ +// Copyright (c) 2012 The Grumble Authors +// The use of this source code is goverened by a BSD-style +// license that can be found in the LICENSE-file. + // Package ocb2 implements the version 2 of the OCB authenticated-encryption algorithm. // OCB2 is specified in http://www.cs.ucdavis.edu/~rogaway/papers/draft-krovetz-ocb-00.txt. // diff --git a/pkg/cryptstate/ocb2/ocb2_test.go b/pkg/cryptstate/ocb2/ocb2_test.go index 6862ec6..60d5a8f 100644 --- a/pkg/cryptstate/ocb2/ocb2_test.go +++ b/pkg/cryptstate/ocb2/ocb2_test.go @@ -1,3 +1,7 @@ +// Copyright (c) 2012 The Grumble Authors +// The use of this source code is goverened by a BSD-style +// license that can be found in the LICENSE-file. + package ocb2 import (