aboutsummaryrefslogtreecommitdiff
path: root/src/uibase.cpp
diff options
context:
space:
mode:
authorFordy <fanquake@gmail.com>2012-05-18 22:02:28 +0800
committerLuke Dashjr <luke-jr+git@utopios.org>2012-05-20 20:15:41 +0000
commit58ac600b2c94f12309fc5e18933891590dc1eb4c (patch)
tree296dd57af2604176dec80c21aa05c9ae61c09f69 /src/uibase.cpp
parent334668cde4e63d08165aa95737cc95a00fbd252b (diff)
downloadbitcoin-58ac600b2c94f12309fc5e18933891590dc1eb4c.tar.xz
Update License in File Headers
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file.
Diffstat (limited to 'src/uibase.cpp')
-rw-r--r--src/uibase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uibase.cpp b/src/uibase.cpp
index 6d219ad667..4d9a2cbd9f 100644
--- a/src/uibase.cpp
+++ b/src/uibase.cpp
@@ -532,7 +532,7 @@ CAboutDialogBase::CAboutDialogBase( wxWindow* parent, wxWindowID id, const wxStr
bSizer631->Add( 0, 4, 0, wxEXPAND, 5 );
- m_staticTextMain = new wxStaticText( this, wxID_ANY, _("Copyright (c) 2009-2011 Bitcoin Developers\n\nThis is experimental software.\n\nDistributed under the MIT/X11 software license, see the accompanying file \nlicense.txt or http://www.opensource.org/licenses/mit-license.php.\n\nThis product includes software developed by the OpenSSL Project for use in the \nOpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by \nEric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard."), wxDefaultPosition, wxDefaultSize, 0 );
+ m_staticTextMain = new wxStaticText( this, wxID_ANY, _("Copyright (c) 2009-2011 Bitcoin Developers\n\nThis is experimental software.\n\nDistributed under the MIT/X11 software license, see the accompanying file \nCOPYING or http://www.opensource.org/licenses/mit-license.php.\n\nThis product includes software developed by the OpenSSL Project for use in the \nOpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by \nEric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard."), wxDefaultPosition, wxDefaultSize, 0 );
m_staticTextMain->Wrap( -1 );
bSizer631->Add( m_staticTextMain, 0, wxALL, 5 );