Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Update License headers to Standard-BSD for internal sources
Browse files Browse the repository at this point in the history
Summary:
Bring the license headers of internal sources of LogDevice Standard-BSD
as has already been done for open source files.

Reviewed By: AhmedSoliman

Differential Revision: D9919570

fbshipit-source-id: c7bcc555cb3c4f5cb5e0a0ded719273ebbe1e547
  • Loading branch information
Caleb Marchent authored and facebook-github-bot committed Sep 20, 2018
1 parent cab6086 commit 1b05986
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/facebook_fbcode_builder_config.py
@@ -1,4 +1,11 @@
#!/usr/bin/env python

# Copyright (c) Facebook, Inc. and its affiliates.
# 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.

from __future__ import absolute_import, division, print_function, unicode_literals


Expand Down
7 changes: 7 additions & 0 deletions build/fbcode_builder_config.py
@@ -1,4 +1,11 @@
#!/usr/bin/env python

# Copyright (c) Facebook, Inc. and its affiliates.
# 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.

from __future__ import absolute_import, division, print_function, unicode_literals

import specs.zstd as zstd
Expand Down

0 comments on commit 1b05986

Please sign in to comment.