diff options
| author | Luke Dashjr <[email protected]> | 2012-07-22 21:49:09 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-07-22 21:49:09 +0000 |
| commit | 90d95b6323e9a724e7aac49806e775e3ea7fc504 (patch) | |
| tree | 65179c0dbf8cca80934d7cfe60b294387f282ace /src/makefile.linux-mingw | |
| parent | Merge pull request #1616 from Diapolo/OpenSSL_typo (diff) | |
| download | discoin-90d95b6323e9a724e7aac49806e775e3ea7fc504.tar.xz discoin-90d95b6323e9a724e7aac49806e775e3ea7fc504.zip | |
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 6cd464266..fc22bb76e 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -1,6 +1,6 @@ # Copyright (c) 2009-2010 Satoshi Nakamoto # 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. DEPSDIR:=/usr/i586-mingw32msvc |