From 3d523e34b14c6e71ad5fe7edb27f83f6e7d9f8de Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 12 May 2016 20:50:17 -0700 Subject: [PATCH] tools: update LICENSE header --- tools/benchmark/cmd/mvcc-put.go | 2 +- tools/benchmark/cmd/mvcc.go | 2 +- tools/benchmark/cmd/put.go | 2 +- tools/benchmark/cmd/range.go | 2 +- tools/benchmark/cmd/report.go | 4 ++-- tools/benchmark/cmd/root.go | 2 +- tools/benchmark/cmd/stm.go | 2 +- tools/benchmark/cmd/timeseries.go | 2 +- tools/benchmark/cmd/timeseries_test.go | 2 +- tools/benchmark/cmd/util.go | 2 +- tools/benchmark/cmd/watch.go | 2 +- tools/benchmark/cmd/watch_get.go | 2 +- tools/benchmark/main.go | 2 +- tools/etcd-dump-logs/main.go | 2 +- tools/etcd-top/etcd-top.go | 2 +- tools/functional-tester/etcd-agent/agent.go | 2 +- tools/functional-tester/etcd-agent/agent_test.go | 2 +- tools/functional-tester/etcd-agent/client/client.go | 2 +- tools/functional-tester/etcd-agent/main.go | 2 +- tools/functional-tester/etcd-agent/rpc.go | 2 +- tools/functional-tester/etcd-agent/rpc_test.go | 2 +- tools/functional-tester/etcd-runner/main.go | 2 +- tools/functional-tester/etcd-tester/cluster.go | 2 +- tools/functional-tester/etcd-tester/failure.go | 2 +- tools/functional-tester/etcd-tester/http.go | 2 +- tools/functional-tester/etcd-tester/main.go | 2 +- tools/functional-tester/etcd-tester/metrics.go | 2 +- tools/functional-tester/etcd-tester/status.go | 2 +- tools/functional-tester/etcd-tester/stresser.go | 2 +- tools/functional-tester/etcd-tester/tester.go | 2 +- tools/functional-tester/etcd-tester/util.go | 2 +- tools/local-tester/bridge/bridge.go | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diff --git a/tools/benchmark/cmd/mvcc-put.go b/tools/benchmark/cmd/mvcc-put.go index 448d2b161..6b35cdc74 100644 --- a/tools/benchmark/cmd/mvcc-put.go +++ b/tools/benchmark/cmd/mvcc-put.go @@ -1,4 +1,4 @@ -// Copyright 2015 Nippon Telegraph and Telephone Corporation. +// Copyright 2015 The etcd Authors // // 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/tools/benchmark/cmd/mvcc.go b/tools/benchmark/cmd/mvcc.go index ddd3e2c3e..e1a157be6 100644 --- a/tools/benchmark/cmd/mvcc.go +++ b/tools/benchmark/cmd/mvcc.go @@ -1,4 +1,4 @@ -// Copyright 2015 Nippon Telegraph and Telephone Corporation. +// Copyright 2015 The etcd Authors // // 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/tools/benchmark/cmd/put.go b/tools/benchmark/cmd/put.go index 5f92dd6b1..165db9f10 100644 --- a/tools/benchmark/cmd/put.go +++ b/tools/benchmark/cmd/put.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/benchmark/cmd/range.go b/tools/benchmark/cmd/range.go index 6e67e9610..444e48b3b 100644 --- a/tools/benchmark/cmd/range.go +++ b/tools/benchmark/cmd/range.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/benchmark/cmd/report.go b/tools/benchmark/cmd/report.go index 18c601689..3d9c704de 100644 --- a/tools/benchmark/cmd/report.go +++ b/tools/benchmark/cmd/report.go @@ -1,10 +1,10 @@ -// Copyright 2014 Google Inc. All Rights Reserved. +// Copyright 2014 The etcd Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/benchmark/cmd/root.go b/tools/benchmark/cmd/root.go index a40731be8..e2e2e4042 100644 --- a/tools/benchmark/cmd/root.go +++ b/tools/benchmark/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/benchmark/cmd/stm.go b/tools/benchmark/cmd/stm.go index ce2963762..4fde69319 100644 --- a/tools/benchmark/cmd/stm.go +++ b/tools/benchmark/cmd/stm.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/benchmark/cmd/timeseries.go b/tools/benchmark/cmd/timeseries.go index 4fe056b5e..e535bf869 100644 --- a/tools/benchmark/cmd/timeseries.go +++ b/tools/benchmark/cmd/timeseries.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/benchmark/cmd/timeseries_test.go b/tools/benchmark/cmd/timeseries_test.go index e58562e0d..82bfa9b45 100644 --- a/tools/benchmark/cmd/timeseries_test.go +++ b/tools/benchmark/cmd/timeseries_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/benchmark/cmd/util.go b/tools/benchmark/cmd/util.go index 094ec4c8f..99d91a0c3 100644 --- a/tools/benchmark/cmd/util.go +++ b/tools/benchmark/cmd/util.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/benchmark/cmd/watch.go b/tools/benchmark/cmd/watch.go index cd2025193..7468f4f31 100644 --- a/tools/benchmark/cmd/watch.go +++ b/tools/benchmark/cmd/watch.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/benchmark/cmd/watch_get.go b/tools/benchmark/cmd/watch_get.go index 987a95787..53d53d423 100644 --- a/tools/benchmark/cmd/watch_get.go +++ b/tools/benchmark/cmd/watch_get.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/benchmark/main.go b/tools/benchmark/main.go index b6cb5548f..2b0396b2b 100644 --- a/tools/benchmark/main.go +++ b/tools/benchmark/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/etcd-dump-logs/main.go b/tools/etcd-dump-logs/main.go index c45aaf0e8..4eebeefba 100644 --- a/tools/etcd-dump-logs/main.go +++ b/tools/etcd-dump-logs/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/etcd-top/etcd-top.go b/tools/etcd-top/etcd-top.go index acf0158bc..b1dd7a007 100644 --- a/tools/etcd-top/etcd-top.go +++ b/tools/etcd-top/etcd-top.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-agent/agent.go b/tools/functional-tester/etcd-agent/agent.go index d1e9d4787..346ce563c 100644 --- a/tools/functional-tester/etcd-agent/agent.go +++ b/tools/functional-tester/etcd-agent/agent.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-agent/agent_test.go b/tools/functional-tester/etcd-agent/agent_test.go index 9290a4e75..fb7d09c93 100644 --- a/tools/functional-tester/etcd-agent/agent_test.go +++ b/tools/functional-tester/etcd-agent/agent_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-agent/client/client.go b/tools/functional-tester/etcd-agent/client/client.go index 83d0ab637..6f4299e4c 100644 --- a/tools/functional-tester/etcd-agent/client/client.go +++ b/tools/functional-tester/etcd-agent/client/client.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-agent/main.go b/tools/functional-tester/etcd-agent/main.go index b8dedcc6c..5addd9c9a 100644 --- a/tools/functional-tester/etcd-agent/main.go +++ b/tools/functional-tester/etcd-agent/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-agent/rpc.go b/tools/functional-tester/etcd-agent/rpc.go index 2d18b7234..122f64085 100644 --- a/tools/functional-tester/etcd-agent/rpc.go +++ b/tools/functional-tester/etcd-agent/rpc.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-agent/rpc_test.go b/tools/functional-tester/etcd-agent/rpc_test.go index 0e41add56..c7ea45d60 100644 --- a/tools/functional-tester/etcd-agent/rpc_test.go +++ b/tools/functional-tester/etcd-agent/rpc_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-runner/main.go b/tools/functional-tester/etcd-runner/main.go index 4e8b055b8..1eed59e16 100644 --- a/tools/functional-tester/etcd-runner/main.go +++ b/tools/functional-tester/etcd-runner/main.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/functional-tester/etcd-tester/cluster.go b/tools/functional-tester/etcd-tester/cluster.go index fe350b7d7..04f2d9054 100644 --- a/tools/functional-tester/etcd-tester/cluster.go +++ b/tools/functional-tester/etcd-tester/cluster.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-tester/failure.go b/tools/functional-tester/etcd-tester/failure.go index 38f0a2129..b65821ebb 100644 --- a/tools/functional-tester/etcd-tester/failure.go +++ b/tools/functional-tester/etcd-tester/failure.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-tester/http.go b/tools/functional-tester/etcd-tester/http.go index e77d2c026..a9d9a30a8 100644 --- a/tools/functional-tester/etcd-tester/http.go +++ b/tools/functional-tester/etcd-tester/http.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-tester/main.go b/tools/functional-tester/etcd-tester/main.go index ea1da6a64..a80ba3f0e 100644 --- a/tools/functional-tester/etcd-tester/main.go +++ b/tools/functional-tester/etcd-tester/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-tester/metrics.go b/tools/functional-tester/etcd-tester/metrics.go index 8e186d31c..7018ba570 100644 --- a/tools/functional-tester/etcd-tester/metrics.go +++ b/tools/functional-tester/etcd-tester/metrics.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/functional-tester/etcd-tester/status.go b/tools/functional-tester/etcd-tester/status.go index 1151f92bd..3721c8076 100644 --- a/tools/functional-tester/etcd-tester/status.go +++ b/tools/functional-tester/etcd-tester/status.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/functional-tester/etcd-tester/stresser.go b/tools/functional-tester/etcd-tester/stresser.go index fa6cdaad4..472f9df64 100644 --- a/tools/functional-tester/etcd-tester/stresser.go +++ b/tools/functional-tester/etcd-tester/stresser.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-tester/tester.go b/tools/functional-tester/etcd-tester/tester.go index 94ef35f08..6647b210e 100644 --- a/tools/functional-tester/etcd-tester/tester.go +++ b/tools/functional-tester/etcd-tester/tester.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 The etcd Authors // // 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/tools/functional-tester/etcd-tester/util.go b/tools/functional-tester/etcd-tester/util.go index 6c8c2aba5..2467ac765 100644 --- a/tools/functional-tester/etcd-tester/util.go +++ b/tools/functional-tester/etcd-tester/util.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // 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/tools/local-tester/bridge/bridge.go b/tools/local-tester/bridge/bridge.go index aa034614c..25243ff30 100644 --- a/tools/local-tester/bridge/bridge.go +++ b/tools/local-tester/bridge/bridge.go @@ -1,4 +1,4 @@ -// Copyright 2016 CoreOS, Inc. +// Copyright 2016 The etcd Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.