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