Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(server): update license text #312

Merged
merged 1 commit into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/compact_object.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/compact_object.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/compact_object_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include "core/compact_object.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/core_types.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/dash.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/core/dash_bench.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/dash_internal.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/dash_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/dense_set.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/dense_set.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/core/dfly_core_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
4 changes: 2 additions & 2 deletions src/core/dragonfly_core.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand All @@ -25,4 +25,4 @@ void IntentLock::VerifyDebug() {
DCHECK_EQ(0u, cnt_[1] & kMsb);
}

} // namespace dfly
} // namespace dfly
2 changes: 1 addition & 1 deletion src/core/expire_period.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/extent_tree.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/extent_tree.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
4 changes: 2 additions & 2 deletions src/core/extent_tree_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down Expand Up @@ -55,4 +55,4 @@ TEST_F(ExtentTreeTest, Basic) {
EXPECT_THAT(*op, testing::Pair(60, 92));
}

} // namespace dfly
} // namespace dfly
2 changes: 1 addition & 1 deletion src/core/external_alloc.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/external_alloc.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#pragma once
Expand Down
4 changes: 2 additions & 2 deletions src/core/external_alloc_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down Expand Up @@ -117,4 +117,4 @@ TEST_F(ExternalAllocatorTest, Classes) {
EXPECT_EQ(1_MB + 4_KB, ExternalAllocator::GoodSize(1_MB + 1));
}

} // namespace dfly
} // namespace dfly
2 changes: 1 addition & 1 deletion src/core/flat_set.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/intent_lock.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include <assert.h>
Expand Down
2 changes: 1 addition & 1 deletion src/core/interpreter.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/interpreter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/interpreter_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/json_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/mi_memory_resource.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include "core/mi_memory_resource.h"
Expand Down
4 changes: 2 additions & 2 deletions src/core/mi_memory_resource.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down Expand Up @@ -36,4 +36,4 @@ class MiMemoryResource : public std::pmr::memory_resource {
size_t used_ = 0;
};

} // namespace dfly
} // namespace dfly
2 changes: 1 addition & 1 deletion src/core/segment_allocator.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include "core/segment_allocator.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/segment_allocator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/core/small_string.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/core/small_string.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#pragma once
Expand Down
4 changes: 2 additions & 2 deletions src/core/string_set_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down Expand Up @@ -379,4 +379,4 @@ TEST_F(StringSetTest, Iteration) {
EXPECT_EQ(to_insert.size(), 0);
}

} // namespace dfly
} // namespace dfly
2 changes: 1 addition & 1 deletion src/core/tx_queue.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include "core/tx_queue.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/tx_queue.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/facade/conn_context.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/dragonfly_connection.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/dragonfly_connection.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/dragonfly_listener.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/dragonfly_listener.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/error.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/facade.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/facade_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/facade_test.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/facade_types.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
4 changes: 2 additions & 2 deletions src/facade/memcache_parser.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include "facade/memcache_parser.h"
Expand Down Expand Up @@ -173,4 +173,4 @@ auto MP::Parse(string_view str, uint32_t* consumed, Command* cmd) -> Result {
return ParseValueless(tokens + 1, num_tokens - 1, cmd);
};

} // namespace dfly
} // namespace dfly
4 changes: 2 additions & 2 deletions src/facade/memcache_parser.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down Expand Up @@ -75,4 +75,4 @@ class MemcacheParser {
private:
};

} // namespace dfly
} // namespace dfly
4 changes: 2 additions & 2 deletions src/facade/memcache_parser_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down Expand Up @@ -78,4 +78,4 @@ TEST_F(MCParserTest, Stats) {
EXPECT_EQ(MemcacheParser::PARSE_ERROR, st);
}

} // namespace facade
} // namespace facade
2 changes: 1 addition & 1 deletion src/facade/ok_main.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/op_status.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/redis_parser.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include "facade/redis_parser.h"
Expand Down
2 changes: 1 addition & 1 deletion src/facade/redis_parser.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/facade/redis_parser_test.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
2 changes: 1 addition & 1 deletion src/facade/reply_builder.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include "facade/reply_builder.h"
Expand Down
2 changes: 1 addition & 1 deletion src/facade/reply_builder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//
#include <absl/container/flat_hash_map.h>
Expand Down
4 changes: 2 additions & 2 deletions src/facade/resp_expr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down Expand Up @@ -56,4 +56,4 @@ namespace std {
ostream& operator<<(ostream& os, const facade::RespExpr& e);
ostream& operator<<(ostream& os, facade::RespSpan rspan);

} // namespace std
} // namespace std
2 changes: 1 addition & 1 deletion src/facade/service_interface.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022, Roman Gershman. All rights reserved.
// Copyright 2022, DragonflyDB authors. All rights reserved.
// See LICENSE for licensing terms.
//

Expand Down
Loading