From bc575c614cb341b41b9df798d15625ab7eca9d48 Mon Sep 17 00:00:00 2001 From: sdong Date: Fri, 12 Aug 2022 15:54:35 -0700 Subject: [PATCH] Fix two extra headers (#10525) Summary: Fix copyright for two more extra headers to make internal tool happy. Pull Request resolved: https://github.com/facebook/rocksdb/pull/10525 Reviewed By: jay-zhuang Differential Revision: D38661390 fbshipit-source-id: ab2d055bfd145dfe82b5bae7a6c25cc338c8de94 --- db/version_set_sync_and_async.h | 3 ++- utilities/transactions/lock/range/range_lock_manager.h | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/db/version_set_sync_and_async.h b/db/version_set_sync_and_async.h index 33ddcffe8..954ae8d01 100644 --- a/db/version_set_sync_and_async.h +++ b/db/version_set_sync_and_async.h @@ -1,4 +1,5 @@ -// Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. +// // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). diff --git a/utilities/transactions/lock/range/range_lock_manager.h b/utilities/transactions/lock/range/range_lock_manager.h index 91619934b..01899542e 100644 --- a/utilities/transactions/lock/range/range_lock_manager.h +++ b/utilities/transactions/lock/range/range_lock_manager.h @@ -1,3 +1,9 @@ +// Copyright (c) Meta Platforms, Inc. and affiliates. +// +// This source code is licensed under both the GPLv2 (found in the +// COPYING file in the root directory) and Apache 2.0 License +// (found in the LICENSE.Apache file in the root directory). + // // Generic definitions for a Range-based Lock Manager //