Skip to content

Commit 1b2600a

Browse files
Philip Kaufmannlaanwj
authored andcommitted
Change MIT/X11 to MIT in license displayed in the program
1 parent fa94b9d commit 1b2600a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ std::string LicenseInfo()
379379
"\n" +
380380
FormatParagraph(_("This is experimental software.")) + "\n" +
381381
"\n" +
382-
FormatParagraph(_("Distributed under the MIT/X11 software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.")) + "\n" +
382+
FormatParagraph(_("Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.")) + "\n" +
383383
"\n" +
384384
FormatParagraph(_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.")) +
385385
"\n";

src/qt/bitcoinstrings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
5454
"Delete all wallet transactions and only recover those parts of the "
5555
"blockchain through -rescan on startup"),
5656
QT_TRANSLATE_NOOP("bitcoin-core", ""
57-
"Distributed under the MIT/X11 software license, see the accompanying file "
57+
"Distributed under the MIT software license, see the accompanying file "
5858
"COPYING or <http://www.opensource.org/licenses/mit-license.php>."),
5959
QT_TRANSLATE_NOOP("bitcoin-core", ""
6060
"Enter regression test mode, which uses a special chain in which blocks can "

src/qt/locale/bitcoin_en.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3644,7 +3644,12 @@ for example: alertnotify=echo %%s | mail -s &quot;Bitcoin Alert&quot; admin@foo.
36443644
<translation type="unfinished"></translation>
36453645
</message>
36463646
<message>
3647-
<location line="+6"/>
3647+
<location line="+3"/>
3648+
<source>Distributed under the MIT software license, see the accompanying file COPYING or &lt;http://www.opensource.org/licenses/mit-license.php&gt;.</source>
3649+
<translation type="unfinished"></translation>
3650+
</message>
3651+
<message>
3652+
<location line="+3"/>
36483653
<source>Enter regression test mode, which uses a special chain in which blocks can be solved instantly.</source>
36493654
<translation type="unfinished"></translation>
36503655
</message>
@@ -3934,12 +3939,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Bitcoin Alert&quot; admin@foo.
39343939
<translation type="unfinished"></translation>
39353940
</message>
39363941
<message>
3937-
<location line="+6"/>
3938-
<source>Distributed under the MIT/X11 software license, see the accompanying file COPYING or &lt;http://www.opensource.org/licenses/mit-license.php&gt;.</source>
3939-
<translation type="unfinished"></translation>
3940-
</message>
3941-
<message>
3942-
<location line="+6"/>
3942+
<location line="+12"/>
39433943
<source>Error: Listening for incoming connections failed (listen returned error %s)</source>
39443944
<translation type="unfinished"></translation>
39453945
</message>

0 commit comments

Comments
 (0)