1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:20:21 -07:00

crypto/x509: add missing copyright

Change-Id: Ida3b431a06527f6cd604ab4af5ce517959c8619b
Reviewed-on: https://go-review.googlesource.com/2306
Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
Mikio Hara 2015-01-05 15:29:10 +09:00
parent 35132a6be8
commit a1053ed610

View File

@ -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.
package x509
import "testing"