summaryrefslogtreecommitdiff
path: root/db/log_reader.h
diff options
context:
space:
mode:
authorSiying Dong <siying.d@fb.com>2017-04-27 17:50:56 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2017-04-27 18:06:12 -0700
commitd616ebea23fa88cb9c2c8588533526a566d9cfab (patch)
treed5f0aae689d92f89005f7e8da4cbdd8c8207a0f7 /db/log_reader.h
parent4439b4596e6449b13bbcd5c792dce74499600f18 (diff)
Add GPLv2 as an alternative license.
Summary: Closes https://github.com/facebook/rocksdb/pull/2226 Differential Revision: D4967547 Pulled By: siying fbshipit-source-id: dd3b58ae1e7a106ab6bb6f37ab5c88575b125ab4
Diffstat (limited to 'db/log_reader.h')
-rw-r--r--db/log_reader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/log_reader.h b/db/log_reader.h
index 445118546..9a0baaa64 100644
--- a/db/log_reader.h
+++ b/db/log_reader.h
@@ -2,6 +2,8 @@
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
+// This source code is also licensed under the GPLv2 license found in the
+// COPYING file in the root directory of this source tree.
//
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be