From 7004a6f7b88fdbc600e583c4d9a77c1930c20ccf Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Wed, 14 Dec 2016 10:21:54 -0800 Subject: [PATCH] Add missing copyright header Summary: "examples/c_simple_example.c" did not have a proper copyright header. Closes https://github.com/facebook/rocksdb/pull/1670 Differential Revision: D4327445 Pulled By: yiwu-arbug fbshipit-source-id: a70389e --- examples/c_simple_example.c | 5 +++++ examples/simple_example.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/examples/c_simple_example.c b/examples/c_simple_example.c index ab19f3bfb..1bdf629d1 100644 --- a/examples/c_simple_example.c +++ b/examples/c_simple_example.c @@ -1,3 +1,8 @@ +// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. +// 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. + #include #include #include diff --git a/examples/simple_example.cc b/examples/simple_example.cc index 453443479..57d1b2507 100644 --- a/examples/simple_example.cc +++ b/examples/simple_example.cc @@ -2,6 +2,7 @@ // 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. + #include #include