From abb4cd5646f288bde1de16fdba3de3e093ec2346 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 12 May 2016 20:49:40 -0700 Subject: [PATCH] etcdserver: update LICENSE header --- etcdserver/api/cluster.go | 2 +- etcdserver/api/v2http/capability.go | 2 +- etcdserver/api/v2http/client.go | 2 +- etcdserver/api/v2http/client_auth.go | 2 +- etcdserver/api/v2http/client_auth_test.go | 2 +- etcdserver/api/v2http/client_test.go | 2 +- etcdserver/api/v2http/doc.go | 2 +- etcdserver/api/v2http/http.go | 2 +- etcdserver/api/v2http/http_test.go | 2 +- etcdserver/api/v2http/httptypes/errors.go | 2 +- etcdserver/api/v2http/httptypes/errors_test.go | 2 +- etcdserver/api/v2http/httptypes/member.go | 2 +- etcdserver/api/v2http/httptypes/member_test.go | 2 +- etcdserver/api/v2http/metrics.go | 2 +- etcdserver/api/v2http/peer.go | 2 +- etcdserver/api/v2http/peer_test.go | 2 +- etcdserver/api/v3rpc/auth.go | 2 +- etcdserver/api/v3rpc/grpc.go | 2 +- etcdserver/api/v3rpc/header.go | 2 +- etcdserver/api/v3rpc/interceptor.go | 2 +- etcdserver/api/v3rpc/key.go | 2 +- etcdserver/api/v3rpc/lease.go | 2 +- etcdserver/api/v3rpc/maintenance.go | 2 +- etcdserver/api/v3rpc/member.go | 2 +- etcdserver/api/v3rpc/metrics.go | 2 +- etcdserver/api/v3rpc/quota.go | 2 +- etcdserver/api/v3rpc/rpctypes/error.go | 2 +- etcdserver/api/v3rpc/rpctypes/error_test.go | 2 +- etcdserver/api/v3rpc/rpctypes/md.go | 2 +- etcdserver/api/v3rpc/util.go | 2 +- etcdserver/api/v3rpc/watch.go | 2 +- etcdserver/apply.go | 2 +- etcdserver/apply_v2.go | 2 +- etcdserver/auth/auth.go | 2 +- etcdserver/auth/auth_requests.go | 2 +- etcdserver/auth/auth_test.go | 2 +- etcdserver/cluster_util.go | 2 +- etcdserver/cluster_util_test.go | 2 +- etcdserver/config.go | 2 +- etcdserver/config_test.go | 2 +- etcdserver/consistent_index.go | 2 +- etcdserver/consistent_index_test.go | 2 +- etcdserver/doc.go | 2 +- etcdserver/errors.go | 2 +- etcdserver/membership/cluster.go | 2 +- etcdserver/membership/cluster_test.go | 2 +- etcdserver/membership/errors.go | 2 +- etcdserver/membership/member.go | 2 +- etcdserver/membership/member_test.go | 2 +- etcdserver/membership/store.go | 2 +- etcdserver/metrics.go | 2 +- etcdserver/quota.go | 2 +- etcdserver/raft.go | 2 +- etcdserver/raft_test.go | 2 +- etcdserver/server.go | 2 +- etcdserver/server_test.go | 2 +- etcdserver/snapshot_merge.go | 2 +- etcdserver/stats/leader.go | 2 +- etcdserver/stats/queue.go | 2 +- etcdserver/stats/server.go | 2 +- etcdserver/stats/stats.go | 2 +- etcdserver/storage.go | 2 +- etcdserver/util.go | 2 +- etcdserver/v2_server.go | 2 +- etcdserver/v3_server.go | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/etcdserver/api/cluster.go b/etcdserver/api/cluster.go index c21eccba3..87face4a1 100644 --- a/etcdserver/api/cluster.go +++ b/etcdserver/api/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/etcdserver/api/v2http/capability.go b/etcdserver/api/v2http/capability.go index 66f6b168d..a9a426219 100644 --- a/etcdserver/api/v2http/capability.go +++ b/etcdserver/api/v2http/capability.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/etcdserver/api/v2http/client.go b/etcdserver/api/v2http/client.go index 5dfeeaa90..0bcf0636a 100644 --- a/etcdserver/api/v2http/client.go +++ b/etcdserver/api/v2http/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/etcdserver/api/v2http/client_auth.go b/etcdserver/api/v2http/client_auth.go index a086a3cbe..c4344f2d0 100644 --- a/etcdserver/api/v2http/client_auth.go +++ b/etcdserver/api/v2http/client_auth.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/etcdserver/api/v2http/client_auth_test.go b/etcdserver/api/v2http/client_auth_test.go index fa779dc64..91d41784e 100644 --- a/etcdserver/api/v2http/client_auth_test.go +++ b/etcdserver/api/v2http/client_auth_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/etcdserver/api/v2http/client_test.go b/etcdserver/api/v2http/client_test.go index 4bd85f4aa..368144e96 100644 --- a/etcdserver/api/v2http/client_test.go +++ b/etcdserver/api/v2http/client_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/etcdserver/api/v2http/doc.go b/etcdserver/api/v2http/doc.go index 3b306ef07..475c4b1f9 100644 --- a/etcdserver/api/v2http/doc.go +++ b/etcdserver/api/v2http/doc.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/etcdserver/api/v2http/http.go b/etcdserver/api/v2http/http.go index ba44d9514..cad9ec80d 100644 --- a/etcdserver/api/v2http/http.go +++ b/etcdserver/api/v2http/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/etcdserver/api/v2http/http_test.go b/etcdserver/api/v2http/http_test.go index 2b32a5b09..a07b28f17 100644 --- a/etcdserver/api/v2http/http_test.go +++ b/etcdserver/api/v2http/http_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/etcdserver/api/v2http/httptypes/errors.go b/etcdserver/api/v2http/httptypes/errors.go index 396dc59a3..a6c0f6d0b 100644 --- a/etcdserver/api/v2http/httptypes/errors.go +++ b/etcdserver/api/v2http/httptypes/errors.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/etcdserver/api/v2http/httptypes/errors_test.go b/etcdserver/api/v2http/httptypes/errors_test.go index 6ef1b3edd..287950dc1 100644 --- a/etcdserver/api/v2http/httptypes/errors_test.go +++ b/etcdserver/api/v2http/httptypes/errors_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/etcdserver/api/v2http/httptypes/member.go b/etcdserver/api/v2http/httptypes/member.go index 432f73a4f..738d74432 100644 --- a/etcdserver/api/v2http/httptypes/member.go +++ b/etcdserver/api/v2http/httptypes/member.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/etcdserver/api/v2http/httptypes/member_test.go b/etcdserver/api/v2http/httptypes/member_test.go index 4ea4320c3..ab6045e0e 100644 --- a/etcdserver/api/v2http/httptypes/member_test.go +++ b/etcdserver/api/v2http/httptypes/member_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/etcdserver/api/v2http/metrics.go b/etcdserver/api/v2http/metrics.go index 750122744..fdfb0c607 100644 --- a/etcdserver/api/v2http/metrics.go +++ b/etcdserver/api/v2http/metrics.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/etcdserver/api/v2http/peer.go b/etcdserver/api/v2http/peer.go index fe5857a39..e8fa3b60a 100644 --- a/etcdserver/api/v2http/peer.go +++ b/etcdserver/api/v2http/peer.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/etcdserver/api/v2http/peer_test.go b/etcdserver/api/v2http/peer_test.go index 8ae6083e2..db4dd5968 100644 --- a/etcdserver/api/v2http/peer_test.go +++ b/etcdserver/api/v2http/peer_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/etcdserver/api/v3rpc/auth.go b/etcdserver/api/v3rpc/auth.go index 3b94b1eae..07a84db29 100644 --- a/etcdserver/api/v3rpc/auth.go +++ b/etcdserver/api/v3rpc/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/etcdserver/api/v3rpc/grpc.go b/etcdserver/api/v3rpc/grpc.go index 4e9297a71..3ef980486 100644 --- a/etcdserver/api/v3rpc/grpc.go +++ b/etcdserver/api/v3rpc/grpc.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/etcdserver/api/v3rpc/header.go b/etcdserver/api/v3rpc/header.go index 3101a7d39..d6d7f35d5 100644 --- a/etcdserver/api/v3rpc/header.go +++ b/etcdserver/api/v3rpc/header.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/etcdserver/api/v3rpc/interceptor.go b/etcdserver/api/v3rpc/interceptor.go index 7c2e33f0e..2c70d84fd 100644 --- a/etcdserver/api/v3rpc/interceptor.go +++ b/etcdserver/api/v3rpc/interceptor.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/etcdserver/api/v3rpc/key.go b/etcdserver/api/v3rpc/key.go index fb29d3ec0..716e19e1a 100644 --- a/etcdserver/api/v3rpc/key.go +++ b/etcdserver/api/v3rpc/key.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/etcdserver/api/v3rpc/lease.go b/etcdserver/api/v3rpc/lease.go index 917ef305e..108e1387a 100644 --- a/etcdserver/api/v3rpc/lease.go +++ b/etcdserver/api/v3rpc/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/etcdserver/api/v3rpc/maintenance.go b/etcdserver/api/v3rpc/maintenance.go index 7f08b0b91..993cb4193 100644 --- a/etcdserver/api/v3rpc/maintenance.go +++ b/etcdserver/api/v3rpc/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/etcdserver/api/v3rpc/member.go b/etcdserver/api/v3rpc/member.go index 345089de9..e5e769236 100644 --- a/etcdserver/api/v3rpc/member.go +++ b/etcdserver/api/v3rpc/member.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/etcdserver/api/v3rpc/metrics.go b/etcdserver/api/v3rpc/metrics.go index bb7c636d2..ce75563a9 100644 --- a/etcdserver/api/v3rpc/metrics.go +++ b/etcdserver/api/v3rpc/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/etcdserver/api/v3rpc/quota.go b/etcdserver/api/v3rpc/quota.go index 89116db31..836f2fd3f 100644 --- a/etcdserver/api/v3rpc/quota.go +++ b/etcdserver/api/v3rpc/quota.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/etcdserver/api/v3rpc/rpctypes/error.go b/etcdserver/api/v3rpc/rpctypes/error.go index 2b1437dd7..a86afdc50 100644 --- a/etcdserver/api/v3rpc/rpctypes/error.go +++ b/etcdserver/api/v3rpc/rpctypes/error.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/etcdserver/api/v3rpc/rpctypes/error_test.go b/etcdserver/api/v3rpc/rpctypes/error_test.go index 991670f33..781c4d78a 100644 --- a/etcdserver/api/v3rpc/rpctypes/error_test.go +++ b/etcdserver/api/v3rpc/rpctypes/error_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/etcdserver/api/v3rpc/rpctypes/md.go b/etcdserver/api/v3rpc/rpctypes/md.go index 9ef96e41c..5c590e1ae 100644 --- a/etcdserver/api/v3rpc/rpctypes/md.go +++ b/etcdserver/api/v3rpc/rpctypes/md.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/etcdserver/api/v3rpc/util.go b/etcdserver/api/v3rpc/util.go index d5f032613..cfc0962c0 100644 --- a/etcdserver/api/v3rpc/util.go +++ b/etcdserver/api/v3rpc/util.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/etcdserver/api/v3rpc/watch.go b/etcdserver/api/v3rpc/watch.go index 686b1900a..19a8ea70a 100644 --- a/etcdserver/api/v3rpc/watch.go +++ b/etcdserver/api/v3rpc/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/etcdserver/apply.go b/etcdserver/apply.go index 8fd8ffdc9..53bed5343 100644 --- a/etcdserver/apply.go +++ b/etcdserver/apply.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/etcdserver/apply_v2.go b/etcdserver/apply_v2.go index b1e2c686f..d7490d0f1 100644 --- a/etcdserver/apply_v2.go +++ b/etcdserver/apply_v2.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/etcdserver/auth/auth.go b/etcdserver/auth/auth.go index 272f2d370..d747ba0fc 100644 --- a/etcdserver/auth/auth.go +++ b/etcdserver/auth/auth.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/etcdserver/auth/auth_requests.go b/etcdserver/auth/auth_requests.go index 0761121d7..36bed20d0 100644 --- a/etcdserver/auth/auth_requests.go +++ b/etcdserver/auth/auth_requests.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/etcdserver/auth/auth_test.go b/etcdserver/auth/auth_test.go index 17e91ba23..fc11fdc13 100644 --- a/etcdserver/auth/auth_test.go +++ b/etcdserver/auth/auth_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/etcdserver/cluster_util.go b/etcdserver/cluster_util.go index 9c73d6281..e70f104a2 100644 --- a/etcdserver/cluster_util.go +++ b/etcdserver/cluster_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/etcdserver/cluster_util_test.go b/etcdserver/cluster_util_test.go index caaba33c5..159d3f3a9 100644 --- a/etcdserver/cluster_util_test.go +++ b/etcdserver/cluster_util_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/etcdserver/config.go b/etcdserver/config.go index 3fc8eea3e..f7cfe8634 100644 --- a/etcdserver/config.go +++ b/etcdserver/config.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/etcdserver/config_test.go b/etcdserver/config_test.go index b04252dfc..1c17d1a33 100644 --- a/etcdserver/config_test.go +++ b/etcdserver/config_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/etcdserver/consistent_index.go b/etcdserver/consistent_index.go index 4379397b4..d513f6708 100644 --- a/etcdserver/consistent_index.go +++ b/etcdserver/consistent_index.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/etcdserver/consistent_index_test.go b/etcdserver/consistent_index_test.go index 8ce949ed1..0d74fca8a 100644 --- a/etcdserver/consistent_index_test.go +++ b/etcdserver/consistent_index_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/etcdserver/doc.go b/etcdserver/doc.go index a444d528d..b195d2d16 100644 --- a/etcdserver/doc.go +++ b/etcdserver/doc.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/etcdserver/errors.go b/etcdserver/errors.go index 6731c117e..0c00512a2 100644 --- a/etcdserver/errors.go +++ b/etcdserver/errors.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/etcdserver/membership/cluster.go b/etcdserver/membership/cluster.go index 5245a36f5..64f037846 100644 --- a/etcdserver/membership/cluster.go +++ b/etcdserver/membership/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/etcdserver/membership/cluster_test.go b/etcdserver/membership/cluster_test.go index 14e38863b..c2ffd25b5 100644 --- a/etcdserver/membership/cluster_test.go +++ b/etcdserver/membership/cluster_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/etcdserver/membership/errors.go b/etcdserver/membership/errors.go index a8605e3eb..e4d36af25 100644 --- a/etcdserver/membership/errors.go +++ b/etcdserver/membership/errors.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/etcdserver/membership/member.go b/etcdserver/membership/member.go index fbf2c0702..35ce3a973 100644 --- a/etcdserver/membership/member.go +++ b/etcdserver/membership/member.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/etcdserver/membership/member_test.go b/etcdserver/membership/member_test.go index 16bc15390..36015fd1b 100644 --- a/etcdserver/membership/member_test.go +++ b/etcdserver/membership/member_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/etcdserver/membership/store.go b/etcdserver/membership/store.go index aebc2d449..f2ea0120d 100644 --- a/etcdserver/membership/store.go +++ b/etcdserver/membership/store.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/etcdserver/metrics.go b/etcdserver/metrics.go index 042b9c133..2ddbc36f1 100644 --- a/etcdserver/metrics.go +++ b/etcdserver/metrics.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/etcdserver/quota.go b/etcdserver/quota.go index 508ce36c4..3fb9163ba 100644 --- a/etcdserver/quota.go +++ b/etcdserver/quota.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/etcdserver/raft.go b/etcdserver/raft.go index 4ada5303a..1bbd32fd8 100644 --- a/etcdserver/raft.go +++ b/etcdserver/raft.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/etcdserver/raft_test.go b/etcdserver/raft_test.go index 4470c0846..6df79a3e5 100644 --- a/etcdserver/raft_test.go +++ b/etcdserver/raft_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/etcdserver/server.go b/etcdserver/server.go index a6aa442d8..1e04a322d 100644 --- a/etcdserver/server.go +++ b/etcdserver/server.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/etcdserver/server_test.go b/etcdserver/server_test.go index 7a1c09d87..ff77f19d2 100644 --- a/etcdserver/server_test.go +++ b/etcdserver/server_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/etcdserver/snapshot_merge.go b/etcdserver/snapshot_merge.go index a567fd994..eebc6d522 100644 --- a/etcdserver/snapshot_merge.go +++ b/etcdserver/snapshot_merge.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/etcdserver/stats/leader.go b/etcdserver/stats/leader.go index 0dbea6ba3..1bed85474 100644 --- a/etcdserver/stats/leader.go +++ b/etcdserver/stats/leader.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/etcdserver/stats/queue.go b/etcdserver/stats/queue.go index 838a30f3b..635074c48 100644 --- a/etcdserver/stats/queue.go +++ b/etcdserver/stats/queue.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/etcdserver/stats/server.go b/etcdserver/stats/server.go index 7ef7de4e5..10849813c 100644 --- a/etcdserver/stats/server.go +++ b/etcdserver/stats/server.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/etcdserver/stats/stats.go b/etcdserver/stats/stats.go index 658662b2f..e79339894 100644 --- a/etcdserver/stats/stats.go +++ b/etcdserver/stats/stats.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/etcdserver/storage.go b/etcdserver/storage.go index 8a0199e57..41176ebdb 100644 --- a/etcdserver/storage.go +++ b/etcdserver/storage.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/etcdserver/util.go b/etcdserver/util.go index 0f4c3772b..32c161743 100644 --- a/etcdserver/util.go +++ b/etcdserver/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/etcdserver/v2_server.go b/etcdserver/v2_server.go index ed3653e2e..a60119d79 100644 --- a/etcdserver/v2_server.go +++ b/etcdserver/v2_server.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/etcdserver/v3_server.go b/etcdserver/v3_server.go index 199f26a55..3b7bf1eb3 100644 --- a/etcdserver/v3_server.go +++ b/etcdserver/v3_server.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.