Unverified Commit 9420425b authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1123 from ankitvgupta/license

changed GPL to MIT license
parents 281a1e05 e2f3094d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ from __future__ import unicode_literals

__author__ = "Han Altae-Tran and Bharath Ramsundar"
__copyright__ = "Copyright 2016, Stanford University"
__license__ = "GPL"
__license__ = "MIT"

import warnings
import os
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from __future__ import unicode_literals

__author__ = "Joseph Gomes and Bharath Ramsundar"
__copyright__ = "Copyright 2016, Stanford University"
__license__ = "LGPL v2.1+"
__license__ = "MIT"

import numpy as np
from deepchem.feat import Featurizer
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from __future__ import unicode_literals

__author__ = "Steven Kearnes"
__copyright__ = "Copyright 2014, Stanford University"
__license__ = "LGPL v2.1+"
__license__ = "MIT"

from rdkit.Chem import Descriptors
from deepchem.feat import Featurizer
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ from __future__ import unicode_literals

__author__ = "Steven Kearnes"
__copyright__ = "Copyright 2014, Stanford University"
__license__ = "LGPL v2.1+"
__license__ = "MIT"

import numpy as np
import deepchem as dc
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from __future__ import unicode_literals

__author__ = "Steven Kearnes"
__copyright__ = "Copyright 2014, Stanford University"
__license__ = "LGPL v2.1+"
__license__ = "MIT"

from rdkit import Chem
from rdkit.Chem import rdMolDescriptors
Loading