diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-22 21:49:09 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-22 21:49:09 +0000 |
commit | 90d95b6323e9a724e7aac49806e775e3ea7fc504 (patch) | |
tree | 65179c0dbf8cca80934d7cfe60b294387f282ace /contrib/pyminer | |
parent | fa914f1ddaeed79f1e2d5404b4789e3a1c1aebb2 (diff) |
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
Diffstat (limited to 'contrib/pyminer')
-rwxr-xr-x | contrib/pyminer/pyminer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pyminer/pyminer.py b/contrib/pyminer/pyminer.py index 2887aba591..0a2932d66e 100755 --- a/contrib/pyminer/pyminer.py +++ b/contrib/pyminer/pyminer.py @@ -2,7 +2,7 @@ # # Copyright (c) 2011 The Bitcoin developers # Distributed under the MIT/X11 software license, see the accompanying -# file license.txt or http://www.opensource.org/licenses/mit-license.php. +# file COPYING or http://www.opensource.org/licenses/mit-license.php. # import time |