diff --git a/pkg/adt/example_test.go b/pkg/adt/example_test.go index e23aae4ef..caa5317cd 100644 --- a/pkg/adt/example_test.go +++ b/pkg/adt/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/pkg/adt/interval_tree.go b/pkg/adt/interval_tree.go index a3ec803f6..ab311c6d6 100644 --- a/pkg/adt/interval_tree.go +++ b/pkg/adt/interval_tree.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/pkg/adt/interval_tree_test.go b/pkg/adt/interval_tree_test.go index 6cc540265..f8d038b72 100644 --- a/pkg/adt/interval_tree_test.go +++ b/pkg/adt/interval_tree_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/pkg/contention/contention.go b/pkg/contention/contention.go index 9a96a8d77..26ce9a2f3 100644 --- a/pkg/contention/contention.go +++ b/pkg/contention/contention.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/pkg/cors/cors.go b/pkg/cors/cors.go index 4a8c79c92..0c64f16a3 100644 --- a/pkg/cors/cors.go +++ b/pkg/cors/cors.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/pkg/cors/cors_test.go b/pkg/cors/cors_test.go index 6c39b38d1..d36e9c0c6 100644 --- a/pkg/cors/cors_test.go +++ b/pkg/cors/cors_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/pkg/expect/expect.go b/pkg/expect/expect.go index d5256a3dd..819c4d2e4 100644 --- a/pkg/expect/expect.go +++ b/pkg/expect/expect.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/pkg/expect/expect_test.go b/pkg/expect/expect_test.go index 95b89e489..d5cdaef58 100644 --- a/pkg/expect/expect_test.go +++ b/pkg/expect/expect_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/pkg/fileutil/fileutil.go b/pkg/fileutil/fileutil.go index 145886a1a..4cdb10d39 100644 --- a/pkg/fileutil/fileutil.go +++ b/pkg/fileutil/fileutil.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/pkg/fileutil/fileutil_test.go b/pkg/fileutil/fileutil_test.go index 89d12088c..f0674cd9d 100644 --- a/pkg/fileutil/fileutil_test.go +++ b/pkg/fileutil/fileutil_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/pkg/fileutil/lock.go b/pkg/fileutil/lock.go index da2b92c73..338627f43 100644 --- a/pkg/fileutil/lock.go +++ b/pkg/fileutil/lock.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/pkg/fileutil/lock_flock.go b/pkg/fileutil/lock_flock.go index 2da93ace6..542550bc8 100644 --- a/pkg/fileutil/lock_flock.go +++ b/pkg/fileutil/lock_flock.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/pkg/fileutil/lock_linux.go b/pkg/fileutil/lock_linux.go index 6551f575c..dec25a1af 100644 --- a/pkg/fileutil/lock_linux.go +++ b/pkg/fileutil/lock_linux.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/pkg/fileutil/lock_plan9.go b/pkg/fileutil/lock_plan9.go index 1c924a7e5..7432443bf 100644 --- a/pkg/fileutil/lock_plan9.go +++ b/pkg/fileutil/lock_plan9.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/pkg/fileutil/lock_solaris.go b/pkg/fileutil/lock_solaris.go index 0d5375aee..352ca5590 100644 --- a/pkg/fileutil/lock_solaris.go +++ b/pkg/fileutil/lock_solaris.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/pkg/fileutil/lock_test.go b/pkg/fileutil/lock_test.go index d05605684..2c4ed2da5 100644 --- a/pkg/fileutil/lock_test.go +++ b/pkg/fileutil/lock_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/pkg/fileutil/lock_unix.go b/pkg/fileutil/lock_unix.go index 5fc1c8aee..ed01164de 100644 --- a/pkg/fileutil/lock_unix.go +++ b/pkg/fileutil/lock_unix.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/pkg/fileutil/lock_windows.go b/pkg/fileutil/lock_windows.go index 67a425a91..8698f4a8d 100644 --- a/pkg/fileutil/lock_windows.go +++ b/pkg/fileutil/lock_windows.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/pkg/fileutil/preallocate.go b/pkg/fileutil/preallocate.go index 8cd03f015..e239e524a 100644 --- a/pkg/fileutil/preallocate.go +++ b/pkg/fileutil/preallocate.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/pkg/fileutil/preallocate_darwin.go b/pkg/fileutil/preallocate_darwin.go index 5ac19508a..1ed09c560 100644 --- a/pkg/fileutil/preallocate_darwin.go +++ b/pkg/fileutil/preallocate_darwin.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/pkg/fileutil/preallocate_test.go b/pkg/fileutil/preallocate_test.go index 41b7f66c7..c6a357c59 100644 --- a/pkg/fileutil/preallocate_test.go +++ b/pkg/fileutil/preallocate_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/pkg/fileutil/preallocate_unix.go b/pkg/fileutil/preallocate_unix.go index b71113e72..fa595e043 100644 --- a/pkg/fileutil/preallocate_unix.go +++ b/pkg/fileutil/preallocate_unix.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/pkg/fileutil/preallocate_unsupported.go b/pkg/fileutil/preallocate_unsupported.go index 7f94a3653..162fbc5f7 100644 --- a/pkg/fileutil/preallocate_unsupported.go +++ b/pkg/fileutil/preallocate_unsupported.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/pkg/fileutil/purge.go b/pkg/fileutil/purge.go index 0d1bd99c0..c051697e9 100644 --- a/pkg/fileutil/purge.go +++ b/pkg/fileutil/purge.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/pkg/fileutil/purge_test.go b/pkg/fileutil/purge_test.go index 2b3e8667e..3cc622064 100644 --- a/pkg/fileutil/purge_test.go +++ b/pkg/fileutil/purge_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/pkg/fileutil/sync.go b/pkg/fileutil/sync.go index a089154ef..54dd41f4f 100644 --- a/pkg/fileutil/sync.go +++ b/pkg/fileutil/sync.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/pkg/fileutil/sync_darwin.go b/pkg/fileutil/sync_darwin.go index 07423ffbb..c2f39bf20 100644 --- a/pkg/fileutil/sync_darwin.go +++ b/pkg/fileutil/sync_darwin.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/pkg/fileutil/sync_linux.go b/pkg/fileutil/sync_linux.go index b923996f9..1bbced915 100644 --- a/pkg/fileutil/sync_linux.go +++ b/pkg/fileutil/sync_linux.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/pkg/flags/flag.go b/pkg/flags/flag.go index 00331e4c2..7c888b9f8 100644 --- a/pkg/flags/flag.go +++ b/pkg/flags/flag.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/pkg/flags/flag_test.go b/pkg/flags/flag_test.go index cd48ca20e..c89d742e1 100644 --- a/pkg/flags/flag_test.go +++ b/pkg/flags/flag_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/pkg/flags/ipaddressport.go b/pkg/flags/ipaddressport.go index b13818b6f..c4d62c255 100644 --- a/pkg/flags/ipaddressport.go +++ b/pkg/flags/ipaddressport.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/pkg/flags/ipaddressport_test.go b/pkg/flags/ipaddressport_test.go index 68b08e1ed..0bb60ef9c 100644 --- a/pkg/flags/ipaddressport_test.go +++ b/pkg/flags/ipaddressport_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/pkg/flags/strings.go b/pkg/flags/strings.go index 18f00869e..21ff916a6 100644 --- a/pkg/flags/strings.go +++ b/pkg/flags/strings.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/pkg/flags/strings_test.go b/pkg/flags/strings_test.go index c2932659a..351085a31 100644 --- a/pkg/flags/strings_test.go +++ b/pkg/flags/strings_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/pkg/flags/urls.go b/pkg/flags/urls.go index 6d28129d7..6383d7e92 100644 --- a/pkg/flags/urls.go +++ b/pkg/flags/urls.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/pkg/flags/urls_test.go b/pkg/flags/urls_test.go index 8591773e5..bcccdfaaa 100644 --- a/pkg/flags/urls_test.go +++ b/pkg/flags/urls_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/pkg/idutil/id.go b/pkg/idutil/id.go index 6f1d37911..931beb2d0 100644 --- a/pkg/idutil/id.go +++ b/pkg/idutil/id.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/pkg/idutil/id_test.go b/pkg/idutil/id_test.go index 19e2a8ff1..ddcbc6d34 100644 --- a/pkg/idutil/id_test.go +++ b/pkg/idutil/id_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/pkg/ioutil/readcloser.go b/pkg/ioutil/readcloser.go index 7c1fda1c2..4aeb0c7b0 100644 --- a/pkg/ioutil/readcloser.go +++ b/pkg/ioutil/readcloser.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/pkg/ioutil/reader.go b/pkg/ioutil/reader.go index 8ef9a9330..0703ed476 100644 --- a/pkg/ioutil/reader.go +++ b/pkg/ioutil/reader.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/pkg/ioutil/reader_test.go b/pkg/ioutil/reader_test.go index 5f7c97b0f..06ff2906c 100644 --- a/pkg/ioutil/reader_test.go +++ b/pkg/ioutil/reader_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/pkg/ioutil/util.go b/pkg/ioutil/util.go index 6098da282..192ad888c 100644 --- a/pkg/ioutil/util.go +++ b/pkg/ioutil/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/pkg/logutil/merge_logger.go b/pkg/logutil/merge_logger.go index 8e82c520a..cc750f4d3 100644 --- a/pkg/logutil/merge_logger.go +++ b/pkg/logutil/merge_logger.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/pkg/logutil/merge_logger_test.go b/pkg/logutil/merge_logger_test.go index 99deaf174..8fe47cf72 100644 --- a/pkg/logutil/merge_logger_test.go +++ b/pkg/logutil/merge_logger_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/pkg/mock/mockstorage/storage_recorder.go b/pkg/mock/mockstorage/storage_recorder.go index 22a04cb55..4a592545e 100644 --- a/pkg/mock/mockstorage/storage_recorder.go +++ b/pkg/mock/mockstorage/storage_recorder.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/pkg/mock/mockstore/store_recorder.go b/pkg/mock/mockstore/store_recorder.go index af4e22e21..7735cc3df 100644 --- a/pkg/mock/mockstore/store_recorder.go +++ b/pkg/mock/mockstore/store_recorder.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/pkg/mock/mockwait/wait_recorder.go b/pkg/mock/mockwait/wait_recorder.go index e83f72566..efc198a19 100644 --- a/pkg/mock/mockwait/wait_recorder.go +++ b/pkg/mock/mockwait/wait_recorder.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/pkg/netutil/isolate_linux.go b/pkg/netutil/isolate_linux.go index c61f16c58..c866cea8e 100644 --- a/pkg/netutil/isolate_linux.go +++ b/pkg/netutil/isolate_linux.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/pkg/netutil/isolate_stub.go b/pkg/netutil/isolate_stub.go index d517fd688..7f4c3e67c 100644 --- a/pkg/netutil/isolate_stub.go +++ b/pkg/netutil/isolate_stub.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/pkg/netutil/netutil.go b/pkg/netutil/netutil.go index 4292cd06f..b13ebcc93 100644 --- a/pkg/netutil/netutil.go +++ b/pkg/netutil/netutil.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/pkg/netutil/netutil_test.go b/pkg/netutil/netutil_test.go index 9ac84a8d2..9ecc40268 100644 --- a/pkg/netutil/netutil_test.go +++ b/pkg/netutil/netutil_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/pkg/osutil/interrupt_unix.go b/pkg/osutil/interrupt_unix.go index 217385747..2d1518a3b 100644 --- a/pkg/osutil/interrupt_unix.go +++ b/pkg/osutil/interrupt_unix.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/pkg/osutil/interrupt_windows.go b/pkg/osutil/interrupt_windows.go index 89e042119..013ae88e1 100644 --- a/pkg/osutil/interrupt_windows.go +++ b/pkg/osutil/interrupt_windows.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/pkg/osutil/osutil.go b/pkg/osutil/osutil.go index bea3c1e65..9dd49ca3c 100644 --- a/pkg/osutil/osutil.go +++ b/pkg/osutil/osutil.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/pkg/osutil/osutil_test.go b/pkg/osutil/osutil_test.go index bb8681925..8bc5ea8df 100644 --- a/pkg/osutil/osutil_test.go +++ b/pkg/osutil/osutil_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/pkg/pathutil/path_test.go b/pkg/pathutil/path_test.go index 6d3d803cf..209fdc93c 100644 --- a/pkg/pathutil/path_test.go +++ b/pkg/pathutil/path_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/pkg/pbutil/pbutil.go b/pkg/pbutil/pbutil.go index 9d640a8af..8f96b4d54 100644 --- a/pkg/pbutil/pbutil.go +++ b/pkg/pbutil/pbutil.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/pkg/pbutil/pbutil_test.go b/pkg/pbutil/pbutil_test.go index 79d48f85c..fd361ec50 100644 --- a/pkg/pbutil/pbutil_test.go +++ b/pkg/pbutil/pbutil_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/pkg/runtime/fds_linux.go b/pkg/runtime/fds_linux.go index d81114405..8e9359db2 100644 --- a/pkg/runtime/fds_linux.go +++ b/pkg/runtime/fds_linux.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/pkg/runtime/fds_other.go b/pkg/runtime/fds_other.go index 0ed152f0f..0cbdb88c7 100644 --- a/pkg/runtime/fds_other.go +++ b/pkg/runtime/fds_other.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/pkg/schedule/schedule.go b/pkg/schedule/schedule.go index d566364b1..79c59b012 100644 --- a/pkg/schedule/schedule.go +++ b/pkg/schedule/schedule.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/pkg/schedule/schedule_test.go b/pkg/schedule/schedule_test.go index dc2dab193..88c5bf3c9 100644 --- a/pkg/schedule/schedule_test.go +++ b/pkg/schedule/schedule_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/pkg/testutil/leak_test.go b/pkg/testutil/leak_test.go index 98290788d..c6f34efcf 100644 --- a/pkg/testutil/leak_test.go +++ b/pkg/testutil/leak_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/pkg/testutil/pauseable_handler.go b/pkg/testutil/pauseable_handler.go index 995828102..e0d6aca26 100644 --- a/pkg/testutil/pauseable_handler.go +++ b/pkg/testutil/pauseable_handler.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/pkg/testutil/recorder.go b/pkg/testutil/recorder.go index 326edaf37..bdbbd8cc5 100644 --- a/pkg/testutil/recorder.go +++ b/pkg/testutil/recorder.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/pkg/testutil/testutil.go b/pkg/testutil/testutil.go index a789667b5..a67eded1e 100644 --- a/pkg/testutil/testutil.go +++ b/pkg/testutil/testutil.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/pkg/tlsutil/tlsutil.go b/pkg/tlsutil/tlsutil.go index 340dd2c09..79b1f632e 100644 --- a/pkg/tlsutil/tlsutil.go +++ b/pkg/tlsutil/tlsutil.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/pkg/transport/doc.go b/pkg/transport/doc.go index 4411e4487..37658ce59 100644 --- a/pkg/transport/doc.go +++ b/pkg/transport/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/pkg/transport/keepalive_listener.go b/pkg/transport/keepalive_listener.go index ee9a3a13e..6ccae4ee4 100644 --- a/pkg/transport/keepalive_listener.go +++ b/pkg/transport/keepalive_listener.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/pkg/transport/keepalive_listener_test.go b/pkg/transport/keepalive_listener_test.go index e4694a3ec..67f21fe5d 100644 --- a/pkg/transport/keepalive_listener_test.go +++ b/pkg/transport/keepalive_listener_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/pkg/transport/limit_listen.go b/pkg/transport/limit_listen.go index ad2bc417c..930c54206 100644 --- a/pkg/transport/limit_listen.go +++ b/pkg/transport/limit_listen.go @@ -1,6 +1,16 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// Copyright 2013 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package transport provides network utility functions, complementing the more // common ones in the net package. diff --git a/pkg/transport/listener.go b/pkg/transport/listener.go index 931652d3f..6c8086be2 100644 --- a/pkg/transport/listener.go +++ b/pkg/transport/listener.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/pkg/transport/listener_test.go b/pkg/transport/listener_test.go index 0c45bc0d8..d5ff31789 100644 --- a/pkg/transport/listener_test.go +++ b/pkg/transport/listener_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/pkg/transport/timeout_conn.go b/pkg/transport/timeout_conn.go index daca554e9..7e8c02030 100644 --- a/pkg/transport/timeout_conn.go +++ b/pkg/transport/timeout_conn.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/pkg/transport/timeout_dialer.go b/pkg/transport/timeout_dialer.go index 9bd612980..6ae39ecfc 100644 --- a/pkg/transport/timeout_dialer.go +++ b/pkg/transport/timeout_dialer.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/pkg/transport/timeout_dialer_test.go b/pkg/transport/timeout_dialer_test.go index 14e95516c..51e34d3d7 100644 --- a/pkg/transport/timeout_dialer_test.go +++ b/pkg/transport/timeout_dialer_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/pkg/transport/timeout_listener.go b/pkg/transport/timeout_listener.go index bf12ba6ed..f176c43b9 100644 --- a/pkg/transport/timeout_listener.go +++ b/pkg/transport/timeout_listener.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/pkg/transport/timeout_listener_test.go b/pkg/transport/timeout_listener_test.go index 6912e7c3e..be2495d47 100644 --- a/pkg/transport/timeout_listener_test.go +++ b/pkg/transport/timeout_listener_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/pkg/transport/timeout_transport.go b/pkg/transport/timeout_transport.go index e894c6e4f..d59d268fd 100644 --- a/pkg/transport/timeout_transport.go +++ b/pkg/transport/timeout_transport.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/pkg/transport/timeout_transport_test.go b/pkg/transport/timeout_transport_test.go index e218ebeab..f64fd01f3 100644 --- a/pkg/transport/timeout_transport_test.go +++ b/pkg/transport/timeout_transport_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/pkg/types/doc.go b/pkg/types/doc.go index 04b4c38d1..de8ef0bd7 100644 --- a/pkg/types/doc.go +++ b/pkg/types/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/pkg/types/id.go b/pkg/types/id.go index 88cb9e634..1b042d9ce 100644 --- a/pkg/types/id.go +++ b/pkg/types/id.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/pkg/types/id_test.go b/pkg/types/id_test.go index 97d168f58..bec285343 100644 --- a/pkg/types/id_test.go +++ b/pkg/types/id_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/pkg/types/set.go b/pkg/types/set.go index bb997174c..73ef431be 100644 --- a/pkg/types/set.go +++ b/pkg/types/set.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/pkg/types/set_test.go b/pkg/types/set_test.go index ff1ecc68d..7596577e9 100644 --- a/pkg/types/set_test.go +++ b/pkg/types/set_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/pkg/types/slice.go b/pkg/types/slice.go index 0327950f7..0dd9ca798 100644 --- a/pkg/types/slice.go +++ b/pkg/types/slice.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/pkg/types/slice_test.go b/pkg/types/slice_test.go index 95e37e04d..8d8a4d0ea 100644 --- a/pkg/types/slice_test.go +++ b/pkg/types/slice_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/pkg/types/urls.go b/pkg/types/urls.go index 8d5ff6248..e532722ac 100644 --- a/pkg/types/urls.go +++ b/pkg/types/urls.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/pkg/types/urls_test.go b/pkg/types/urls_test.go index ffa2cf007..b91d1a926 100644 --- a/pkg/types/urls_test.go +++ b/pkg/types/urls_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/pkg/types/urlsmap.go b/pkg/types/urlsmap.go index 4fe9218c7..e2579e2ca 100644 --- a/pkg/types/urlsmap.go +++ b/pkg/types/urlsmap.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/pkg/types/urlsmap_test.go b/pkg/types/urlsmap_test.go index 5205cdeb0..6962f393d 100644 --- a/pkg/types/urlsmap_test.go +++ b/pkg/types/urlsmap_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/pkg/wait/wait.go b/pkg/wait/wait.go index 07f9944ff..a341c0270 100644 --- a/pkg/wait/wait.go +++ b/pkg/wait/wait.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/pkg/wait/wait_test.go b/pkg/wait/wait_test.go index 3de65a69e..f9abec5a1 100644 --- a/pkg/wait/wait_test.go +++ b/pkg/wait/wait_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/pkg/wait/wait_time.go b/pkg/wait/wait_time.go index 7911e404f..0357d81f3 100644 --- a/pkg/wait/wait_time.go +++ b/pkg/wait/wait_time.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/pkg/wait/wait_time_test.go b/pkg/wait/wait_time_test.go index c194600af..49fb2fe5a 100644 --- a/pkg/wait/wait_time_test.go +++ b/pkg/wait/wait_time_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.