From 90d95b6323e9a724e7aac49806e775e3ea7fc504 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 22 Jul 2012 21:49:09 +0000 Subject: Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows --- contrib/gitian-descriptors/gitian-win32.yml | 2 +- contrib/pyminer/pyminer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml index 6e2eff15f3..6f0e4e2318 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -47,7 +47,7 @@ script: | mkdir -p $OUTDIR/src git archive HEAD | tar -x -C $OUTDIR/src cp $OUTDIR/src/doc/README_windows.txt $OUTDIR/readme.txt - cp $OUTDIR/src/COPYING $OUTDIR/license.txt + cp $OUTDIR/src/COPYING $OUTDIR/COPYING.txt export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1 export FAKETIME=$REFERENCE_DATETIME export TZ=UTC 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 -- cgit v1.2.3