Skip to content

Commit 9419663

Browse files
committed
scrypt: add missing license header
Change-Id: I17daa73c1957ed276ee32419248f321e018f5091 Reviewed-on: https://go-review.googlesource.com/67316 Reviewed-by: Kevin Burke <kev@inburke.com>
1 parent 34d0413 commit 9419663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scrypt/example_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package scrypt_test
26

37
import (

0 commit comments

Comments
 (0)