From 0d6e6996efd9f9877b3a8520582af318d4dbd3bb Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Mon, 4 Mar 2024 12:25:52 -0800 Subject: [PATCH] Update README.md Mention the License. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95a60c994d3..2f9c4136c24 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,13 @@ GALLERY_PATTERN="neural_style_transfer_tutorial.py" sphinx-build . _build The `GALLERY_PATTERN` variable respects regular expressions. + ## About contributing to PyTorch Documentation and Tutorials * You can find information about contributing to PyTorch documentation in the PyTorch Repo [README.md](https://github.com/pytorch/pytorch/blob/master/README.md) file. * Additional information can be found in [PyTorch CONTRIBUTING.md](https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md). + + +## License + +PyTorch Tutorials is BSD licensed, as found in the LICENSE file.