File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 25
25
# modified version of the one found in the original MDTraj
26
26
# Python Library, whose original authors and copyright
27
27
# holders are listed below.
28
-
28
+ #
29
29
# The modifications consist in including the indices
30
30
# of the closest atom-pairs in the returned values. The
31
31
# modified lines are in the return value documentation for `atom_pairs`
54
54
# License along with MDTraj. If not, see <http://www.gnu.org/licenses/>.
55
55
##############################################################################
56
56
57
+ # opened an issue for this:
58
+ # https://github.com/mdtraj/mdtraj/issues/1569
59
+ # Further reading
60
+ # https://www.oreilly.com/library/view/understanding-open-source/0596005814/ch03.html
61
+ # https://tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3)
62
+ # http://oss-watch.ac.uk/resources/lgpl
63
+ #https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility
57
64
58
65
import itertools
59
66
You can’t perform that action at this time.
0 commit comments