diff options
Diffstat (limited to 'libgo/go/crypto/md5/md5block.go')
-rw-r--r-- | libgo/go/crypto/md5/md5block.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/go/crypto/md5/md5block.go b/libgo/go/crypto/md5/md5block.go index 3e739e3..c1a87e4 100644 --- a/libgo/go/crypto/md5/md5block.go +++ b/libgo/go/crypto/md5/md5block.go @@ -1,3 +1,7 @@ +// Copyright 2013 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. + // DO NOT EDIT. // Generate with: go run gen.go -full | gofmt >md5block.go |