summaryrefslogtreecommitdiffstats
path: root/servers/gpib_server_lin/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'servers/gpib_server_lin/src/main.cpp')
-rw-r--r--servers/gpib_server_lin/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/gpib_server_lin/src/main.cpp b/servers/gpib_server_lin/src/main.cpp
index 6c2191e..2ce0862 100644
--- a/servers/gpib_server_lin/src/main.cpp
+++ b/servers/gpib_server_lin/src/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
{
TDEAboutData aboutData( "ulab_gpib_server", I18N_NOOP("uLab GPIB Server"),
version, description, TDEAboutData::License_GPL,
- "(c) 2012, Timothy Pearson");
+ "(c) 2012 - 2015, Timothy Pearson");
aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net");
TDECmdLineArgs::init( argc, argv, &aboutData );
TDEApplication::disableAutoDcopRegistration();