Skip to content

Commit

Permalink
Add missing copyright header
Browse files Browse the repository at this point in the history
Summary:
"examples/c_simple_example.c" did not have a proper copyright header.
Closes facebook#1670

Differential Revision: D4327445

Pulled By: yiwu-arbug

fbshipit-source-id: a70389e
  • Loading branch information
Jonathan Lee authored and Facebook Github Bot committed Dec 14, 2016
1 parent 3cdfaec commit 7004a6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/c_simple_example.c
Original file line number Diff line number Diff line change
@@ -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 <stdio.h>
#include <string.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions examples/simple_example.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstdio>
#include <string>

Expand Down

0 comments on commit 7004a6f

Please sign in to comment.