From e2fe74b402a60071e0674379290995ea58f7aa82 Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Sun, 16 Jun 2019 21:28:09 +0800 Subject: [PATCH] dragonboat: added AUTHORS file, updated copyright notice --- AUTHORS | 9 +++++++++ benchmark_test.go | 2 +- binding.go | 2 +- binding/binding.go | 2 +- binding/c/binding.c | 2 +- binding/cpp/dragonboat.cpp | 2 +- binding/gocallback.cpp | 2 +- binding/include/dragonboat/binding.h | 2 +- binding/include/dragonboat/dragonboat.h | 2 +- binding/include/dragonboat/managed.h | 2 +- binding/include/dragonboat/snapshotio.h | 2 +- binding/include/dragonboat/statemachine.h | 2 +- binding/include/dragonboat/types.h | 2 +- binding/tests/dragonboat_tests.cpp | 2 +- binding/tests/nodehost_tests.cpp | 2 +- binding/types.go | 2 +- client/session.go | 2 +- client/session_test.go | 2 +- config/config.go | 2 +- config/config_test.go | 2 +- example_test.go | 2 +- execengine.go | 2 +- execengine_test.go | 2 +- feedback.go | 2 +- feedback_test.go | 2 +- internal/cpp/managed.cpp | 2 +- internal/cpp/managed.go | 2 +- internal/cpp/snapshotio.cpp | 2 +- internal/cpp/statemachine.cpp | 2 +- internal/cpp/wrapper.cpp | 2 +- internal/cpp/wrapper.go | 2 +- internal/cpp/wrapper.h | 2 +- internal/cpp/wrapper_test.go | 2 +- internal/drummer/client.go | 2 +- internal/drummer/client/client.go | 2 +- internal/drummer/client/monkey.go | 2 +- internal/drummer/client/monkeynoop.go | 2 +- internal/drummer/client/node.go | 2 +- internal/drummer/client/nodehost.go | 2 +- internal/drummer/client/plugin.go | 2 +- internal/drummer/clusterimage.go | 2 +- internal/drummer/clusterimage_test.go | 2 +- internal/drummer/db.go | 2 +- internal/drummer/db_test.go | 2 +- internal/drummer/drummer.go | 2 +- internal/drummer/drummer_test.go | 2 +- internal/drummer/drummermt_test.go | 2 +- internal/drummer/election.go | 2 +- internal/drummer/election_test.go | 2 +- internal/drummer/filter.go | 2 +- internal/drummer/filter_test.go | 2 +- internal/drummer/mtutils_test.go | 2 +- internal/drummer/multiraftapi_test.go | 2 +- internal/drummer/nodehostapi.go | 2 +- internal/drummer/nodehostimage.go | 2 +- internal/drummer/nodehostimage_test.go | 2 +- internal/drummer/scheduler.go | 2 +- internal/drummer/scheduler_test.go | 2 +- internal/drummer/selector.go | 2 +- internal/drummer/selector_test.go | 2 +- internal/drummer/server.go | 2 +- internal/drummer/server_test.go | 2 +- internal/drummer/validation.go | 2 +- internal/logdb/batch.go | 2 +- internal/logdb/batch_test.go | 2 +- internal/logdb/compaction.go | 2 +- internal/logdb/compaction_test.go | 2 +- internal/logdb/kv/kv.go | 2 +- internal/logdb/kv/leveldb/kv_leveldb.go | 2 +- internal/logdb/kv/pebble/kv_pebble.go | 2 +- internal/logdb/kv/rocksdb/gorocksdb/extended.c | 2 +- internal/logdb/kv/rocksdb/gorocksdb/extended.h | 2 +- internal/logdb/kv/rocksdb/kv_rocksdb.go | 2 +- internal/logdb/kv/rocksdb/kv_rocksdb_darwin.go | 2 +- internal/logdb/kv/rocksdb/kv_rocksdb_linux.go | 2 +- internal/logdb/kv/rocksdb/monkey.go | 2 +- internal/logdb/kv/rocksdb/monkeynoop.go | 2 +- internal/logdb/kv_custom.go | 2 +- internal/logdb/kv_default.go | 2 +- internal/logdb/kv_leveldb.go | 2 +- internal/logdb/kv_pebble.go | 2 +- internal/logdb/kv_test.go | 2 +- internal/logdb/log_logdb_test.go | 2 +- internal/logdb/logdb.go | 2 +- internal/logdb/logreader.go | 2 +- internal/logdb/logreader_test.go | 2 +- internal/logdb/monkey.go | 2 +- internal/logdb/plain.go | 2 +- internal/logdb/pooledkey.go | 2 +- internal/logdb/pooledkey_test.go | 2 +- internal/logdb/rdb.go | 2 +- internal/logdb/rdb_test.go | 2 +- internal/logdb/rdbcache.go | 2 +- internal/logdb/rdbcache_test.go | 2 +- internal/logdb/rdbcontext.go | 2 +- internal/logdb/rdbcontext_test.go | 2 +- internal/logdb/sharded_rdb.go | 2 +- internal/raft/entryutils.go | 2 +- internal/raft/entryutils_test.go | 2 +- internal/raft/inmemory.go | 2 +- internal/raft/inmemory_etcd_test.go | 2 +- internal/raft/inmemory_test.go | 2 +- internal/raft/logdb_test.go | 2 +- internal/raft/logentry.go | 2 +- internal/raft/logentry_test.go | 2 +- internal/raft/logentry_test_helper.go | 2 +- internal/raft/monkey.go | 2 +- internal/raft/peer.go | 2 +- internal/raft/peer_test.go | 2 +- internal/raft/raft.go | 2 +- internal/raft/raft_test.go | 2 +- internal/raft/readindex.go | 2 +- internal/raft/readindex_test.go | 2 +- internal/raft/remote.go | 2 +- internal/raft/remote_test.go | 2 +- internal/rsm/chunkwriter.go | 2 +- internal/rsm/chunkwriter_test.go | 2 +- internal/rsm/files.go | 2 +- internal/rsm/files_test.go | 2 +- internal/rsm/lrusession.go | 2 +- internal/rsm/lrusession_test.go | 2 +- internal/rsm/membership.go | 2 +- internal/rsm/membership_test.go | 2 +- internal/rsm/native.go | 2 +- internal/rsm/native_test.go | 2 +- internal/rsm/offload.go | 2 +- internal/rsm/offload_test.go | 2 +- internal/rsm/rw.go | 2 +- internal/rsm/rw_test.go | 2 +- internal/rsm/session.go | 2 +- internal/rsm/session_test.go | 2 +- internal/rsm/sessionmanager.go | 2 +- internal/rsm/sessionmanager_test.go | 2 +- internal/rsm/sm.go | 2 +- internal/rsm/sm_test.go | 2 +- internal/rsm/snapshotio.go | 2 +- internal/rsm/snapshotio_test.go | 2 +- internal/rsm/statemachine.go | 2 +- internal/rsm/statemachine_test.go | 2 +- internal/rsm/taskqueue.go | 2 +- internal/rsm/taskqueue_test.go | 2 +- internal/server/context.go | 2 +- internal/server/context_test.go | 2 +- internal/server/message.go | 2 +- internal/server/message_test.go | 2 +- internal/server/partition.go | 2 +- internal/server/rate.go | 2 +- internal/server/rate_test.go | 2 +- internal/server/snapshotenv.go | 2 +- internal/server/snapshotenv_test.go | 2 +- internal/server/ticker.go | 2 +- internal/settings/hard.go | 2 +- internal/settings/overwrite.go | 2 +- internal/settings/soft.go | 2 +- internal/tests/concurrent.go | 2 +- internal/tests/concurrentkv.go | 2 +- internal/tests/concurrentkv/concurrent.go | 2 +- internal/tests/cpptest/example.cpp | 2 +- internal/tests/cpptest/example.h | 2 +- internal/tests/cpptest/exampleplugin.cpp | 2 +- internal/tests/diskkv.go | 2 +- internal/tests/diskkv/diskkv.go | 2 +- internal/tests/diskkv_test.go | 2 +- internal/tests/fakedisk.go | 2 +- internal/tests/kvtest.go | 2 +- internal/tests/kvtest/kvtest.go | 2 +- internal/tests/lcm/checker/main.go | 2 +- internal/tests/lcm/manager.go | 2 +- internal/tests/lcm/process.go | 2 +- internal/tests/monkey.go | 2 +- internal/tests/monkey_test.go | 2 +- internal/tests/monkeynoop.go | 2 +- internal/tests/noop.go | 2 +- internal/tests/snapshotbench/main.go | 2 +- internal/transport/chunks.go | 2 +- internal/transport/chunks_test.go | 2 +- internal/transport/fuzz.go | 2 +- internal/transport/grpc_test.go | 2 +- internal/transport/lane.go | 2 +- internal/transport/lane_test.go | 2 +- internal/transport/monkey.go | 2 +- internal/transport/nodes.go | 2 +- internal/transport/nodes_test.go | 2 +- internal/transport/noop.go | 2 +- internal/transport/snapshot.go | 2 +- internal/transport/tcp.go | 2 +- internal/transport/tcp_test.go | 2 +- internal/transport/transport.go | 2 +- internal/transport/transport_test.go | 2 +- internal/utils/envutil/dir.go | 2 +- internal/utils/envutil/env.go | 2 +- internal/utils/fileutil/chunkfile.go | 2 +- internal/utils/fileutil/flagfile.go | 2 +- internal/utils/fileutil/flagfile_test.go | 2 +- internal/utils/fileutil/plugin.go | 2 +- internal/utils/fileutil/util.go | 2 +- internal/utils/fileutil/util_test.go | 2 +- internal/utils/lang/contains.go | 2 +- internal/utils/lang/gid.go | 2 +- internal/utils/logutil/describe.go | 2 +- internal/utils/netutil/breaker_test.go | 2 +- internal/utils/netutil/listener.go | 2 +- internal/utils/netutil/tls.go | 2 +- internal/utils/random/probability.go | 2 +- internal/utils/random/rand.go | 2 +- internal/utils/stringutil/address.go | 2 +- internal/utils/stringutil/regex.go | 2 +- internal/utils/syncutil/lock.go | 2 +- internal/utils/syncutil/lock_test.go | 2 +- internal/utils/syncutil/stopper.go | 2 +- ioerror_test.go | 2 +- logger/capnslogger.go | 2 +- logger/logger.go | 2 +- monkey.go | 2 +- monkeynoop.go | 2 +- node.go | 2 +- node_test.go | 2 +- nodehost.go | 2 +- nodehost_slow_test.go | 2 +- nodehost_test.go | 2 +- plugin/leveldb/leveldb.go | 2 +- plugin/pebble/pebble.go | 2 +- plugin/plugin_test.go | 2 +- plugin/rocksdb/rocksdb.go | 2 +- queue.go | 2 +- queue_test.go | 2 +- quiesce.go | 2 +- quiesce_test.go | 2 +- raftio/binversion.go | 2 +- raftio/logdb.go | 2 +- raftio/rpc.go | 2 +- raftpb/fuzz.go | 2 +- raftpb/raft.go | 2 +- raftpb/raft_test.go | 2 +- requests.go | 2 +- requests_test.go | 2 +- snapshotstate.go | 2 +- snapshotstate_test.go | 2 +- snapshotter.go | 2 +- snapshotter_test.go | 2 +- statemachine/concurrent.go | 2 +- statemachine/disk.go | 2 +- statemachine/extension.go | 2 +- statemachine/rsm.go | 2 +- tools/checkdisk/main.go | 2 +- tools/import.go | 2 +- tools/import_test.go | 2 +- trace.go | 2 +- 248 files changed, 256 insertions(+), 247 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..3b2fc7ece --- /dev/null +++ b/AUTHORS @@ -0,0 +1,9 @@ +Dragonboat was originally created by Lei Ni (nilei81@gmail.com) in 2017. + +Below is an inevitably incomplete list of contributors alphabetically sorted by +names: + +dcosmos +gensmusic (gensmusic@163.com) +JasonYuchen (jasonyuchen@foxmail.com) +shijiayun diff --git a/benchmark_test.go b/benchmark_test.go index 787157295..79fe94007 100644 --- a/benchmark_test.go +++ b/benchmark_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding.go b/binding.go index af5347a14..dc9b79f3f 100644 --- a/binding.go +++ b/binding.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/binding.go b/binding/binding.go index 46926013d..b60843aa9 100644 --- a/binding/binding.go +++ b/binding/binding.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/c/binding.c b/binding/c/binding.c index 16aba037d..59f7de0d1 100644 --- a/binding/c/binding.c +++ b/binding/c/binding.c @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/cpp/dragonboat.cpp b/binding/cpp/dragonboat.cpp index 2dfe128ab..837f7b93d 100644 --- a/binding/cpp/dragonboat.cpp +++ b/binding/cpp/dragonboat.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/gocallback.cpp b/binding/gocallback.cpp index 0a64e89aa..ccddd445b 100644 --- a/binding/gocallback.cpp +++ b/binding/gocallback.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/include/dragonboat/binding.h b/binding/include/dragonboat/binding.h index 054eac113..3293b433d 100644 --- a/binding/include/dragonboat/binding.h +++ b/binding/include/dragonboat/binding.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/include/dragonboat/dragonboat.h b/binding/include/dragonboat/dragonboat.h index a054ce0a9..5ed8597d9 100644 --- a/binding/include/dragonboat/dragonboat.h +++ b/binding/include/dragonboat/dragonboat.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/include/dragonboat/managed.h b/binding/include/dragonboat/managed.h index 573b6835f..937ddadb5 100644 --- a/binding/include/dragonboat/managed.h +++ b/binding/include/dragonboat/managed.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/include/dragonboat/snapshotio.h b/binding/include/dragonboat/snapshotio.h index e791a50cc..7e7414137 100644 --- a/binding/include/dragonboat/snapshotio.h +++ b/binding/include/dragonboat/snapshotio.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/include/dragonboat/statemachine.h b/binding/include/dragonboat/statemachine.h index 85f091860..b523c4893 100644 --- a/binding/include/dragonboat/statemachine.h +++ b/binding/include/dragonboat/statemachine.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/include/dragonboat/types.h b/binding/include/dragonboat/types.h index 86ceb74cd..552b6858c 100644 --- a/binding/include/dragonboat/types.h +++ b/binding/include/dragonboat/types.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/tests/dragonboat_tests.cpp b/binding/tests/dragonboat_tests.cpp index dcde45fd1..a51d98754 100644 --- a/binding/tests/dragonboat_tests.cpp +++ b/binding/tests/dragonboat_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/tests/nodehost_tests.cpp b/binding/tests/nodehost_tests.cpp index 7995d0807..6016bc2d3 100644 --- a/binding/tests/nodehost_tests.cpp +++ b/binding/tests/nodehost_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/binding/types.go b/binding/types.go index 9d67e944f..563138604 100644 --- a/binding/types.go +++ b/binding/types.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/client/session.go b/client/session.go index c44d25d29..06481cffb 100644 --- a/client/session.go +++ b/client/session.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/client/session_test.go b/client/session_test.go index e5cac6848..3ad476d4b 100644 --- a/client/session_test.go +++ b/client/session_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/config/config.go b/config/config.go index 7c12847d4..b3ab5db15 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/config/config_test.go b/config/config_test.go index 6a8950935..de5bed235 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example_test.go b/example_test.go index 96101dff3..c2187fcd9 100644 --- a/example_test.go +++ b/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/execengine.go b/execengine.go index 177c74db0..555d5b682 100644 --- a/execengine.go +++ b/execengine.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/execengine_test.go b/execengine_test.go index 394aaf2fc..fc611705c 100644 --- a/execengine_test.go +++ b/execengine_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/feedback.go b/feedback.go index 7f6db0fb6..b8710af60 100644 --- a/feedback.go +++ b/feedback.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/feedback_test.go b/feedback_test.go index c2c4d8194..8eb435ad1 100644 --- a/feedback_test.go +++ b/feedback_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/managed.cpp b/internal/cpp/managed.cpp index 608940cd0..5dd9655ec 100644 --- a/internal/cpp/managed.cpp +++ b/internal/cpp/managed.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/managed.go b/internal/cpp/managed.go index 7fe8955d4..3bf61fc11 100644 --- a/internal/cpp/managed.go +++ b/internal/cpp/managed.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/snapshotio.cpp b/internal/cpp/snapshotio.cpp index 28f64a556..50dca4e05 100644 --- a/internal/cpp/snapshotio.cpp +++ b/internal/cpp/snapshotio.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/statemachine.cpp b/internal/cpp/statemachine.cpp index fc7b4bf66..3ed5d5fd9 100644 --- a/internal/cpp/statemachine.cpp +++ b/internal/cpp/statemachine.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/wrapper.cpp b/internal/cpp/wrapper.cpp index ae0211c3e..11a3383ad 100644 --- a/internal/cpp/wrapper.cpp +++ b/internal/cpp/wrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/wrapper.go b/internal/cpp/wrapper.go index d5d43042c..159c10d89 100644 --- a/internal/cpp/wrapper.go +++ b/internal/cpp/wrapper.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/wrapper.h b/internal/cpp/wrapper.h index a343e6974..561ac48f2 100644 --- a/internal/cpp/wrapper.h +++ b/internal/cpp/wrapper.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cpp/wrapper_test.go b/internal/cpp/wrapper_test.go index 5cf92d4a4..1bfc18736 100644 --- a/internal/cpp/wrapper_test.go +++ b/internal/cpp/wrapper_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/client.go b/internal/drummer/client.go index 18385c7a8..1956eee98 100644 --- a/internal/drummer/client.go +++ b/internal/drummer/client.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/client/client.go b/internal/drummer/client/client.go index c4bda1f25..ee5698946 100644 --- a/internal/drummer/client/client.go +++ b/internal/drummer/client/client.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/client/monkey.go b/internal/drummer/client/monkey.go index ef9f3447c..eb7bef572 100644 --- a/internal/drummer/client/monkey.go +++ b/internal/drummer/client/monkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/client/monkeynoop.go b/internal/drummer/client/monkeynoop.go index 6b9f0d32a..c69a58b78 100644 --- a/internal/drummer/client/monkeynoop.go +++ b/internal/drummer/client/monkeynoop.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/client/node.go b/internal/drummer/client/node.go index d9a3fc3f5..810594333 100644 --- a/internal/drummer/client/node.go +++ b/internal/drummer/client/node.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/client/nodehost.go b/internal/drummer/client/nodehost.go index 34e8635f3..553874b79 100644 --- a/internal/drummer/client/nodehost.go +++ b/internal/drummer/client/nodehost.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/client/plugin.go b/internal/drummer/client/plugin.go index bea7920e7..fb5f19481 100644 --- a/internal/drummer/client/plugin.go +++ b/internal/drummer/client/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/clusterimage.go b/internal/drummer/clusterimage.go index a61c71324..c38e2b683 100644 --- a/internal/drummer/clusterimage.go +++ b/internal/drummer/clusterimage.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/clusterimage_test.go b/internal/drummer/clusterimage_test.go index 45408f465..e8085c520 100644 --- a/internal/drummer/clusterimage_test.go +++ b/internal/drummer/clusterimage_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/db.go b/internal/drummer/db.go index 40d24b9dd..dfb7a7a8d 100644 --- a/internal/drummer/db.go +++ b/internal/drummer/db.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/db_test.go b/internal/drummer/db_test.go index 6e5f61f90..6565ac58e 100644 --- a/internal/drummer/db_test.go +++ b/internal/drummer/db_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/drummer.go b/internal/drummer/drummer.go index e3955507d..51b1ca5be 100644 --- a/internal/drummer/drummer.go +++ b/internal/drummer/drummer.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/drummer_test.go b/internal/drummer/drummer_test.go index 8326369ec..7a744785d 100644 --- a/internal/drummer/drummer_test.go +++ b/internal/drummer/drummer_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/drummermt_test.go b/internal/drummer/drummermt_test.go index ce155ae53..d776ebe54 100644 --- a/internal/drummer/drummermt_test.go +++ b/internal/drummer/drummermt_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/election.go b/internal/drummer/election.go index 78ed93c19..03a0220c7 100644 --- a/internal/drummer/election.go +++ b/internal/drummer/election.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/election_test.go b/internal/drummer/election_test.go index c7d72d588..42e28a6b1 100644 --- a/internal/drummer/election_test.go +++ b/internal/drummer/election_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/filter.go b/internal/drummer/filter.go index fd4f15a6d..d7fed19a6 100644 --- a/internal/drummer/filter.go +++ b/internal/drummer/filter.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/filter_test.go b/internal/drummer/filter_test.go index 9bc4d9437..d95af8f31 100644 --- a/internal/drummer/filter_test.go +++ b/internal/drummer/filter_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/mtutils_test.go b/internal/drummer/mtutils_test.go index 70e419384..2fbeb2b0e 100644 --- a/internal/drummer/mtutils_test.go +++ b/internal/drummer/mtutils_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/multiraftapi_test.go b/internal/drummer/multiraftapi_test.go index 43517ba10..fb5ad8061 100644 --- a/internal/drummer/multiraftapi_test.go +++ b/internal/drummer/multiraftapi_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/nodehostapi.go b/internal/drummer/nodehostapi.go index 79b71945f..ccae3ad07 100644 --- a/internal/drummer/nodehostapi.go +++ b/internal/drummer/nodehostapi.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/nodehostimage.go b/internal/drummer/nodehostimage.go index 77357a4ef..dfa534ac2 100644 --- a/internal/drummer/nodehostimage.go +++ b/internal/drummer/nodehostimage.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/nodehostimage_test.go b/internal/drummer/nodehostimage_test.go index 808607186..126a93693 100644 --- a/internal/drummer/nodehostimage_test.go +++ b/internal/drummer/nodehostimage_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/scheduler.go b/internal/drummer/scheduler.go index 15bd38c74..762709ed8 100644 --- a/internal/drummer/scheduler.go +++ b/internal/drummer/scheduler.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/scheduler_test.go b/internal/drummer/scheduler_test.go index ca8f4a437..8e7757535 100644 --- a/internal/drummer/scheduler_test.go +++ b/internal/drummer/scheduler_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/selector.go b/internal/drummer/selector.go index 5e5b2f68e..d2eda811c 100644 --- a/internal/drummer/selector.go +++ b/internal/drummer/selector.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/selector_test.go b/internal/drummer/selector_test.go index ebf28ba85..ef1337349 100644 --- a/internal/drummer/selector_test.go +++ b/internal/drummer/selector_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/server.go b/internal/drummer/server.go index fb1804058..5422be5b5 100644 --- a/internal/drummer/server.go +++ b/internal/drummer/server.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/server_test.go b/internal/drummer/server_test.go index 63bef84c0..fcd8277d4 100644 --- a/internal/drummer/server_test.go +++ b/internal/drummer/server_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/drummer/validation.go b/internal/drummer/validation.go index 528424c3a..2d4eb8877 100644 --- a/internal/drummer/validation.go +++ b/internal/drummer/validation.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/batch.go b/internal/logdb/batch.go index eb5e4b856..b420c3ca4 100644 --- a/internal/logdb/batch.go +++ b/internal/logdb/batch.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/batch_test.go b/internal/logdb/batch_test.go index cdc008b5e..66853111c 100644 --- a/internal/logdb/batch_test.go +++ b/internal/logdb/batch_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/compaction.go b/internal/logdb/compaction.go index e018592d0..83f9b5aab 100644 --- a/internal/logdb/compaction.go +++ b/internal/logdb/compaction.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/compaction_test.go b/internal/logdb/compaction_test.go index eccd7ab9f..e0ba4a04a 100644 --- a/internal/logdb/compaction_test.go +++ b/internal/logdb/compaction_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/kv.go b/internal/logdb/kv/kv.go index cba71f0b7..ea4226f50 100644 --- a/internal/logdb/kv/kv.go +++ b/internal/logdb/kv/kv.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/leveldb/kv_leveldb.go b/internal/logdb/kv/leveldb/kv_leveldb.go index b781a9bec..e4f09aa6b 100644 --- a/internal/logdb/kv/leveldb/kv_leveldb.go +++ b/internal/logdb/kv/leveldb/kv_leveldb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/pebble/kv_pebble.go b/internal/logdb/kv/pebble/kv_pebble.go index 32d0ecc8a..98dd37cb9 100644 --- a/internal/logdb/kv/pebble/kv_pebble.go +++ b/internal/logdb/kv/pebble/kv_pebble.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/rocksdb/gorocksdb/extended.c b/internal/logdb/kv/rocksdb/gorocksdb/extended.c index 50dfb0d72..2de95a40e 100644 --- a/internal/logdb/kv/rocksdb/gorocksdb/extended.c +++ b/internal/logdb/kv/rocksdb/gorocksdb/extended.c @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/rocksdb/gorocksdb/extended.h b/internal/logdb/kv/rocksdb/gorocksdb/extended.h index 2e0428a1e..901c3bbed 100644 --- a/internal/logdb/kv/rocksdb/gorocksdb/extended.h +++ b/internal/logdb/kv/rocksdb/gorocksdb/extended.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/rocksdb/kv_rocksdb.go b/internal/logdb/kv/rocksdb/kv_rocksdb.go index da3b40e22..13a03ae62 100644 --- a/internal/logdb/kv/rocksdb/kv_rocksdb.go +++ b/internal/logdb/kv/rocksdb/kv_rocksdb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/rocksdb/kv_rocksdb_darwin.go b/internal/logdb/kv/rocksdb/kv_rocksdb_darwin.go index d23257e30..d248e5734 100644 --- a/internal/logdb/kv/rocksdb/kv_rocksdb_darwin.go +++ b/internal/logdb/kv/rocksdb/kv_rocksdb_darwin.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/rocksdb/kv_rocksdb_linux.go b/internal/logdb/kv/rocksdb/kv_rocksdb_linux.go index 63450c1b2..95fd726b2 100644 --- a/internal/logdb/kv/rocksdb/kv_rocksdb_linux.go +++ b/internal/logdb/kv/rocksdb/kv_rocksdb_linux.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/rocksdb/monkey.go b/internal/logdb/kv/rocksdb/monkey.go index 924bb6fd3..810a353f5 100644 --- a/internal/logdb/kv/rocksdb/monkey.go +++ b/internal/logdb/kv/rocksdb/monkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv/rocksdb/monkeynoop.go b/internal/logdb/kv/rocksdb/monkeynoop.go index 35576d597..bc36044d2 100644 --- a/internal/logdb/kv/rocksdb/monkeynoop.go +++ b/internal/logdb/kv/rocksdb/monkeynoop.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv_custom.go b/internal/logdb/kv_custom.go index bc9e6f21e..ded0a7ee8 100644 --- a/internal/logdb/kv_custom.go +++ b/internal/logdb/kv_custom.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv_default.go b/internal/logdb/kv_default.go index 0ad64ca58..7bf9b3339 100644 --- a/internal/logdb/kv_default.go +++ b/internal/logdb/kv_default.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv_leveldb.go b/internal/logdb/kv_leveldb.go index 2a1f4b794..36c0c0ef8 100644 --- a/internal/logdb/kv_leveldb.go +++ b/internal/logdb/kv_leveldb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv_pebble.go b/internal/logdb/kv_pebble.go index f660b349c..eb83d1b92 100644 --- a/internal/logdb/kv_pebble.go +++ b/internal/logdb/kv_pebble.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/kv_test.go b/internal/logdb/kv_test.go index 35623291e..dadc67bd1 100644 --- a/internal/logdb/kv_test.go +++ b/internal/logdb/kv_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/log_logdb_test.go b/internal/logdb/log_logdb_test.go index 06811ea32..d665a0421 100644 --- a/internal/logdb/log_logdb_test.go +++ b/internal/logdb/log_logdb_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // Copyright 2015 The etcd Authors // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/internal/logdb/logdb.go b/internal/logdb/logdb.go index 89866cab7..792c3ad18 100644 --- a/internal/logdb/logdb.go +++ b/internal/logdb/logdb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/logreader.go b/internal/logdb/logreader.go index dc6edb285..dd589ad95 100644 --- a/internal/logdb/logreader.go +++ b/internal/logdb/logreader.go @@ -14,7 +14,7 @@ // // // -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/logreader_test.go b/internal/logdb/logreader_test.go index 19e70f0b8..dc96e28cf 100644 --- a/internal/logdb/logreader_test.go +++ b/internal/logdb/logreader_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/monkey.go b/internal/logdb/monkey.go index 9f7ee93d6..02e257dd9 100644 --- a/internal/logdb/monkey.go +++ b/internal/logdb/monkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/plain.go b/internal/logdb/plain.go index d2f032732..9262cc776 100644 --- a/internal/logdb/plain.go +++ b/internal/logdb/plain.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/pooledkey.go b/internal/logdb/pooledkey.go index 948f5408e..4d468398b 100644 --- a/internal/logdb/pooledkey.go +++ b/internal/logdb/pooledkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/pooledkey_test.go b/internal/logdb/pooledkey_test.go index b6f652780..24b3d7d8b 100644 --- a/internal/logdb/pooledkey_test.go +++ b/internal/logdb/pooledkey_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/rdb.go b/internal/logdb/rdb.go index 22b39cd50..76501d856 100644 --- a/internal/logdb/rdb.go +++ b/internal/logdb/rdb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/rdb_test.go b/internal/logdb/rdb_test.go index 74246cdb5..ca14d42b0 100644 --- a/internal/logdb/rdb_test.go +++ b/internal/logdb/rdb_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/rdbcache.go b/internal/logdb/rdbcache.go index 7ebffa872..285e718de 100644 --- a/internal/logdb/rdbcache.go +++ b/internal/logdb/rdbcache.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/rdbcache_test.go b/internal/logdb/rdbcache_test.go index cfa0cd653..713927368 100644 --- a/internal/logdb/rdbcache_test.go +++ b/internal/logdb/rdbcache_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/rdbcontext.go b/internal/logdb/rdbcontext.go index 71681fa15..a3a45174e 100644 --- a/internal/logdb/rdbcontext.go +++ b/internal/logdb/rdbcontext.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/rdbcontext_test.go b/internal/logdb/rdbcontext_test.go index 3c0493a6a..f781a547d 100644 --- a/internal/logdb/rdbcontext_test.go +++ b/internal/logdb/rdbcontext_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logdb/sharded_rdb.go b/internal/logdb/sharded_rdb.go index 9a2d2f083..2a61eac09 100644 --- a/internal/logdb/sharded_rdb.go +++ b/internal/logdb/sharded_rdb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/entryutils.go b/internal/raft/entryutils.go index 07d3a4aaf..f4e518c3a 100644 --- a/internal/raft/entryutils.go +++ b/internal/raft/entryutils.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/entryutils_test.go b/internal/raft/entryutils_test.go index 244d7c7ee..cb58f0173 100644 --- a/internal/raft/entryutils_test.go +++ b/internal/raft/entryutils_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/inmemory.go b/internal/raft/inmemory.go index 99a869c0d..70b924c62 100644 --- a/internal/raft/inmemory.go +++ b/internal/raft/inmemory.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/inmemory_etcd_test.go b/internal/raft/inmemory_etcd_test.go index a90731ac2..460ad31cb 100644 --- a/internal/raft/inmemory_etcd_test.go +++ b/internal/raft/inmemory_etcd_test.go @@ -1,5 +1,5 @@ // Copyright 2015 The etcd Authors -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/inmemory_test.go b/internal/raft/inmemory_test.go index 2c27a14d8..efaec80b2 100644 --- a/internal/raft/inmemory_test.go +++ b/internal/raft/inmemory_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/logdb_test.go b/internal/raft/logdb_test.go index fb81aa6e8..d72380103 100644 --- a/internal/raft/logdb_test.go +++ b/internal/raft/logdb_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/logentry.go b/internal/raft/logentry.go index 2fd9078ae..c58afcc47 100644 --- a/internal/raft/logentry.go +++ b/internal/raft/logentry.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/logentry_test.go b/internal/raft/logentry_test.go index 673764ecd..60f4a972c 100644 --- a/internal/raft/logentry_test.go +++ b/internal/raft/logentry_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/logentry_test_helper.go b/internal/raft/logentry_test_helper.go index 0854374fe..f10ed5a17 100644 --- a/internal/raft/logentry_test_helper.go +++ b/internal/raft/logentry_test_helper.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/monkey.go b/internal/raft/monkey.go index c8817b863..57fc51a10 100644 --- a/internal/raft/monkey.go +++ b/internal/raft/monkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/peer.go b/internal/raft/peer.go index b5e8fcc03..0b51cfeb0 100644 --- a/internal/raft/peer.go +++ b/internal/raft/peer.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/peer_test.go b/internal/raft/peer_test.go index 529299341..906529fb2 100644 --- a/internal/raft/peer_test.go +++ b/internal/raft/peer_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/raft.go b/internal/raft/raft.go index 03f20ee04..8ba91d30a 100644 --- a/internal/raft/raft.go +++ b/internal/raft/raft.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/raft_test.go b/internal/raft/raft_test.go index 6e9151908..a44684392 100644 --- a/internal/raft/raft_test.go +++ b/internal/raft/raft_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/readindex.go b/internal/raft/readindex.go index c4b363a29..dd047a9fb 100644 --- a/internal/raft/readindex.go +++ b/internal/raft/readindex.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/readindex_test.go b/internal/raft/readindex_test.go index dc83272ef..8a87371f6 100644 --- a/internal/raft/readindex_test.go +++ b/internal/raft/readindex_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/remote.go b/internal/raft/remote.go index d05b4dae9..8e8298887 100644 --- a/internal/raft/remote.go +++ b/internal/raft/remote.go @@ -14,7 +14,7 @@ // // // -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/raft/remote_test.go b/internal/raft/remote_test.go index 6ba5833ae..61910d293 100644 --- a/internal/raft/remote_test.go +++ b/internal/raft/remote_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/chunkwriter.go b/internal/rsm/chunkwriter.go index 2b64fae1c..8b6caf9ca 100644 --- a/internal/rsm/chunkwriter.go +++ b/internal/rsm/chunkwriter.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/chunkwriter_test.go b/internal/rsm/chunkwriter_test.go index 1d8c4bfd0..901ef2644 100644 --- a/internal/rsm/chunkwriter_test.go +++ b/internal/rsm/chunkwriter_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/files.go b/internal/rsm/files.go index 422df768c..04850dcc5 100644 --- a/internal/rsm/files.go +++ b/internal/rsm/files.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/files_test.go b/internal/rsm/files_test.go index a914852e6..3021e3d8b 100644 --- a/internal/rsm/files_test.go +++ b/internal/rsm/files_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/lrusession.go b/internal/rsm/lrusession.go index 7b9991e4c..0719a18fc 100644 --- a/internal/rsm/lrusession.go +++ b/internal/rsm/lrusession.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/lrusession_test.go b/internal/rsm/lrusession_test.go index 9ed77f833..710e800dc 100644 --- a/internal/rsm/lrusession_test.go +++ b/internal/rsm/lrusession_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/membership.go b/internal/rsm/membership.go index d7cc79174..5991095c5 100644 --- a/internal/rsm/membership.go +++ b/internal/rsm/membership.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/membership_test.go b/internal/rsm/membership_test.go index 201c9d7da..96fda5da8 100644 --- a/internal/rsm/membership_test.go +++ b/internal/rsm/membership_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/native.go b/internal/rsm/native.go index 04c686277..c62c23dd5 100644 --- a/internal/rsm/native.go +++ b/internal/rsm/native.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/native_test.go b/internal/rsm/native_test.go index fa98de024..2e1d73f46 100644 --- a/internal/rsm/native_test.go +++ b/internal/rsm/native_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/offload.go b/internal/rsm/offload.go index d2a39bf69..3ab3b9201 100644 --- a/internal/rsm/offload.go +++ b/internal/rsm/offload.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/offload_test.go b/internal/rsm/offload_test.go index a7c2450b1..f21ffcabc 100644 --- a/internal/rsm/offload_test.go +++ b/internal/rsm/offload_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/rw.go b/internal/rsm/rw.go index f685da37e..d90b160ae 100644 --- a/internal/rsm/rw.go +++ b/internal/rsm/rw.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/rw_test.go b/internal/rsm/rw_test.go index fc29bfb92..620414ff6 100644 --- a/internal/rsm/rw_test.go +++ b/internal/rsm/rw_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/session.go b/internal/rsm/session.go index d749daefe..a85d9bcb3 100644 --- a/internal/rsm/session.go +++ b/internal/rsm/session.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/session_test.go b/internal/rsm/session_test.go index be089c6fc..386ab1ec0 100644 --- a/internal/rsm/session_test.go +++ b/internal/rsm/session_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/sessionmanager.go b/internal/rsm/sessionmanager.go index b852e7d8b..798aa00d9 100644 --- a/internal/rsm/sessionmanager.go +++ b/internal/rsm/sessionmanager.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/sessionmanager_test.go b/internal/rsm/sessionmanager_test.go index 2dc4ab5dc..26c6140cf 100644 --- a/internal/rsm/sessionmanager_test.go +++ b/internal/rsm/sessionmanager_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/sm.go b/internal/rsm/sm.go index 2e1cd05ff..4986cd54d 100644 --- a/internal/rsm/sm.go +++ b/internal/rsm/sm.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/sm_test.go b/internal/rsm/sm_test.go index c722f111f..23b2a01c0 100644 --- a/internal/rsm/sm_test.go +++ b/internal/rsm/sm_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/snapshotio.go b/internal/rsm/snapshotio.go index d0b9da656..db55643dc 100644 --- a/internal/rsm/snapshotio.go +++ b/internal/rsm/snapshotio.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/snapshotio_test.go b/internal/rsm/snapshotio_test.go index 9f3e6796a..fc3db918e 100644 --- a/internal/rsm/snapshotio_test.go +++ b/internal/rsm/snapshotio_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/statemachine.go b/internal/rsm/statemachine.go index 916870367..f8cbc7a7c 100644 --- a/internal/rsm/statemachine.go +++ b/internal/rsm/statemachine.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/statemachine_test.go b/internal/rsm/statemachine_test.go index 329c2102e..f7e1cd393 100644 --- a/internal/rsm/statemachine_test.go +++ b/internal/rsm/statemachine_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/taskqueue.go b/internal/rsm/taskqueue.go index 6e4c12a11..9c1a6ebf3 100644 --- a/internal/rsm/taskqueue.go +++ b/internal/rsm/taskqueue.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/rsm/taskqueue_test.go b/internal/rsm/taskqueue_test.go index 3efa6e1ad..92af162bd 100644 --- a/internal/rsm/taskqueue_test.go +++ b/internal/rsm/taskqueue_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/context.go b/internal/server/context.go index 2693139e9..9d5e3eb38 100644 --- a/internal/server/context.go +++ b/internal/server/context.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/context_test.go b/internal/server/context_test.go index 694e9e392..8a7e9a238 100644 --- a/internal/server/context_test.go +++ b/internal/server/context_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/message.go b/internal/server/message.go index 9385a8568..f338ab383 100644 --- a/internal/server/message.go +++ b/internal/server/message.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/message_test.go b/internal/server/message_test.go index 145263db8..a2815f3a6 100644 --- a/internal/server/message_test.go +++ b/internal/server/message_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/partition.go b/internal/server/partition.go index 7fa1dafdd..79ed61b26 100644 --- a/internal/server/partition.go +++ b/internal/server/partition.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/rate.go b/internal/server/rate.go index 5fc8b083c..6da2d5718 100644 --- a/internal/server/rate.go +++ b/internal/server/rate.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/rate_test.go b/internal/server/rate_test.go index 053830893..132f355e8 100644 --- a/internal/server/rate_test.go +++ b/internal/server/rate_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/snapshotenv.go b/internal/server/snapshotenv.go index 474918891..c76f83d9b 100644 --- a/internal/server/snapshotenv.go +++ b/internal/server/snapshotenv.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/snapshotenv_test.go b/internal/server/snapshotenv_test.go index 6455588f8..50ba91b87 100644 --- a/internal/server/snapshotenv_test.go +++ b/internal/server/snapshotenv_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/ticker.go b/internal/server/ticker.go index e866aee20..66a16b031 100644 --- a/internal/server/ticker.go +++ b/internal/server/ticker.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/settings/hard.go b/internal/settings/hard.go index dea6ff19f..4e739f5dd 100644 --- a/internal/settings/hard.go +++ b/internal/settings/hard.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/settings/overwrite.go b/internal/settings/overwrite.go index 3ce1aebc8..6d62c9143 100644 --- a/internal/settings/overwrite.go +++ b/internal/settings/overwrite.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/settings/soft.go b/internal/settings/soft.go index 30b5809d0..df9d83b52 100644 --- a/internal/settings/soft.go +++ b/internal/settings/soft.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/concurrent.go b/internal/tests/concurrent.go index 45847565c..ed65828dd 100644 --- a/internal/tests/concurrent.go +++ b/internal/tests/concurrent.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/concurrentkv.go b/internal/tests/concurrentkv.go index 2198c4a29..09207ebec 100644 --- a/internal/tests/concurrentkv.go +++ b/internal/tests/concurrentkv.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/concurrentkv/concurrent.go b/internal/tests/concurrentkv/concurrent.go index 5f4175020..451264fdd 100644 --- a/internal/tests/concurrentkv/concurrent.go +++ b/internal/tests/concurrentkv/concurrent.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/cpptest/example.cpp b/internal/tests/cpptest/example.cpp index a1aa31d1c..339fbcaa0 100644 --- a/internal/tests/cpptest/example.cpp +++ b/internal/tests/cpptest/example.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/cpptest/example.h b/internal/tests/cpptest/example.h index ba32ec1cc..ca554c104 100644 --- a/internal/tests/cpptest/example.h +++ b/internal/tests/cpptest/example.h @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/cpptest/exampleplugin.cpp b/internal/tests/cpptest/exampleplugin.cpp index f27ebd7f5..4cea5cbee 100644 --- a/internal/tests/cpptest/exampleplugin.cpp +++ b/internal/tests/cpptest/exampleplugin.cpp @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/diskkv.go b/internal/tests/diskkv.go index 4e5244bf2..63d0f9b80 100644 --- a/internal/tests/diskkv.go +++ b/internal/tests/diskkv.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/diskkv/diskkv.go b/internal/tests/diskkv/diskkv.go index e5a2b35b3..b903d2180 100644 --- a/internal/tests/diskkv/diskkv.go +++ b/internal/tests/diskkv/diskkv.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/diskkv_test.go b/internal/tests/diskkv_test.go index ecfab6c52..df9579452 100644 --- a/internal/tests/diskkv_test.go +++ b/internal/tests/diskkv_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/fakedisk.go b/internal/tests/fakedisk.go index 866e76763..cdae52224 100644 --- a/internal/tests/fakedisk.go +++ b/internal/tests/fakedisk.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/kvtest.go b/internal/tests/kvtest.go index d3ecd1db8..1684e61f7 100644 --- a/internal/tests/kvtest.go +++ b/internal/tests/kvtest.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/kvtest/kvtest.go b/internal/tests/kvtest/kvtest.go index 2b4aae6dd..7ffcccb90 100644 --- a/internal/tests/kvtest/kvtest.go +++ b/internal/tests/kvtest/kvtest.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/lcm/checker/main.go b/internal/tests/lcm/checker/main.go index ad18c500e..bca6e0487 100644 --- a/internal/tests/lcm/checker/main.go +++ b/internal/tests/lcm/checker/main.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/lcm/manager.go b/internal/tests/lcm/manager.go index 8af1281e9..fc975fa76 100644 --- a/internal/tests/lcm/manager.go +++ b/internal/tests/lcm/manager.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/lcm/process.go b/internal/tests/lcm/process.go index 33748d99c..8ce1efc63 100644 --- a/internal/tests/lcm/process.go +++ b/internal/tests/lcm/process.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/monkey.go b/internal/tests/monkey.go index a284f0b14..21ed736b8 100644 --- a/internal/tests/monkey.go +++ b/internal/tests/monkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/monkey_test.go b/internal/tests/monkey_test.go index 10039663c..41a5a6772 100644 --- a/internal/tests/monkey_test.go +++ b/internal/tests/monkey_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/monkeynoop.go b/internal/tests/monkeynoop.go index f15e453c5..7b7b26ba9 100644 --- a/internal/tests/monkeynoop.go +++ b/internal/tests/monkeynoop.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/noop.go b/internal/tests/noop.go index 937468878..7f994c697 100644 --- a/internal/tests/noop.go +++ b/internal/tests/noop.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/tests/snapshotbench/main.go b/internal/tests/snapshotbench/main.go index 57b88c6c5..ae681e04d 100644 --- a/internal/tests/snapshotbench/main.go +++ b/internal/tests/snapshotbench/main.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/chunks.go b/internal/transport/chunks.go index 34ae455d2..9dfbba529 100644 --- a/internal/transport/chunks.go +++ b/internal/transport/chunks.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/chunks_test.go b/internal/transport/chunks_test.go index 4f76cf0cd..56766b973 100644 --- a/internal/transport/chunks_test.go +++ b/internal/transport/chunks_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/fuzz.go b/internal/transport/fuzz.go index 58390b587..4fc73e695 100644 --- a/internal/transport/fuzz.go +++ b/internal/transport/fuzz.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/grpc_test.go b/internal/transport/grpc_test.go index 4a11d62fe..ab023856b 100644 --- a/internal/transport/grpc_test.go +++ b/internal/transport/grpc_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/lane.go b/internal/transport/lane.go index 1694c17e4..f42908616 100644 --- a/internal/transport/lane.go +++ b/internal/transport/lane.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/lane_test.go b/internal/transport/lane_test.go index 5aca85d77..9114ed643 100644 --- a/internal/transport/lane_test.go +++ b/internal/transport/lane_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/monkey.go b/internal/transport/monkey.go index 2b1e59718..f37c4dddf 100644 --- a/internal/transport/monkey.go +++ b/internal/transport/monkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/nodes.go b/internal/transport/nodes.go index 2ee15c003..6144cd0b2 100644 --- a/internal/transport/nodes.go +++ b/internal/transport/nodes.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/nodes_test.go b/internal/transport/nodes_test.go index 7b3e8d41e..d8b08d3b5 100644 --- a/internal/transport/nodes_test.go +++ b/internal/transport/nodes_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/noop.go b/internal/transport/noop.go index 56e25d134..09787d3c6 100644 --- a/internal/transport/noop.go +++ b/internal/transport/noop.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/snapshot.go b/internal/transport/snapshot.go index d9853c74f..6bed51704 100644 --- a/internal/transport/snapshot.go +++ b/internal/transport/snapshot.go @@ -14,7 +14,7 @@ // // // -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/tcp.go b/internal/transport/tcp.go index 2248120a7..aeff11ca5 100644 --- a/internal/transport/tcp.go +++ b/internal/transport/tcp.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/tcp_test.go b/internal/transport/tcp_test.go index ad41f3f7b..53ee7f1d3 100644 --- a/internal/transport/tcp_test.go +++ b/internal/transport/tcp_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/transport.go b/internal/transport/transport.go index 1b77d9140..3d42974b9 100644 --- a/internal/transport/transport.go +++ b/internal/transport/transport.go @@ -14,7 +14,7 @@ // // // -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/transport/transport_test.go b/internal/transport/transport_test.go index 0d51d111d..8d28dd502 100644 --- a/internal/transport/transport_test.go +++ b/internal/transport/transport_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/envutil/dir.go b/internal/utils/envutil/dir.go index ea16d2687..273740b45 100644 --- a/internal/utils/envutil/dir.go +++ b/internal/utils/envutil/dir.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/envutil/env.go b/internal/utils/envutil/env.go index 3df679998..82b2585aa 100644 --- a/internal/utils/envutil/env.go +++ b/internal/utils/envutil/env.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/fileutil/chunkfile.go b/internal/utils/fileutil/chunkfile.go index cc52985fd..4f419db2b 100644 --- a/internal/utils/fileutil/chunkfile.go +++ b/internal/utils/fileutil/chunkfile.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/fileutil/flagfile.go b/internal/utils/fileutil/flagfile.go index f21109455..c75002113 100644 --- a/internal/utils/fileutil/flagfile.go +++ b/internal/utils/fileutil/flagfile.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/fileutil/flagfile_test.go b/internal/utils/fileutil/flagfile_test.go index 3c0df8a20..ae78cad3d 100644 --- a/internal/utils/fileutil/flagfile_test.go +++ b/internal/utils/fileutil/flagfile_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/fileutil/plugin.go b/internal/utils/fileutil/plugin.go index d1e4b9293..4f7040ff4 100644 --- a/internal/utils/fileutil/plugin.go +++ b/internal/utils/fileutil/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/fileutil/util.go b/internal/utils/fileutil/util.go index 4b2db8b6f..8bb2d59d3 100644 --- a/internal/utils/fileutil/util.go +++ b/internal/utils/fileutil/util.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/fileutil/util_test.go b/internal/utils/fileutil/util_test.go index 65f6b47fd..b14321795 100644 --- a/internal/utils/fileutil/util_test.go +++ b/internal/utils/fileutil/util_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/lang/contains.go b/internal/utils/lang/contains.go index 878b8599c..78ad0fe9a 100644 --- a/internal/utils/lang/contains.go +++ b/internal/utils/lang/contains.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/lang/gid.go b/internal/utils/lang/gid.go index 817b2e314..4bba84bf9 100644 --- a/internal/utils/lang/gid.go +++ b/internal/utils/lang/gid.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/logutil/describe.go b/internal/utils/logutil/describe.go index 5d5c2c8c8..15fc90a48 100644 --- a/internal/utils/logutil/describe.go +++ b/internal/utils/logutil/describe.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/netutil/breaker_test.go b/internal/utils/netutil/breaker_test.go index f949ed53e..bb32fe03d 100644 --- a/internal/utils/netutil/breaker_test.go +++ b/internal/utils/netutil/breaker_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/netutil/listener.go b/internal/utils/netutil/listener.go index feff2459e..3fb6d9f30 100644 --- a/internal/utils/netutil/listener.go +++ b/internal/utils/netutil/listener.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/netutil/tls.go b/internal/utils/netutil/tls.go index 7f0f58fe8..0d660a69c 100644 --- a/internal/utils/netutil/tls.go +++ b/internal/utils/netutil/tls.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/random/probability.go b/internal/utils/random/probability.go index af0256015..23cb66de2 100644 --- a/internal/utils/random/probability.go +++ b/internal/utils/random/probability.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/random/rand.go b/internal/utils/random/rand.go index 5145f8792..72dec3786 100644 --- a/internal/utils/random/rand.go +++ b/internal/utils/random/rand.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/stringutil/address.go b/internal/utils/stringutil/address.go index 789550e85..6dc628592 100644 --- a/internal/utils/stringutil/address.go +++ b/internal/utils/stringutil/address.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/stringutil/regex.go b/internal/utils/stringutil/regex.go index c1882f2f2..afa69129b 100644 --- a/internal/utils/stringutil/regex.go +++ b/internal/utils/stringutil/regex.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/syncutil/lock.go b/internal/utils/syncutil/lock.go index 97704e1a8..9d57f5e10 100644 --- a/internal/utils/syncutil/lock.go +++ b/internal/utils/syncutil/lock.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/syncutil/lock_test.go b/internal/utils/syncutil/lock_test.go index cfad3a08c..9fa0fc7a6 100644 --- a/internal/utils/syncutil/lock_test.go +++ b/internal/utils/syncutil/lock_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/syncutil/stopper.go b/internal/utils/syncutil/stopper.go index 92f3fca2a..e1cd22a9f 100644 --- a/internal/utils/syncutil/stopper.go +++ b/internal/utils/syncutil/stopper.go @@ -14,7 +14,7 @@ // // // -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ioerror_test.go b/ioerror_test.go index 891b03d59..cb7a649c8 100644 --- a/ioerror_test.go +++ b/ioerror_test.go @@ -1,6 +1,6 @@ // +build dragonboat_errorinjectiontest -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/logger/capnslogger.go b/logger/capnslogger.go index d4e9372b6..7da36e38a 100644 --- a/logger/capnslogger.go +++ b/logger/capnslogger.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/logger/logger.go b/logger/logger.go index b28f7a5e4..d1be715a8 100644 --- a/logger/logger.go +++ b/logger/logger.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/monkey.go b/monkey.go index 9a7f8a38b..015ff3544 100644 --- a/monkey.go +++ b/monkey.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/monkeynoop.go b/monkeynoop.go index e2ec6e860..83dd47670 100644 --- a/monkeynoop.go +++ b/monkeynoop.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node.go b/node.go index 8061d86de..f39b364c8 100644 --- a/node.go +++ b/node.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node_test.go b/node_test.go index d5104061f..ac35d1b30 100644 --- a/node_test.go +++ b/node_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/nodehost.go b/nodehost.go index b1b9c19dd..a26beb82e 100644 --- a/nodehost.go +++ b/nodehost.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/nodehost_slow_test.go b/nodehost_slow_test.go index d0ad98fa7..71c2d6632 100644 --- a/nodehost_slow_test.go +++ b/nodehost_slow_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/nodehost_test.go b/nodehost_test.go index 7c033dbff..c1eb375fd 100644 --- a/nodehost_test.go +++ b/nodehost_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/plugin/leveldb/leveldb.go b/plugin/leveldb/leveldb.go index abbe1624b..69fac417e 100644 --- a/plugin/leveldb/leveldb.go +++ b/plugin/leveldb/leveldb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/plugin/pebble/pebble.go b/plugin/pebble/pebble.go index 6d4f950e0..175922d30 100644 --- a/plugin/pebble/pebble.go +++ b/plugin/pebble/pebble.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/plugin/plugin_test.go b/plugin/plugin_test.go index c2dae020a..37dfda0c3 100644 --- a/plugin/plugin_test.go +++ b/plugin/plugin_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/plugin/rocksdb/rocksdb.go b/plugin/rocksdb/rocksdb.go index c30f63c2c..d0dc50892 100644 --- a/plugin/rocksdb/rocksdb.go +++ b/plugin/rocksdb/rocksdb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/queue.go b/queue.go index dbf8d4df3..8e8639e26 100644 --- a/queue.go +++ b/queue.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/queue_test.go b/queue_test.go index 4a03486f7..cf37a68c0 100644 --- a/queue_test.go +++ b/queue_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/quiesce.go b/quiesce.go index acd65af85..8eb47f503 100644 --- a/quiesce.go +++ b/quiesce.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/quiesce_test.go b/quiesce_test.go index 38f87c5a1..ba2db1cfa 100644 --- a/quiesce_test.go +++ b/quiesce_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/raftio/binversion.go b/raftio/binversion.go index 36196d085..026ddbe2a 100644 --- a/raftio/binversion.go +++ b/raftio/binversion.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/raftio/logdb.go b/raftio/logdb.go index c822dc156..8af10216f 100644 --- a/raftio/logdb.go +++ b/raftio/logdb.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/raftio/rpc.go b/raftio/rpc.go index 31f1a9795..eacf7f7f1 100644 --- a/raftio/rpc.go +++ b/raftio/rpc.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/raftpb/fuzz.go b/raftpb/fuzz.go index 000b4a750..a23dd4000 100644 --- a/raftpb/fuzz.go +++ b/raftpb/fuzz.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/raftpb/raft.go b/raftpb/raft.go index 0be724c9c..62a0c4ffc 100644 --- a/raftpb/raft.go +++ b/raftpb/raft.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/raftpb/raft_test.go b/raftpb/raft_test.go index 1e13e1b70..bec252979 100644 --- a/raftpb/raft_test.go +++ b/raftpb/raft_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/requests.go b/requests.go index e7f0b4469..390cce7d9 100644 --- a/requests.go +++ b/requests.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/requests_test.go b/requests_test.go index e2a69c100..f74727cb2 100644 --- a/requests_test.go +++ b/requests_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/snapshotstate.go b/snapshotstate.go index 0b36fe311..966cbc941 100644 --- a/snapshotstate.go +++ b/snapshotstate.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/snapshotstate_test.go b/snapshotstate_test.go index ca54b51ce..510609552 100644 --- a/snapshotstate_test.go +++ b/snapshotstate_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/snapshotter.go b/snapshotter.go index 8022fd339..234a1b207 100644 --- a/snapshotter.go +++ b/snapshotter.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/snapshotter_test.go b/snapshotter_test.go index 23373557f..9ce767db2 100644 --- a/snapshotter_test.go +++ b/snapshotter_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/statemachine/concurrent.go b/statemachine/concurrent.go index d2595b6e8..6a00c54bb 100644 --- a/statemachine/concurrent.go +++ b/statemachine/concurrent.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/statemachine/disk.go b/statemachine/disk.go index 225bf4c96..a26ea6241 100644 --- a/statemachine/disk.go +++ b/statemachine/disk.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/statemachine/extension.go b/statemachine/extension.go index 374d6b4e2..cc686fbc8 100644 --- a/statemachine/extension.go +++ b/statemachine/extension.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/statemachine/rsm.go b/statemachine/rsm.go index f6f5befd6..f614bec9b 100644 --- a/statemachine/rsm.go +++ b/statemachine/rsm.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tools/checkdisk/main.go b/tools/checkdisk/main.go index ad87be369..335852534 100644 --- a/tools/checkdisk/main.go +++ b/tools/checkdisk/main.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tools/import.go b/tools/import.go index b286e6014..1d5d1ec09 100644 --- a/tools/import.go +++ b/tools/import.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tools/import_test.go b/tools/import_test.go index 389edd52b..01ccbd83d 100644 --- a/tools/import_test.go +++ b/tools/import_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/trace.go b/trace.go index f88d3b516..4fae72b70 100644 --- a/trace.go +++ b/trace.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) +// Copyright 2017-2019 Lei Ni (nilei81@gmail.com) and other Dragonboat authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.