summaryrefslogtreecommitdiffstats
path: root/servers/auth_server_lin/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-26 23:48:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-26 23:48:35 -0600
commite21781df2ef6bfdb1a650bab5298b0261c8f7d3c (patch)
tree27ca6bb1731872f32669ac93ef714ffe38b58023 /servers/auth_server_lin/src/main.cpp
parent25b343530fea2586973f2d3fe1d068c1e37d5d38 (diff)
downloadulab-e21781df2ef6bfdb1a650bab5298b0261c8f7d3c.tar.gz
ulab-e21781df2ef6bfdb1a650bab5298b0261c8f7d3c.zip
Update package names and fix library FTBFS
Diffstat (limited to 'servers/auth_server_lin/src/main.cpp')
-rw-r--r--servers/auth_server_lin/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/servers/auth_server_lin/src/main.cpp b/servers/auth_server_lin/src/main.cpp
index e0183ee..33b6ccd 100644
--- a/servers/auth_server_lin/src/main.cpp
+++ b/servers/auth_server_lin/src/main.cpp
@@ -45,13 +45,13 @@ static const TDECmdLineOptions options[] =
{ 0, 0, 0 }
};
-static const char description[] = I18N_NOOP("RemoteFPGA Kerberos Authentication Server");
+static const char description[] = I18N_NOOP("uLab Kerberos Authentication Server");
static const char version[] = "v0.0.1";
int main(int argc, char *argv[])
{
- TDEAboutData aboutData( "remotefpga_auth_server", I18N_NOOP("RemoteFPGA AuthServer"),
+ TDEAboutData aboutData( "remotefpga_auth_server", I18N_NOOP("uLab AuthServer"),
version, description, TDEAboutData::License_GPL,
"(c) 2012-2013, Timothy Pearson");
aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net");