From e7d7fad1e8357af61317e432eac68367cd568aa0 Mon Sep 17 00:00:00 2001 From: gmanasi Date: Thu, 22 Oct 2020 08:58:18 -0700 Subject: [PATCH] Update LICENSE name to BSD 3-Clause License. (#310) Summary: The README for the project refers to the BSD 3-Clause License, but the License file has only BSD License as the name. Updated the License name to BSD 3-Clause License for correct reference. License files are an important part of source code and should not have errors. This helps developers to correctly reference the license when integrating the source code within their applications. Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/310 Reviewed By: theschnitz Differential Revision: D24220599 Pulled By: nikhilaravi fbshipit-source-id: 657bde0abe946e95864fc048eb930a91ddf08b99 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index dc73e2d2..73e4e88e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -BSD License +BSD 3-Clause License For PyTorch3D software