From 9d9f02c1eeb611353c5439b7c951777d6e9fcd09 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 12 May 2016 20:50:33 -0700 Subject: [PATCH] mvcc: update LICENSE header --- mvcc/backend/backend.go | 2 +- mvcc/backend/backend_bench_test.go | 2 +- mvcc/backend/backend_test.go | 2 +- mvcc/backend/batch_tx.go | 2 +- mvcc/backend/batch_tx_test.go | 2 +- mvcc/backend/boltoption_darwin.go | 2 +- mvcc/backend/boltoption_freebsd.go | 2 +- mvcc/backend/boltoption_solaris.go | 2 +- mvcc/backend/boltoption_unix.go | 2 +- mvcc/backend/boltoption_windows.go | 2 +- mvcc/backend/doc.go | 2 +- mvcc/backend/metrics.go | 2 +- mvcc/doc.go | 2 +- mvcc/index.go | 2 +- mvcc/index_test.go | 2 +- mvcc/key_index.go | 2 +- mvcc/key_index_test.go | 2 +- mvcc/kv.go | 2 +- mvcc/kv_test.go | 2 +- mvcc/kvstore.go | 2 +- mvcc/kvstore_bench_test.go | 2 +- mvcc/kvstore_compaction.go | 2 +- mvcc/kvstore_compaction_test.go | 2 +- mvcc/kvstore_test.go | 2 +- mvcc/metrics.go | 2 +- mvcc/revision.go | 2 +- mvcc/revision_test.go | 2 +- mvcc/watchable_store.go | 2 +- mvcc/watchable_store_bench_test.go | 2 +- mvcc/watchable_store_test.go | 2 +- mvcc/watcher.go | 2 +- mvcc/watcher_bench_test.go | 2 +- mvcc/watcher_group.go | 2 +- mvcc/watcher_test.go | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/mvcc/backend/backend.go b/mvcc/backend/backend.go index 2625e4d7d..fda35d729 100644 --- a/mvcc/backend/backend.go +++ b/mvcc/backend/backend.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/mvcc/backend/backend_bench_test.go b/mvcc/backend/backend_bench_test.go index 1e798b830..6d2570e67 100644 --- a/mvcc/backend/backend_bench_test.go +++ b/mvcc/backend/backend_bench_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/mvcc/backend/backend_test.go b/mvcc/backend/backend_test.go index 1ec10d7d3..769c95f2c 100644 --- a/mvcc/backend/backend_test.go +++ b/mvcc/backend/backend_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/mvcc/backend/batch_tx.go b/mvcc/backend/batch_tx.go index d75338d25..057b011e5 100644 --- a/mvcc/backend/batch_tx.go +++ b/mvcc/backend/batch_tx.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/mvcc/backend/batch_tx_test.go b/mvcc/backend/batch_tx_test.go index e8b154507..582cbf84e 100644 --- a/mvcc/backend/batch_tx_test.go +++ b/mvcc/backend/batch_tx_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/mvcc/backend/boltoption_darwin.go b/mvcc/backend/boltoption_darwin.go index 67269f0b5..6094bd70e 100644 --- a/mvcc/backend/boltoption_darwin.go +++ b/mvcc/backend/boltoption_darwin.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/mvcc/backend/boltoption_freebsd.go b/mvcc/backend/boltoption_freebsd.go index 67269f0b5..6094bd70e 100644 --- a/mvcc/backend/boltoption_freebsd.go +++ b/mvcc/backend/boltoption_freebsd.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/mvcc/backend/boltoption_solaris.go b/mvcc/backend/boltoption_solaris.go index f12bf58a2..3d3344762 100644 --- a/mvcc/backend/boltoption_solaris.go +++ b/mvcc/backend/boltoption_solaris.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/mvcc/backend/boltoption_unix.go b/mvcc/backend/boltoption_unix.go index 017f6032a..87087b5e8 100644 --- a/mvcc/backend/boltoption_unix.go +++ b/mvcc/backend/boltoption_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/mvcc/backend/boltoption_windows.go b/mvcc/backend/boltoption_windows.go index 1a790d10f..c22111d8a 100644 --- a/mvcc/backend/boltoption_windows.go +++ b/mvcc/backend/boltoption_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/mvcc/backend/doc.go b/mvcc/backend/doc.go index de4e19ab4..9cc42fa79 100644 --- a/mvcc/backend/doc.go +++ b/mvcc/backend/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/mvcc/backend/metrics.go b/mvcc/backend/metrics.go index 459241e0e..34a56a919 100644 --- a/mvcc/backend/metrics.go +++ b/mvcc/backend/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/mvcc/doc.go b/mvcc/doc.go index 2e16c5faa..ad5be0308 100644 --- a/mvcc/doc.go +++ b/mvcc/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/mvcc/index.go b/mvcc/index.go index 49ecb306b..568361d2a 100644 --- a/mvcc/index.go +++ b/mvcc/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/mvcc/index_test.go b/mvcc/index_test.go index bce549ca1..9f2bc59b2 100644 --- a/mvcc/index_test.go +++ b/mvcc/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/mvcc/key_index.go b/mvcc/key_index.go index 8f121874c..8119fa403 100644 --- a/mvcc/key_index.go +++ b/mvcc/key_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/mvcc/key_index_test.go b/mvcc/key_index_test.go index 7ee4afb24..44f69084f 100644 --- a/mvcc/key_index_test.go +++ b/mvcc/key_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/mvcc/kv.go b/mvcc/kv.go index 9c3d6bb5e..752728ca5 100644 --- a/mvcc/kv.go +++ b/mvcc/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/mvcc/kv_test.go b/mvcc/kv_test.go index 3085346ab..0d215991c 100644 --- a/mvcc/kv_test.go +++ b/mvcc/kv_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/mvcc/kvstore.go b/mvcc/kvstore.go index fb24868c3..37900dc70 100644 --- a/mvcc/kvstore.go +++ b/mvcc/kvstore.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/mvcc/kvstore_bench_test.go b/mvcc/kvstore_bench_test.go index 6906caf45..457d2a3d6 100644 --- a/mvcc/kvstore_bench_test.go +++ b/mvcc/kvstore_bench_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/mvcc/kvstore_compaction.go b/mvcc/kvstore_compaction.go index 8c5618a81..70b4a388f 100644 --- a/mvcc/kvstore_compaction.go +++ b/mvcc/kvstore_compaction.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/mvcc/kvstore_compaction_test.go b/mvcc/kvstore_compaction_test.go index 3ef64b2d4..91c1d74c7 100644 --- a/mvcc/kvstore_compaction_test.go +++ b/mvcc/kvstore_compaction_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/mvcc/kvstore_test.go b/mvcc/kvstore_test.go index a03dc00e7..d29e21b2a 100644 --- a/mvcc/kvstore_test.go +++ b/mvcc/kvstore_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/mvcc/metrics.go b/mvcc/metrics.go index b0f96374a..736873082 100644 --- a/mvcc/metrics.go +++ b/mvcc/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/mvcc/revision.go b/mvcc/revision.go index acca89b6c..5fa35a1c2 100644 --- a/mvcc/revision.go +++ b/mvcc/revision.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/mvcc/revision_test.go b/mvcc/revision_test.go index 4bc1677fb..46fcb483c 100644 --- a/mvcc/revision_test.go +++ b/mvcc/revision_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/mvcc/watchable_store.go b/mvcc/watchable_store.go index 3dea895b1..0c0ba2b5e 100644 --- a/mvcc/watchable_store.go +++ b/mvcc/watchable_store.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/mvcc/watchable_store_bench_test.go b/mvcc/watchable_store_bench_test.go index b659b6d0f..326414194 100644 --- a/mvcc/watchable_store_bench_test.go +++ b/mvcc/watchable_store_bench_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/mvcc/watchable_store_test.go b/mvcc/watchable_store_test.go index 2d6fe9d73..9a8b1688f 100644 --- a/mvcc/watchable_store_test.go +++ b/mvcc/watchable_store_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/mvcc/watcher.go b/mvcc/watcher.go index 2b68d96b0..5d2f8f71f 100644 --- a/mvcc/watcher.go +++ b/mvcc/watcher.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/mvcc/watcher_bench_test.go b/mvcc/watcher_bench_test.go index c5d82a3a8..8a4242f3f 100644 --- a/mvcc/watcher_bench_test.go +++ b/mvcc/watcher_bench_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/mvcc/watcher_group.go b/mvcc/watcher_group.go index 7990e8bf0..3735cb2e5 100644 --- a/mvcc/watcher_group.go +++ b/mvcc/watcher_group.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/mvcc/watcher_test.go b/mvcc/watcher_test.go index e673f0ec6..cf4c740a9 100644 --- a/mvcc/watcher_test.go +++ b/mvcc/watcher_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.