Mercurial > hg
comparison tests/md5sum.py @ 1928:50e1c90b0fcf
clarify license on md5sum.py
author | Peter van Dijk <peter@dataloss.nl> |
---|---|
date | Mon, 06 Mar 2006 17:58:53 +0100 |
parents | 46fb38ef9a91 |
children | 53e843840349 |
comparison
equal
deleted
inserted
replaced
1927:397b62d5dd13 | 1928:50e1c90b0fcf |
---|---|
1 #! /usr/bin/env python | 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 import sys | 9 import sys |
3 import os | 10 import os |
4 import md5 | 11 import md5 |
5 | 12 |
6 for filename in sys.argv[1:]: | 13 for filename in sys.argv[1:]: |