From 6df239cfee3d5ba3dd5f4edd087a7a2d73e7d765 Mon Sep 17 00:00:00 2001 From: Siying Dong Date: Tue, 18 Jul 2017 11:46:31 -0700 Subject: [PATCH] Remove some left-over BSD headers Summary: Closes https://github.com/facebook/rocksdb/pull/2608 Differential Revision: D5444797 Pulled By: siying fbshipit-source-id: 690581d03f37822e059a16085088e8e2d8a45016 --- db/compaction_iterator.cc | 2 -- db/compaction_iterator.h | 2 -- db/comparator_db_test.cc | 2 -- db/convenience.cc | 3 --- db/db_filesnapshot.cc | 3 --- db/plain_table_db_test.cc | 2 -- table/mock_table.cc | 2 -- table/mock_table.h | 2 -- 8 files changed, 18 deletions(-) diff --git a/db/compaction_iterator.cc b/db/compaction_iterator.cc index c59e734c..08ae1973 100644 --- a/db/compaction_iterator.cc +++ b/db/compaction_iterator.cc @@ -1,5 +1,3 @@ -// 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) 2011-present, Facebook, 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 diff --git a/db/compaction_iterator.h b/db/compaction_iterator.h index 54c4bc24..cad23866 100644 --- a/db/compaction_iterator.h +++ b/db/compaction_iterator.h @@ -1,5 +1,3 @@ -// 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) 2011-present, Facebook, 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 diff --git a/db/comparator_db_test.cc b/db/comparator_db_test.cc index 8ba800f2..28a2a565 100644 --- a/db/comparator_db_test.cc +++ b/db/comparator_db_test.cc @@ -1,5 +1,3 @@ -// 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) 2011-present, Facebook, 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 diff --git a/db/convenience.cc b/db/convenience.cc index cc5d9524..6568b1ff 100644 --- a/db/convenience.cc +++ b/db/convenience.cc @@ -3,9 +3,6 @@ // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). // -// Copyright (c) 2012 Facebook. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. #ifndef ROCKSDB_LITE diff --git a/db/db_filesnapshot.cc b/db/db_filesnapshot.cc index 24ddd4af..e266bf1a 100644 --- a/db/db_filesnapshot.cc +++ b/db/db_filesnapshot.cc @@ -3,9 +3,6 @@ // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). // -// Copyright (c) 2012 Facebook. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. #ifndef ROCKSDB_LITE diff --git a/db/plain_table_db_test.cc b/db/plain_table_db_test.cc index 9ce50f28..0b60332e 100644 --- a/db/plain_table_db_test.cc +++ b/db/plain_table_db_test.cc @@ -1,5 +1,3 @@ -// 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) 2011-present, Facebook, 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 diff --git a/table/mock_table.cc b/table/mock_table.cc index 9de04d69..d50a4212 100644 --- a/table/mock_table.cc +++ b/table/mock_table.cc @@ -1,5 +1,3 @@ -// 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) 2011-present, Facebook, 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 diff --git a/table/mock_table.h b/table/mock_table.h index 0583139c..9e539634 100644 --- a/table/mock_table.h +++ b/table/mock_table.h @@ -1,5 +1,3 @@ -// 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) 2011-present, Facebook, 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 -- 2.47.3