From fd9e07a5292fee4d436788fffd630a8d528d730a Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 12 May 2016 20:50:58 -0700 Subject: [PATCH] clientv3: update LICENSE header --- clientv3/auth.go | 2 +- clientv3/client.go | 2 +- clientv3/client_test.go | 2 +- clientv3/cluster.go | 2 +- clientv3/compare.go | 2 +- clientv3/concurrency/doc.go | 2 +- clientv3/concurrency/election.go | 2 +- clientv3/concurrency/key.go | 2 +- clientv3/concurrency/mutex.go | 2 +- clientv3/concurrency/session.go | 2 +- clientv3/concurrency/stm.go | 2 +- clientv3/config.go | 2 +- clientv3/config_test.go | 2 +- clientv3/doc.go | 2 +- clientv3/example_cluster_test.go | 2 +- clientv3/example_kv_test.go | 2 +- clientv3/example_lease_test.go | 2 +- clientv3/example_maintenence_test.go | 2 +- clientv3/example_test.go | 2 +- clientv3/example_watch_test.go | 2 +- clientv3/integration/auth_test.go | 2 +- clientv3/integration/cluster_test.go | 2 +- clientv3/integration/doc.go | 2 +- clientv3/integration/kv_test.go | 2 +- clientv3/integration/lease_test.go | 2 +- clientv3/integration/mirror_test.go | 2 +- clientv3/integration/role_test.go | 2 +- clientv3/integration/txn_test.go | 2 +- clientv3/integration/user_test.go | 2 +- clientv3/integration/watch_test.go | 2 +- clientv3/kv.go | 2 +- clientv3/lease.go | 2 +- clientv3/logger.go | 2 +- clientv3/main_test.go | 2 +- clientv3/maintenance.go | 2 +- clientv3/mirror/syncer.go | 2 +- clientv3/op.go | 2 +- clientv3/remote_client.go | 2 +- clientv3/sort.go | 2 +- clientv3/txn.go | 2 +- clientv3/txn_test.go | 2 +- clientv3/watch.go | 2 +- clientv3/watch_test.go | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/clientv3/auth.go b/clientv3/auth.go index b55ca7f35..4bc5eaf39 100644 --- a/clientv3/auth.go +++ b/clientv3/auth.go @@ -1,4 +1,4 @@ -// Copyright 2016 Nippon Telegraph and Telephone Corporation. +// 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/clientv3/client.go b/clientv3/client.go index 0981e35a0..5821fd494 100644 --- a/clientv3/client.go +++ b/clientv3/client.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/clientv3/client_test.go b/clientv3/client_test.go index f128d7413..db42037f2 100644 --- a/clientv3/client_test.go +++ b/clientv3/client_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/clientv3/cluster.go b/clientv3/cluster.go index 6dcd85403..22a17843c 100644 --- a/clientv3/cluster.go +++ b/clientv3/cluster.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/clientv3/compare.go b/clientv3/compare.go index d74db7795..601349431 100644 --- a/clientv3/compare.go +++ b/clientv3/compare.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/clientv3/concurrency/doc.go b/clientv3/concurrency/doc.go index ad4b653ad..dcdbf511d 100644 --- a/clientv3/concurrency/doc.go +++ b/clientv3/concurrency/doc.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/clientv3/concurrency/election.go b/clientv3/concurrency/election.go index aad942a63..d91d9a269 100644 --- a/clientv3/concurrency/election.go +++ b/clientv3/concurrency/election.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/clientv3/concurrency/key.go b/clientv3/concurrency/key.go index aa2ac3ef7..65e2b899a 100644 --- a/clientv3/concurrency/key.go +++ b/clientv3/concurrency/key.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/clientv3/concurrency/mutex.go b/clientv3/concurrency/mutex.go index c38b1568f..5e120fab1 100644 --- a/clientv3/concurrency/mutex.go +++ b/clientv3/concurrency/mutex.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/clientv3/concurrency/session.go b/clientv3/concurrency/session.go index b348a4b3c..e6b170412 100644 --- a/clientv3/concurrency/session.go +++ b/clientv3/concurrency/session.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/clientv3/concurrency/stm.go b/clientv3/concurrency/stm.go index 7f3f9bcc7..1c600144c 100644 --- a/clientv3/concurrency/stm.go +++ b/clientv3/concurrency/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/clientv3/config.go b/clientv3/config.go index 494999bdd..5b2060cc2 100644 --- a/clientv3/config.go +++ b/clientv3/config.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/clientv3/config_test.go b/clientv3/config_test.go index d8d86a542..cf7601fb9 100644 --- a/clientv3/config_test.go +++ b/clientv3/config_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/clientv3/doc.go b/clientv3/doc.go index 641dea351..9ce84aa57 100644 --- a/clientv3/doc.go +++ b/clientv3/doc.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/clientv3/example_cluster_test.go b/clientv3/example_cluster_test.go index 86076d25b..e9e516ba9 100644 --- a/clientv3/example_cluster_test.go +++ b/clientv3/example_cluster_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/clientv3/example_kv_test.go b/clientv3/example_kv_test.go index b1aeb41d8..8e307a1e8 100644 --- a/clientv3/example_kv_test.go +++ b/clientv3/example_kv_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/clientv3/example_lease_test.go b/clientv3/example_lease_test.go index 8d289a8d1..e1bd57a15 100644 --- a/clientv3/example_lease_test.go +++ b/clientv3/example_lease_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/clientv3/example_maintenence_test.go b/clientv3/example_maintenence_test.go index e7ce44ce3..9753176aa 100644 --- a/clientv3/example_maintenence_test.go +++ b/clientv3/example_maintenence_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/clientv3/example_test.go b/clientv3/example_test.go index 208d1a9eb..a639d1071 100644 --- a/clientv3/example_test.go +++ b/clientv3/example_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/clientv3/example_watch_test.go b/clientv3/example_watch_test.go index 4340941c5..b3a0f1dd2 100644 --- a/clientv3/example_watch_test.go +++ b/clientv3/example_watch_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/clientv3/integration/auth_test.go b/clientv3/integration/auth_test.go index 9b8c2baf9..23d78daac 100644 --- a/clientv3/integration/auth_test.go +++ b/clientv3/integration/auth_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/clientv3/integration/cluster_test.go b/clientv3/integration/cluster_test.go index e78f3bca5..e562d416f 100644 --- a/clientv3/integration/cluster_test.go +++ b/clientv3/integration/cluster_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/clientv3/integration/doc.go b/clientv3/integration/doc.go index 7e3a1ccec..52dbe41c7 100644 --- a/clientv3/integration/doc.go +++ b/clientv3/integration/doc.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/clientv3/integration/kv_test.go b/clientv3/integration/kv_test.go index e7bb6f2c9..1303c93ab 100644 --- a/clientv3/integration/kv_test.go +++ b/clientv3/integration/kv_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/clientv3/integration/lease_test.go b/clientv3/integration/lease_test.go index 42337978f..8d250fd29 100644 --- a/clientv3/integration/lease_test.go +++ b/clientv3/integration/lease_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/clientv3/integration/mirror_test.go b/clientv3/integration/mirror_test.go index de2696f91..de74e09e6 100644 --- a/clientv3/integration/mirror_test.go +++ b/clientv3/integration/mirror_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/clientv3/integration/role_test.go b/clientv3/integration/role_test.go index afdd7e215..74ff2fd3f 100644 --- a/clientv3/integration/role_test.go +++ b/clientv3/integration/role_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/clientv3/integration/txn_test.go b/clientv3/integration/txn_test.go index 5c0c5b6a8..f381ccfad 100644 --- a/clientv3/integration/txn_test.go +++ b/clientv3/integration/txn_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/clientv3/integration/user_test.go b/clientv3/integration/user_test.go index cc865ad73..67d52a3cb 100644 --- a/clientv3/integration/user_test.go +++ b/clientv3/integration/user_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/clientv3/integration/watch_test.go b/clientv3/integration/watch_test.go index bc2d3c8f3..93cbbc20e 100644 --- a/clientv3/integration/watch_test.go +++ b/clientv3/integration/watch_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/clientv3/kv.go b/clientv3/kv.go index 735be2e29..72fc8d478 100644 --- a/clientv3/kv.go +++ b/clientv3/kv.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/clientv3/lease.go b/clientv3/lease.go index eb36b6a57..53ceba627 100644 --- a/clientv3/lease.go +++ b/clientv3/lease.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/clientv3/logger.go b/clientv3/logger.go index 47a31ff05..6e57c4e7c 100644 --- a/clientv3/logger.go +++ b/clientv3/logger.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/clientv3/main_test.go b/clientv3/main_test.go index 896053e3a..9bfdf5711 100644 --- a/clientv3/main_test.go +++ b/clientv3/main_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/clientv3/maintenance.go b/clientv3/maintenance.go index a8145d509..2e0a10fe3 100644 --- a/clientv3/maintenance.go +++ b/clientv3/maintenance.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/clientv3/mirror/syncer.go b/clientv3/mirror/syncer.go index cb2cf64a2..58aae940e 100644 --- a/clientv3/mirror/syncer.go +++ b/clientv3/mirror/syncer.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/clientv3/op.go b/clientv3/op.go index fb29f47c0..935c0d4a5 100644 --- a/clientv3/op.go +++ b/clientv3/op.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/clientv3/remote_client.go b/clientv3/remote_client.go index 98abff294..bfdb7f937 100644 --- a/clientv3/remote_client.go +++ b/clientv3/remote_client.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/clientv3/sort.go b/clientv3/sort.go index 06a23be7b..2bb9d9a13 100644 --- a/clientv3/sort.go +++ b/clientv3/sort.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/clientv3/txn.go b/clientv3/txn.go index 4bd262995..dd84289a5 100644 --- a/clientv3/txn.go +++ b/clientv3/txn.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/clientv3/txn_test.go b/clientv3/txn_test.go index 78ca0447d..4bedf21f1 100644 --- a/clientv3/txn_test.go +++ b/clientv3/txn_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/clientv3/watch.go b/clientv3/watch.go index f2a23ff63..d5a7462c0 100644 --- a/clientv3/watch.go +++ b/clientv3/watch.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/clientv3/watch_test.go b/clientv3/watch_test.go index 318d45c93..448bfd814 100644 --- a/clientv3/watch_test.go +++ b/clientv3/watch_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.