Skip to content

Commit

Permalink
Comply with Facebook's OSS guidelines
Browse files Browse the repository at this point in the history
Reviewed By: adamlerer

Differential Revision: D31958750

fbshipit-source-id: 545de5e3d0be2489dfc40f160735d93c8e93d000
  • Loading branch information
lw authored and facebook-github-bot committed Oct 27, 2021
1 parent c13e602 commit e3de4a3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`


Legal
=====

* `Terms of Use <https://opensource.facebook.com/legal/terms>`_
* `Privacy Policy <https://opensource.facebook.com/legal/privacy>`_
7 changes: 7 additions & 0 deletions ifbpy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/usr/bin/env python3

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE.txt file in the root directory of this source tree.

import warnings

from libfb.py.ipython_par import launch_ipython
Expand Down
8 changes: 8 additions & 0 deletions torchbiggraph/async_adagrad.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!/usr/bin/env python3

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE.txt file in the root directory of this source tree.

import torch
from torch.optim import Adagrad

Expand Down

0 comments on commit e3de4a3

Please sign in to comment.