From ac9d942afd09c3ae995069f3619647cd4b1a5408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Graf?= Date: Sun, 17 Sep 2017 11:58:17 +0200 Subject: [PATCH] Change license header comment copyright #25 --- cmd/curl.go | 2 +- cmd/curl_test.go | 2 +- cmd/dnsperf.go | 2 +- cmd/dnsperf_test.go | 2 +- cmd/dnsresolve.go | 2 +- cmd/dnsresolve_test.go | 2 +- cmd/internal/runtest.go | 2 +- cmd/internal/runtest_test.go | 2 +- cmd/internal/spinner.go | 2 +- cmd/latency.go | 2 +- cmd/latency_test.go | 2 +- cmd/mtr.go | 2 +- cmd/mtr_test.go | 2 +- cmd/ping.go | 2 +- cmd/ping_test.go | 2 +- cmd/root.go | 2 +- cmd/root_test.go | 2 +- cmd/traceroute.go | 2 +- cmd/traceroute_test.go | 2 +- hack/build-pkgs.sh | 2 +- main.go | 2 +- perfops/client.go | 3 +-- perfops/client_test.go | 2 +- perfops/node.go | 2 +- perfops/run.go | 2 +- perfops/run_test.go | 2 +- 26 files changed, 26 insertions(+), 27 deletions(-) diff --git a/cmd/curl.go b/cmd/curl.go index b017ebb..7f74b40 100644 --- a/cmd/curl.go +++ b/cmd/curl.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/curl_test.go b/cmd/curl_test.go index b422646..6c37b26 100644 --- a/cmd/curl_test.go +++ b/cmd/curl_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/dnsperf.go b/cmd/dnsperf.go index 0d35f70..8d3b2f6 100644 --- a/cmd/dnsperf.go +++ b/cmd/dnsperf.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/dnsperf_test.go b/cmd/dnsperf_test.go index 4098959..acbae12 100644 --- a/cmd/dnsperf_test.go +++ b/cmd/dnsperf_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/dnsresolve.go b/cmd/dnsresolve.go index d523e9a..47e62d6 100644 --- a/cmd/dnsresolve.go +++ b/cmd/dnsresolve.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/dnsresolve_test.go b/cmd/dnsresolve_test.go index 3f3eac9..6c2bb92 100644 --- a/cmd/dnsresolve_test.go +++ b/cmd/dnsresolve_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/internal/runtest.go b/cmd/internal/runtest.go index ff0c3dc..70478ba 100644 --- a/cmd/internal/runtest.go +++ b/cmd/internal/runtest.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/internal/runtest_test.go b/cmd/internal/runtest_test.go index 7ce7a51..258f982 100644 --- a/cmd/internal/runtest_test.go +++ b/cmd/internal/runtest_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/internal/spinner.go b/cmd/internal/spinner.go index 0a86f71..037d9e2 100644 --- a/cmd/internal/spinner.go +++ b/cmd/internal/spinner.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/latency.go b/cmd/latency.go index 2d91135..58eafc1 100644 --- a/cmd/latency.go +++ b/cmd/latency.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/latency_test.go b/cmd/latency_test.go index 33419cf..29d1c1f 100644 --- a/cmd/latency_test.go +++ b/cmd/latency_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/mtr.go b/cmd/mtr.go index c7c0d7e..504d79a 100644 --- a/cmd/mtr.go +++ b/cmd/mtr.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/mtr_test.go b/cmd/mtr_test.go index 563809e..75795bb 100644 --- a/cmd/mtr_test.go +++ b/cmd/mtr_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/ping.go b/cmd/ping.go index f41ae48..c6ff8ef 100644 --- a/cmd/ping.go +++ b/cmd/ping.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/ping_test.go b/cmd/ping_test.go index d94e640..204da43 100644 --- a/cmd/ping_test.go +++ b/cmd/ping_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/root.go b/cmd/root.go index e7fda71..6df5574 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/root_test.go b/cmd/root_test.go index 4d2b59c..e64d957 100644 --- a/cmd/root_test.go +++ b/cmd/root_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/traceroute.go b/cmd/traceroute.go index 2b02fcb..be10989 100644 --- a/cmd/traceroute.go +++ b/cmd/traceroute.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/traceroute_test.go b/cmd/traceroute_test.go index 4938316..9ee0280 100644 --- a/cmd/traceroute_test.go +++ b/cmd/traceroute_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hack/build-pkgs.sh b/hack/build-pkgs.sh index 04ebff7..e613c33 100644 --- a/hack/build-pkgs.sh +++ b/hack/build-pkgs.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +# Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index 4040c75..c2c5747 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/perfops/client.go b/perfops/client.go index 4eaa599..dfaa3bc 100644 --- a/perfops/client.go +++ b/perfops/client.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -143,7 +143,6 @@ func (c *Client) do(req *http.Request, v interface{}) error { if err != nil { return err } - //fmt.Printf("***\n%v\n***\n", string(b)) return &clientError{Code: resp.StatusCode, Text: string(b)} } d := json.NewDecoder(resp.Body) diff --git a/perfops/client_test.go b/perfops/client_test.go index 11de2c3..4195eec 100644 --- a/perfops/client_test.go +++ b/perfops/client_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/perfops/node.go b/perfops/node.go index 2dd05c4..897fbb1 100644 --- a/perfops/node.go +++ b/perfops/node.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/perfops/run.go b/perfops/run.go index e95c63d..f241065 100644 --- a/perfops/run.go +++ b/perfops/run.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/perfops/run_test.go b/perfops/run_test.go index 5c675ea..0ea6693 100644 --- a/perfops/run_test.go +++ b/perfops/run_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The PerfOps-CLI Authors. All rights reserved. +// Copyright 2017 Prospect One https://prospectone.io/. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.