Skip to content

Commit 53514a0

Browse files
committed
[contacts/_md_compute_contact] add github issues to header explaining modifications
1 parent c9192fc commit 53514a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mdciao/contacts/_md_compute_contacts.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# modified version of the one found in the original MDTraj
2626
# Python Library, whose original authors and copyright
2727
# holders are listed below.
28-
28+
#
2929
# The modifications consist in including the indices
3030
# of the closest atom-pairs in the returned values. The
3131
# modified lines are in the return value documentation for `atom_pairs`
@@ -54,6 +54,13 @@
5454
# License along with MDTraj. If not, see <http://www.gnu.org/licenses/>.
5555
##############################################################################
5656

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
5764

5865
import itertools
5966

0 commit comments

Comments
 (0)