##// END OF EJS Templates
clarify license on md5sum.py
Peter van Dijk -
r1928:50e1c90b default
parent child Browse files
Show More
@@ -1,4 +1,11 b''
1 1 #! /usr/bin/env python
2 #
3 # Based on python's Tools/scripts/md5sum.py
4 #
5 # This software may be used and distributed according to the terms
6 # of the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2, which is
7 # GPL-compatible.
8
2 9 import sys
3 10 import os
4 11 import md5
General Comments 0
You need to be logged in to leave comments. Login now