summaryrefslogtreecommitdiffstats
path: root/servers/fpga_server_lin/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-06 01:49:44 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-06 01:49:44 -0500
commit9a3bfffc76e52b18a952016a1793af57b7d92cd4 (patch)
tree1cfef56e86ea6b85daa0480d94ad160fbc751b96 /servers/fpga_server_lin/src/main.cpp
parent7bd40e9b56445d509cddebfff79062770708b0e6 (diff)
downloadulab-9a3bfffc76e52b18a952016a1793af57b7d92cd4.tar.gz
ulab-9a3bfffc76e52b18a952016a1793af57b7d92cd4.zip
Fix a number of problems and add skeleton FPGA prog server
Diffstat (limited to 'servers/fpga_server_lin/src/main.cpp')
-rw-r--r--servers/fpga_server_lin/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/servers/fpga_server_lin/src/main.cpp b/servers/fpga_server_lin/src/main.cpp
index 5a264d5..cfb67ad 100644
--- a/servers/fpga_server_lin/src/main.cpp
+++ b/servers/fpga_server_lin/src/main.cpp
@@ -39,13 +39,13 @@
#include "fpga_conn.h"
-static const char description[] = I18N_NOOP("RemoteFPGA Kerberos Authentication Server");
+static const char description[] = I18N_NOOP("RemoteFPGA FPGA Viewer Server");
static const char version[] = "v0.0.1";
int main(int argc, char *argv[])
{
- KAboutData aboutData( "remotefpga_auth_server", I18N_NOOP("RemoteFPGA AuthServer"),
+ KAboutData aboutData( "remotefpga_fpga_server", I18N_NOOP("RemoteFPGA FPGA Viewer Server"),
version, description, KAboutData::License_GPL,
"(c) 2012, Timothy Pearson");
aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net");