Skip to content

Commit 249d6e8

Browse files
osalpekarfacebook-github-bot
authored andcommitted
Add Copyright Headers (#362)
Summary: Add Copyright Headers as required by Meta OSS policy. Pull Request resolved: #362 Reviewed By: H-Huang Differential Revision: D46704232 Pulled By: osalpekar fbshipit-source-id: 2cc6b0a9a60d3d18054f404eefd5a8d289c06f08
1 parent 597accf commit 249d6e8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

gloo/transport/tcp/tls/dynamic_library.cc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright (c) Meta Platforms, Inc. and its affiliates.
2+
// All rights reserved.
3+
//
4+
// This source code is licensed under the BSD-style license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
17
#include "dynamic_library.h"
28

39
#include <dlfcn.h>

gloo/transport/tcp/tls/openssl.cc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright (c) Meta Platforms, Inc. and its affiliates.
2+
// All rights reserved.
3+
//
4+
// This source code is licensed under the BSD-style license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
17
#include <openssl/err.h>
28
#include <openssl/ssl.h>
39

0 commit comments

Comments
 (0)