From f63f26f842884bc7de9eceeacd6fa35968a0b40e Mon Sep 17 00:00:00 2001 From: sdong Date: Tue, 18 Jul 2017 11:38:39 -0700 Subject: [PATCH] Remove some left-over BSD headers --- 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 30fcf2e9e..2e828a425 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 f345b47c4..a407c0263 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 8ba800f22..28a2a5658 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 1d401eb28..3820aef84 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 24ddd4af4..e266bf1ae 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 9ce50f28f..0b60332e5 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 9de04d69c..d50a42127 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 0583139c6..9e5396341 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