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
main
sdong 2 years ago committed by Facebook GitHub Bot
parent fd165c869d
commit bc575c614c
  1. 3
      db/version_set_sync_and_async.h
  2. 6
      utilities/transactions/lock/range/range_lock_manager.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 // This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License // COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory). // (found in the LICENSE.Apache file in the root directory).

@ -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 // Generic definitions for a Range-based Lock Manager
// //

Loading…
Cancel
Save