Mercurial > ecos-v3_0-branch
changeset 2689:cb126e20cbb6
* tools/Utils/common/eCosStd.h,
tools/configtool/standalone/common/ecosconfig.cxx,
tools/configtool/standalone/wxwin/about.htm,
tools/configtool/standalone/wxwin/configtool.cpp,
tools/configtool/standalone/wxwin/mainwin.cpp,
tools/configtool/standalone/wxwin/symbols.h: Update version strings and
generated copyright notices for eCos 3.0.
| author | jld |
|---|---|
| date | Tue, 16 Dec 2008 06:08:08 +0000 |
| parents | 75d2f2d71e1f |
| children | c063751bb354 |
| files | host/tools/Utils/common/eCosStd.h host/tools/configtool/standalone/common/ecosconfig.cxx host/tools/configtool/standalone/wxwin/about.htm host/tools/configtool/standalone/wxwin/configtool.cpp host/tools/configtool/standalone/wxwin/mainwin.cpp host/tools/configtool/standalone/wxwin/symbols.h |
| diffstat | 6 files changed, 7 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/host/tools/Utils/common/eCosStd.h +++ b/host/tools/Utils/common/eCosStd.h @@ -131,7 +131,7 @@ #define MODE_TEXT #endif -#define ECOS_VERSION "2.net" +#define ECOS_VERSION "3.net" typedef int Duration;
--- a/host/tools/configtool/standalone/common/ecosconfig.cxx +++ b/host/tools/configtool/standalone/common/ecosconfig.cxx @@ -53,8 +53,8 @@ #include "cdl_exec.hxx" #include "ecosconfig.hxx" -#define TOOL_VERSION "2.net" -#define TOOL_COPYRIGHT "Copyright (c) 2002 Red Hat, Inc.\nCopyright (c) 2004-2008 eCosCentric Limited" +#define TOOL_VERSION "3.net" +#define TOOL_COPYRIGHT "Copyright (c) 2002-2008 Free Software Foundation, Inc." #define DEFAULT_SAVE_FILE "ecos.ecc" static const char* tool = "ecosconfig";
--- a/host/tools/configtool/standalone/wxwin/about.htm +++ b/host/tools/configtool/standalone/wxwin/about.htm @@ -19,7 +19,7 @@ <b>eCos Configuration Tool Version $VERSION$</b><BR> $DATE$<BR> Copyright (c) 1998-2002<br> - Red Hat, Inc. + Free Software Foundation, Inc. </font> </center> </td>
--- a/host/tools/configtool/standalone/wxwin/configtool.cpp +++ b/host/tools/configtool/standalone/wxwin/configtool.cpp @@ -289,7 +289,7 @@ bool ecApp::OnInit() wxLog::SetActiveTarget(new wxLogStderr); #endif wxString msg; - msg.Printf(wxT("eCos Configuration Tool (c) Red Hat, 2001 Version %s, %s"), ecCONFIGURATION_TOOL_VERSION, __DATE__); + msg.Printf(wxT("eCos Configuration Tool (c) Free Software Foundation, Inc., 1998-2008 Version %s, %s"), ecCONFIGURATION_TOOL_VERSION, __DATE__); wxLogMessage(msg); return FALSE; }
--- a/host/tools/configtool/standalone/wxwin/mainwin.cpp +++ b/host/tools/configtool/standalone/wxwin/mainwin.cpp @@ -576,9 +576,7 @@ void ecMainFrame::OnAbout(wxCommandEvent int iTclVerMajor, iTclVerMinor, iTclVerPatchLevel; Tcl_GetVersion (&iTclVerMajor, &iTclVerMinor, &iTclVerPatchLevel, NULL); msg.Printf("eCos Configuration Tool %s (%s %s)\n\n" - "Copyright (c) Red Hat, Inc. 1998-2002\n" - "Copyright (c) John Dallaway 2003\n" - "Copyright (c) eCosCentric Limited 2004-2008\n\n" + "Copyright (c) Free Software Foundation, Inc. 1998-2008\n\n" "Using %s %s and Tcl %d.%d.%d", ecCONFIGURATION_TOOL_VERSION, __DATE__, __TIME__, wxPlatformInfo::Get().GetPortIdName().c_str(), wxVERSION_NUM_DOT_STRING,
--- a/host/tools/configtool/standalone/wxwin/symbols.h +++ b/host/tools/configtool/standalone/wxwin/symbols.h @@ -44,7 +44,7 @@ // //=========================================================================== -#define ecCONFIGURATION_TOOL_VERSION "2.net" +#define ecCONFIGURATION_TOOL_VERSION "3.net" // Use /ecos-x notation for drive specification #define ecUSE_ECOS_X_NOTATION 1
