summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorDavid Grogan <dgrogan@chromium.org>2013-06-18 11:00:13 -0700
committerDavid Grogan <dgrogan@chromium.org>2013-06-18 11:00:13 -0700
commit5bd76dc10d840df23255ba0e635083a2a94e0461 (patch)
tree02a0a709bbafc13b73154ddd13d212ec15150944 /issues
parent7b094f12e46a45b911f20f7bd2ca96f83e272d91 (diff)
downloadleveldb-5bd76dc10d840df23255ba0e635083a2a94e0461.tar.gz
Release leveldb 1.12v1.12
Non-functional changes only: 1) Add Kevin Regan to the AUTHORS file 2) Add standard license header to issues/issue178_test.cc
Diffstat (limited to 'issues')
-rw-r--r--issues/issue178_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/issues/issue178_test.cc b/issues/issue178_test.cc
index c0a21f0..1b1cf8b 100644
--- a/issues/issue178_test.cc
+++ b/issues/issue178_test.cc
@@ -1,3 +1,7 @@
+// Copyright (c) 2013 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.
+
// Test for issue 178: a manual compaction causes deleted data to reappear.
#include <iostream>
#include <sstream>