Skip to content

Commit

Permalink
Fix header files to meet Open source requirements (#12164)
Browse files Browse the repository at this point in the history
Summary:
Same as title

Pull Request resolved: #12164

Reviewed By: hx235

Differential Revision: D52302234

Pulled By: akankshamahajan15

fbshipit-source-id: d4724fc944c773242788f5a47d1c7eadbbc5a522
  • Loading branch information
akankshamahajan15 authored and facebook-github-bot committed Dec 19, 2023
1 parent f7486ff commit 7b24dec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 4 additions & 2 deletions java/rocksjni/table_properties_collector_factory.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
//
// Created by rhubner on 23-Oct-23.
//
// 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).

#include "java/rocksjni/table_properties_collector_factory.h"

Expand Down
6 changes: 4 additions & 2 deletions java/rocksjni/table_properties_collector_factory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
//
// Created by rhubner on 24-Oct-23.
// 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).
//

#include "rocksdb/table_properties.h"
#include "rocksdb/utilities/table_properties_collectors.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -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).

package org.rocksdb;

public abstract class TablePropertiesCollectorFactory extends RocksObject {
Expand Down

0 comments on commit 7b24dec

Please sign in to comment.