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:
parent
35132a6be8
commit
a1053ed610
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user