diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-07-06 19:53:31 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-07-06 19:53:31 -0700 |
commit | 93727da77828cdc6f3b747dafebad3a8f1347dc2 (patch) | |
tree | dd97d3f429bf11d14b011c8d20a8e5dd5fde3f79 /xrdp | |
parent | 0392b0167a22bdc72cbccfe0a931d9a762ac9681 (diff) | |
download | xrdp-proprietary-93727da77828cdc6f3b747dafebad3a8f1347dc2.tar.gz xrdp-proprietary-93727da77828cdc6f3b747dafebad3a8f1347dc2.zip |
update some copyright years
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/xrdp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c index a2b71900..ff25db39 100644 --- a/xrdp/xrdp.c +++ b/xrdp/xrdp.c @@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. xrdp: A Remote Desktop Protocol server. - Copyright (C) Jay Sorg 2004-2010 + Copyright (C) Jay Sorg 2004-2011 main program @@ -330,7 +330,7 @@ main(int argc, char** argv) { g_writeln(""); g_writeln("xrdp: A Remote Desktop Protocol server."); - g_writeln("Copyright (C) Jay Sorg 2004-2010"); + g_writeln("Copyright (C) Jay Sorg 2004-2011"); g_writeln("See http://xrdp.sourceforge.net for more information."); g_writeln(""); g_writeln("Usage: xrdp [options]"); @@ -469,7 +469,7 @@ main(int argc, char** argv) { g_writeln(""); g_writeln("xrdp: A Remote Desktop Protocol server."); - g_writeln("Copyright (C) Jay Sorg 2004-2010"); + g_writeln("Copyright (C) Jay Sorg 2004-2011"); g_writeln("See http://xrdp.sourceforge.net for more information."); g_writeln(""); g_writeln("Usage: xrdp [options]"); @@ -484,7 +484,7 @@ main(int argc, char** argv) { g_writeln(""); g_writeln("xrdp: A Remote Desktop Protocol server."); - g_writeln("Copyright (C) Jay Sorg 2004-2010"); + g_writeln("Copyright (C) Jay Sorg 2004-2011"); g_writeln("See http://xrdp.sourceforge.net for more information."); g_writeln("Version %s",PACKAGE_VERSION); g_writeln(""); |