Skip to content

Commit 9ba9b2c

Browse files
authored
Fix license headers to apache. (#350)
## Summary Fixing all headers to be Apache license, ahead of open source release. ## Details Should not affect any executed code.
1 parent 7a364c1 commit 9ba9b2c

File tree

80 files changed

+554
-729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+554
-729
lines changed

bionemo/data/equidock/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
from .data_manager import DataManager

bionemo/data/equidock/data_manager.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
from bionemo.data.equidock.db5_data import nemo_get_dataset
3017

3118

bionemo/data/equidock/db5_data.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import os
3017
import pickle
3118

bionemo/data/equidock/preprocess.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import os
3017
import pickle
3118
import random

bionemo/data/equidock/protein_featurizers.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
from dgllife.utils import one_hot_encoding
3017
from nemo.utils import logging
3118

bionemo/data/equidock/protein_utils.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import math
3017
from zipfile import ZipFile
3118

bionemo/model/protein/equidock/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,3 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.

bionemo/model/protein/equidock/equidock_model.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import random
3017
from functools import partial
3118
from typing import List, Tuple

bionemo/model/protein/equidock/loss_metrics/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,3 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.

bionemo/model/protein/equidock/loss_metrics/eval.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
from typing import List
3017

3118
import numpy as np

bionemo/model/protein/equidock/loss_metrics/intersection_loss.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import torch
3017

3118

bionemo/model/protein/equidock/loss_metrics/ot_utils.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import numpy as np
3017
import ot
3118
import torch

bionemo/model/protein/equidock/model/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
from .rigid_docking_model import Rigid_Body_Docking_Net

bionemo/model/protein/equidock/model/block.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import math
3017
import sys
3118
import warnings

bionemo/model/protein/equidock/model/graph_norm.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import torch
3017
import torch.nn as nn
3118

bionemo/model/protein/equidock/model/layers.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import math
3017

3118
import torch

bionemo/model/protein/equidock/model/rigid_docking_model.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import dgl
3017
import torch
3118
from nemo.core import NeuralModule

bionemo/model/protein/equidock/model/utils.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import torch
3017
from torch import nn
3118
from torch.nn import functional as F

bionemo/model/protein/equidock/utils/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,3 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.

bionemo/model/protein/equidock/utils/train_utils.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
#!/bin/bash
18-
19-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20-
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21-
#
22-
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23-
# property and proprietary rights in and to this material, related
24-
# documentation and any modifications thereto. Any use, reproduction,
25-
# disclosure or distribution of this material and related documentation
26-
# without an express license agreement from NVIDIA CORPORATION or
27-
# its affiliates is strictly prohibited.
28-
2916
import warnings
3017

3118
import dgl

0 commit comments

Comments
 (0)