Commit 36eb2e83 authored by Stanislav Pidhorskyi's avatar Stanislav Pidhorskyi Committed by Facebook GitHub Bot
Browse files

Licence change to MIT

Summary: Got legal approval 🥳

Reviewed By: una-dinosauria

Differential Revision: D63428775

fbshipit-source-id: 7568ef2861ef10c2bd0367a7195cbbedf96ec8be
parent b1aa6dc7
......@@ -74,7 +74,7 @@ python setup.py build_ext --inplace -j 1
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
## License
DRTK is CC-BY-NC 4.0 licensed, as found in the [LICENSE](LICENSE) file.
DRTK is MIT licensed, as found in the [LICENSE](LICENSE) file.
## Citation
```bibtex
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from . import utils # noqa # noqa
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import Callable, Optional, Tuple
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from torch import Tensor
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import Optional
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import List
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
import torch as th
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from torch import Tensor
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import List, Optional, Tuple
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import List
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
import torch as th
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from torch import Tensor
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import Tuple
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import List
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from functools import lru_cache
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import List
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import Optional, Sequence
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import Optional, Sequence, Tuple
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from drtk.utils.geometry import ( # noqa
face_dpdt,
face_info,
vert_binormals,
vert_normals,
face_dpdt, # noqa
face_info, # noqa
vert_binormals, # noqa
vert_normals, # noqa
)
from drtk.utils.indexing import index # noqa
from drtk.utils.projection import ( # noqa
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
from typing import Dict, List, Optional, Tuple, Union
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment