Skip to content

Commit

Permalink
scrypt: add missing license header
Browse files Browse the repository at this point in the history
Change-Id: I17daa73c1957ed276ee32419248f321e018f5091
Reviewed-on: https://go-review.googlesource.com/67316
Reviewed-by: Kevin Burke <kev@inburke.com>
  • Loading branch information
kevinburke committed Sep 30, 2017
1 parent 34d0413 commit 9419663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scrypt/example_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package scrypt_test

import (
Expand Down

0 comments on commit 9419663

Please sign in to comment.