Remove Copyrights from there

This commit is contained in:
Miek Gieben 2014-09-11 20:53:14 +01:00
parent 24296ac36e
commit cf89d7a324
3 changed files with 6 additions and 9 deletions

6
COPYRIGHT Normal file
View File

@ -0,0 +1,6 @@
Copyright 2009 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.
Extensions of the original work are copyright (c) 2011 Miek Gieben
Copyright 2014 CloudFlare. All rights reserved. Use of this source code is
governed by a BSD-style license that can be found in the LICENSE file.

View File

@ -499,12 +499,7 @@ func TestSignVerifyECDSA2(t *testing.T) {
}
}
// Copyright 2014 CloudFlare. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Here the test vectors from the relevant RFCs are checked.
// rfc6605 6.1
func TestRFC6605P256(t *testing.T) {
exDNSKEY := `example.net. 3600 IN DNSKEY 257 3 13 (

View File

@ -1210,10 +1210,6 @@ func TestDynamicUpdateParsing(t *testing.T) {
}
}
// Copyright 2014 CloudFlare. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
type algorithm struct {
name uint8
bits int