From 71c0c28ceda9e63d6bd9024215a2fa43015b3836 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Wed, 16 Oct 2013 13:40:15 -0700 Subject: [PATCH] copyright hygiene --- test/auth_test.go | 2 ++ test/bench_test.go | 2 ++ test/gosrv_test.go | 2 ++ test/log_test.go | 2 ++ test/monitor_test.go | 2 ++ test/pedantic_test.go | 2 ++ test/pid_test.go | 2 ++ test/ping_test.go | 2 ++ test/proto_test.go | 2 ++ test/routes_test.go | 2 ++ test/test.go | 2 ++ test/verbose_test.go | 2 ++ 12 files changed, 24 insertions(+) diff --git a/test/auth_test.go b/test/auth_test.go index 36a356b3..bc623d46 100644 --- a/test/auth_test.go +++ b/test/auth_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/bench_test.go b/test/bench_test.go index f7353857..0b51c54d 100644 --- a/test/bench_test.go +++ b/test/bench_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/gosrv_test.go b/test/gosrv_test.go index 74213ff2..fceb72cf 100644 --- a/test/gosrv_test.go +++ b/test/gosrv_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/log_test.go b/test/log_test.go index bbbccb60..3e06ac2f 100644 --- a/test/log_test.go +++ b/test/log_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/monitor_test.go b/test/monitor_test.go index 70846cf6..1559028b 100644 --- a/test/monitor_test.go +++ b/test/monitor_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/pedantic_test.go b/test/pedantic_test.go index c7ac3c5e..cf00aa99 100644 --- a/test/pedantic_test.go +++ b/test/pedantic_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/pid_test.go b/test/pid_test.go index 3287a4c3..e37c497f 100644 --- a/test/pid_test.go +++ b/test/pid_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/ping_test.go b/test/ping_test.go index 706654bb..e10ddbad 100644 --- a/test/ping_test.go +++ b/test/ping_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/proto_test.go b/test/proto_test.go index a63063dc..3e335070 100644 --- a/test/proto_test.go +++ b/test/proto_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/routes_test.go b/test/routes_test.go index 94c1faaf..3e78c9ca 100644 --- a/test/routes_test.go +++ b/test/routes_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/test.go b/test/test.go index f64172f4..b46fb9ce 100644 --- a/test/test.go +++ b/test/test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import ( diff --git a/test/verbose_test.go b/test/verbose_test.go index d675c955..a16ede36 100644 --- a/test/verbose_test.go +++ b/test/verbose_test.go @@ -1,3 +1,5 @@ +// Copyright 2012-2013 Apcera Inc. All rights reserved. + package test import (