diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-05-28 23:35:02 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-05-28 23:35:02 -0700 |
commit | 9f175d307b3e08d930744b839f245a39b31a8a3d (patch) | |
tree | 9f0f85de56b1758704fef87172d2e7fcfecaf71b /xrdp/xrdp.c | |
parent | 62a4403dd408f86f6a5d7e9750a2f213e6b95224 (diff) | |
download | xrdp-proprietary-9f175d307b3e08d930744b839f245a39b31a8a3d.tar.gz xrdp-proprietary-9f175d307b3e08d930744b839f245a39b31a8a3d.zip |
no logic changes, cleanup and copyright year updates
Diffstat (limited to 'xrdp/xrdp.c')
-rw-r--r-- | xrdp/xrdp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c index 2ed2c8fd..0c340e55 100644 --- a/xrdp/xrdp.c +++ b/xrdp/xrdp.c @@ -1,7 +1,7 @@ /** * xrdp: A Remote Desktop Protocol server. * - * Copyright (C) Jay Sorg 2004-2012 + * Copyright (C) Jay Sorg 2004-2013 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -306,9 +306,9 @@ main(int argc, char **argv) g_init("xrdp"); ssl_init(); - for (test=0;test<argc; test++) + for (test = 0; test < argc; test++) { - DEBUG(("Argument %i - %s",test,argv[test])); + DEBUG(("Argument %i - %s", test, argv[test])); } /* check compiled endian with actual endian */ @@ -435,7 +435,7 @@ main(int argc, char **argv) { g_writeln(""); g_writeln("xrdp: A Remote Desktop Protocol server."); - g_writeln("Copyright (C) Jay Sorg 2004-2011"); + g_writeln("Copyright (C) Jay Sorg 2004-2013"); g_writeln("See http://xrdp.sourceforge.net for more information."); g_writeln(""); g_writeln("Usage: xrdp [options]"); @@ -453,7 +453,7 @@ main(int argc, char **argv) { g_writeln(""); g_writeln("xrdp: A Remote Desktop Protocol server."); - g_writeln("Copyright (C) Jay Sorg 2004-2011"); + g_writeln("Copyright (C) Jay Sorg 2004-2013"); g_writeln("See http://xrdp.sourceforge.net for more information."); g_writeln("Version %s", PACKAGE_VERSION); g_writeln(""); |