From f595bf7a06794b85c26cb0d237f6fa614783a48b Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 12 May 2013 16:09:52 +0200 Subject: [PATCH] Set license on test files --- client.go | 4 ++++ client_test.go | 4 ++++ dns_test.go | 4 ++++ dnssec_test.go | 4 ++++ dyn_test.go | 4 ++++ example_test.go | 4 ++++ labels_test.go | 4 ++++ nsec3_test.go | 4 ++++ parse_test.go | 4 ++++ server_test.go | 4 ++++ zone_test.go | 4 ++++ 11 files changed, 44 insertions(+) diff --git a/client.go b/client.go index 69bd1921..2482c58c 100644 --- a/client.go +++ b/client.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns // A client implementation. diff --git a/client_test.go b/client_test.go index e96ff7c3..e4a63329 100644 --- a/client_test.go +++ b/client_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/dns_test.go b/dns_test.go index 8638e906..df3d48eb 100644 --- a/dns_test.go +++ b/dns_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/dnssec_test.go b/dnssec_test.go index 4228d1a8..9456744f 100644 --- a/dnssec_test.go +++ b/dnssec_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/dyn_test.go b/dyn_test.go index 09986a5e..3868cb0c 100644 --- a/dyn_test.go +++ b/dyn_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns // Find better solution diff --git a/example_test.go b/example_test.go index dc2283d7..a6d9af4b 100644 --- a/example_test.go +++ b/example_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/labels_test.go b/labels_test.go index e0ee1bd4..77f17f5e 100644 --- a/labels_test.go +++ b/labels_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/nsec3_test.go b/nsec3_test.go index 37c45484..911ab382 100644 --- a/nsec3_test.go +++ b/nsec3_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/parse_test.go b/parse_test.go index 60ff37f8..e14de117 100644 --- a/parse_test.go +++ b/parse_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/server_test.go b/server_test.go index b6e93f51..36dd61a9 100644 --- a/server_test.go +++ b/server_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import ( diff --git a/zone_test.go b/zone_test.go index de4c1c33..22338fd7 100644 --- a/zone_test.go +++ b/zone_test.go @@ -1,3 +1,7 @@ +// Copyright 2011 Miek Gieben. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package dns import "testing"