Skip to content

Commit

Permalink
Add copyright headers per FB open-source checkup tool. (facebook#5199)
Browse files Browse the repository at this point in the history
Summary:
internal task: T35568575
Pull Request resolved: facebook#5199

Differential Revision: D14962794

Pulled By: gfosco

fbshipit-source-id: 93838ede6d0235eaecff90d200faed9a8515bbbe
  • Loading branch information
Fosco Marotto authored and facebook-github-bot committed Apr 18, 2019
1 parent 392f6d4 commit 6c2bf9e
Show file tree
Hide file tree
Showing 115 changed files with 122 additions and 5 deletions.
3 changes: 2 additions & 1 deletion buckifier/buckify_rocksdb.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
Expand Down Expand Up @@ -81,7 +82,7 @@ def get_tests(repo_path):
else:
# we consumed all the parallel tests
break

return tests


Expand Down
1 change: 1 addition & 0 deletions buckifier/rocks_test_runner.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
# Create a tmp directory for the test to use
TEST_DIR=$(mktemp -d /dev/shm/fbcode_rocksdb_XXXXXXX)
# shellcheck disable=SC2068
Expand Down
1 change: 1 addition & 0 deletions buckifier/targets_builder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
Expand Down
1 change: 1 addition & 0 deletions buckifier/targets_cfg.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
Expand Down
1 change: 1 addition & 0 deletions buckifier/util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
"""
This module keeps commonly used components.
"""
Expand Down
1 change: 1 addition & 0 deletions build_tools/amalgamate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

# amalgamate.py creates an amalgamation from a unity build.
# It can be run with either Python 2 or 3.
Expand Down
1 change: 1 addition & 0 deletions build_tools/dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
GCC_BASE=/mnt/gvfs/third-party2/gcc/112ec378fec7002ad3e09afde022e656049f7191/5.x/centos7-native/c447969
CLANG_BASE=/mnt/gvfs/third-party2/llvm-fb/04999bdb3ce81a11073535dcb00b5e13dc1cbaf5/stable/centos7-native/c9f9104
LIBGCC_BASE=/mnt/gvfs/third-party2/libgcc/92b0c8e5c8eecc71eb042594ce1ab3413799b385/5.x/gcc-5-glibc-2.23/339d858
Expand Down
1 change: 1 addition & 0 deletions build_tools/dependencies_4.8.1.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# shellcheck disable=SC2148
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
GCC_BASE=/mnt/gvfs/third-party2/gcc/cf7d14c625ce30bae1a4661c2319c5a283e4dd22/4.8.1/centos6-native/cc6c9dc
CLANG_BASE=/mnt/gvfs/third-party2/llvm-fb/8598c375b0e94e1448182eb3df034704144a838d/stable/centos6-native/3f16ddd
LIBGCC_BASE=/mnt/gvfs/third-party2/libgcc/d6e0a7da6faba45f5e5b1638f9edd7afc2f34e7d/4.8.1/gcc-4.8.1-glibc-2.17/8aac7fc
Expand Down
1 change: 1 addition & 0 deletions build_tools/dependencies_platform007.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
GCC_BASE=/mnt/gvfs/third-party2/gcc/6e8e715624fd15256a7970073387793dfcf79b46/7.x/centos7-native/b2ef2b6
CLANG_BASE=/mnt/gvfs/third-party2/llvm-fb/ef37e1faa1c29782abfac1ae65a291b9b7966f6d/stable/centos7-native/c9f9104
LIBGCC_BASE=/mnt/gvfs/third-party2/libgcc/c67031f0f739ac61575a061518d6ef5038f99f90/7.x/platform007/5620abc
Expand Down
1 change: 1 addition & 0 deletions build_tools/dockerbuild.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
docker run -v $PWD:/rocks -w /rocks buildpack-deps make
2 changes: 1 addition & 1 deletion build_tools/fb_compile_mongo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
# fail early
set -e

Expand Down
1 change: 1 addition & 0 deletions build_tools/fbcode_config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
#
# Set environment variables so that we can compile rocksdb using
# fbcode settings. It uses the latest g++ and clang compilers and also
Expand Down
1 change: 1 addition & 0 deletions build_tools/fbcode_config4.8.1.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
#
# Set environment variables so that we can compile rocksdb using
# fbcode settings. It uses the latest g++ compiler and also
Expand Down
1 change: 1 addition & 0 deletions build_tools/fbcode_config_platform007.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
#
# Set environment variables so that we can compile rocksdb using
# fbcode settings. It uses the latest g++ and clang compilers and also
Expand Down
1 change: 1 addition & 0 deletions build_tools/format-diff.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
# If clang_format_diff.py command is not specfied, we assume we are able to
# access directly without any path.
if [ -z $CLANG_FORMAT_DIFF ]
Expand Down
1 change: 1 addition & 0 deletions build_tools/make_package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# shellcheck disable=SC1113
#/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

set -e

Expand Down
1 change: 1 addition & 0 deletions build_tools/precommit_checker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/local/fbcode/gcc-4.9-glibc-2.20-fb/bin/python2.7
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

from __future__ import absolute_import
from __future__ import division
Expand Down
1 change: 1 addition & 0 deletions build_tools/regression_build_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

set -e

Expand Down
1 change: 1 addition & 0 deletions build_tools/run_ci_db_test.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
# This script enables you running RocksDB tests by running
# All the tests concurrently and utilizing all the cores
Param(
Expand Down
1 change: 1 addition & 0 deletions build_tools/setup_centos7.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
set -e

ROCKSDB_VERSION="5.10.3"
Expand Down
1 change: 1 addition & 0 deletions build_tools/update_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
#
# Update dependencies.sh file with the latest avaliable versions

Expand Down
1 change: 1 addition & 0 deletions build_tools/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
if [ "$#" = "0" ]; then
echo "Usage: $0 major|minor|patch|full"
exit 1
Expand Down
1 change: 1 addition & 0 deletions coverage/coverage_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

# Exit on error.
set -e
Expand Down
1 change: 1 addition & 0 deletions coverage/parse_gcov_output.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import re
import sys

Expand Down
1 change: 1 addition & 0 deletions db/c_test.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Copyright (c) 2011 The LevelDB Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. See the AUTHORS file for names of contributors. */
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

#include <stdio.h>

Expand Down
2 changes: 2 additions & 0 deletions db/internal_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
//
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
//
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
Expand Down
2 changes: 2 additions & 0 deletions defs.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

load("@fbcode_macros//build_defs:cpp_binary.bzl", "cpp_binary")
load("@fbcode_macros//build_defs:custom_unittest.bzl", "custom_unittest")

Expand Down
2 changes: 2 additions & 0 deletions env/env_basic_test.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
//
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

#include <memory>
#include <string>
Expand Down
2 changes: 2 additions & 0 deletions env/mock_env_test.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
//
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

#include "env/mock_env.h"

Expand Down
1 change: 1 addition & 0 deletions hdfs/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# shellcheck disable=SC2148
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
export USE_HDFS=1
export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64/server:$JAVA_HOME/jre/lib/amd64:$HADOOP_HOME/lib/native

Expand Down
2 changes: 2 additions & 0 deletions include/rocksdb/listener.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) 2014 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
//
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

#pragma once

Expand Down
1 change: 1 addition & 0 deletions include/rocksdb/table.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
Expand Down
1 change: 1 addition & 0 deletions include/rocksdb/table_properties.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
#pragma once

#include <stdint.h>
Expand Down
1 change: 1 addition & 0 deletions include/rocksdb/utilities/env_mirror.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2015, Red Hat, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
Expand Down
1 change: 1 addition & 0 deletions include/rocksdb/utilities/stackable_db.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
Expand Down
1 change: 1 addition & 0 deletions include/rocksdb/utilities/utility_db.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
Expand Down
1 change: 1 addition & 0 deletions java/crossbuild/build-linux-centos.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

set -e

Expand Down
1 change: 1 addition & 0 deletions java/crossbuild/build-linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
# install all required packages for rocksdb
sudo apt-get update
sudo apt-get -y install git make gcc g++ libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev default-jdk
Expand Down
1 change: 1 addition & 0 deletions java/crossbuild/docker-build-linux-centos.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

set -e
#set -x
Expand Down
1 change: 1 addition & 0 deletions java/jdb_bench.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# shellcheck disable=SC2148
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
PLATFORM=64
if [ `getconf LONG_BIT` != "64" ]
then
Expand Down
1 change: 1 addition & 0 deletions java/rocksjni/merge_operator.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2014, Vlad Balan ([email protected]). All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/AbstractMutableOptions.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import java.util.*;
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/AbstractTableFilter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/CompactionStopStyle.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/ComparatorOptions.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/InfoLogLevel.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/MergeOperator.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2014, Vlad Balan ([email protected]). All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

public interface MutableDBOptionsInterface<T extends MutableDBOptionsInterface> {
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/MutableOptionKey.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

public interface MutableOptionKey {
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/MutableOptionValue.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import static org.rocksdb.AbstractMutableOptions.INT_ARRAY_INT_SEPARATOR;
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/NativeLibraryLoader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import java.io.*;
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/SizeApproximationFlag.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import java.util.List;
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/SkipListMemTableConfig.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/StringAppendOperator.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2014, Vlad Balan ([email protected]). All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/TableFilter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/TableProperties.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import java.util.Map;
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/TransactionLogIterator.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/VectorMemTableConfig.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

/**
Expand Down
1 change: 1 addition & 0 deletions java/src/main/java/org/rocksdb/util/Environment.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb.util;

public class Environment {
Expand Down
1 change: 1 addition & 0 deletions java/src/test/java/org/rocksdb/CheckPointTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;


Expand Down
1 change: 1 addition & 0 deletions java/src/test/java/org/rocksdb/InfoLogLevelTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import org.junit.ClassRule;
Expand Down
1 change: 1 addition & 0 deletions java/src/test/java/org/rocksdb/LoggerTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import org.junit.ClassRule;
Expand Down
1 change: 1 addition & 0 deletions java/src/test/java/org/rocksdb/RocksMemoryResource.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import org.junit.rules.ExternalResource;
Expand Down
1 change: 1 addition & 0 deletions java/src/test/java/org/rocksdb/TableFilterTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import org.junit.Rule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;

import org.junit.ClassRule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb.test;

import org.rocksdb.AbstractCompactionFilter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb.util;

import org.rocksdb.RocksDBException;
Expand Down
Loading

0 comments on commit 6c2bf9e

Please sign in to comment.