Fix license headers in Cassandra related files

Summary:
I might have missed these while doing some recent cassandra code reviews.
Closes https://github.com/facebook/rocksdb/pull/2663

Differential Revision: D5520138

Pulled By: sagar0

fbshipit-source-id: 340930afe9efe03c75f535a1da1f89bd3e53c1f9
This commit is contained in:
Sagar Vemuri 2017-07-28 13:55:19 -07:00 committed by Facebook Github Bot
parent 50a969131f
commit aace46516b
9 changed files with 15 additions and 31 deletions

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// 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).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
#pragma once #pragma once

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// 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).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,7 +1,7 @@
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the // This source code is licensed under both the GPLv2 (found in the
// LICENSE file in the root directory of this source tree. An additional grant // COPYING file in the root directory) and Apache 2.0 License
// of patent rights can be found in the PATENTS file in the same directory. // (found in the LICENSE.Apache file in the root directory).
package org.rocksdb; package org.rocksdb;

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// 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).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
package org.rocksdb; package org.rocksdb;

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// 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).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
#include "merge_operator.h" #include "merge_operator.h"

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// 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).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
#pragma once #pragma once
#include "rocksdb/merge_operator.h" #include "rocksdb/merge_operator.h"

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// 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).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
/** /**
* Helper functions which serialize and deserialize integers * Helper functions which serialize and deserialize integers

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the // This source code is licensed under both the GPLv2 (found in the
// LICENSE file in the root directory of this source tree. An additional grant // COPYING file in the root directory) and Apache 2.0 License
// of patent rights can be found in the PATENTS file in the same directory. // (found in the LICENSE.Apache file in the root directory).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
#include "test_utils.h" #include "test_utils.h"

View File

@ -1,9 +1,7 @@
// Copyright (c) 2017-present, Facebook, Inc. All rights reserved. // Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
// 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).
// This source code is also licensed under the GPLv2 license found in the
// COPYING file in the root directory of this source tree.
#pragma once #pragma once
#include <memory> #include <memory>