diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/arch.h | 2 | ||||
-rw-r--r-- | common/defines.h | 2 | ||||
-rw-r--r-- | common/file.c | 2 | ||||
-rw-r--r-- | common/file.h | 2 | ||||
-rw-r--r-- | common/file_loc.h | 2 | ||||
-rw-r--r-- | common/list.c | 2 | ||||
-rw-r--r-- | common/list.h | 2 | ||||
-rw-r--r-- | common/log.c | 2 | ||||
-rw-r--r-- | common/log.h | 2 | ||||
-rw-r--r-- | common/os_calls.c | 2 | ||||
-rw-r--r-- | common/os_calls.h | 2 | ||||
-rw-r--r-- | common/parse.h | 2 | ||||
-rw-r--r-- | common/ssl_calls.c | 2 | ||||
-rw-r--r-- | common/ssl_calls.h | 2 | ||||
-rw-r--r-- | common/thread_calls.c | 2 | ||||
-rw-r--r-- | common/thread_calls.h | 2 | ||||
-rw-r--r-- | common/xrdp_constants.h | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/common/arch.h b/common/arch.h index 0426ec2e..2cb533d8 100644 --- a/common/arch.h +++ b/common/arch.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/defines.h b/common/defines.h index 6879dd1f..5ce89f19 100644 --- a/common/defines.h +++ b/common/defines.h @@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. xrdp: A Remote Desktop Protocol server. - Copyright (C) Jay Sorg 2004-2006 + Copyright (C) Jay Sorg 2004-2007 main define/macro file diff --git a/common/file.c b/common/file.c index 34a35bc3..33f0fd37 100644 --- a/common/file.c +++ b/common/file.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/file.h b/common/file.h index 4484be21..6f0dfc8f 100644 --- a/common/file.h +++ b/common/file.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/file_loc.h b/common/file_loc.h index 790521f8..08a905b6 100644 --- a/common/file_loc.h +++ b/common/file_loc.h @@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. xrdp: A Remote Desktop Protocol server. - Copyright (C) Jay Sorg 2004-2006 + Copyright (C) Jay Sorg 2004-2007 default file locations for log, config, etc diff --git a/common/list.c b/common/list.c index 81d85adb..0ba759f7 100644 --- a/common/list.c +++ b/common/list.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/list.h b/common/list.h index a92a1519..f839711b 100644 --- a/common/list.h +++ b/common/list.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/log.c b/common/log.c index 1c532666..cc384199 100644 --- a/common/log.c +++ b/common/log.c @@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. xrdp: A Remote Desktop Protocol server. - Copyright (C) Jay Sorg 2005-2006 + Copyright (C) Jay Sorg 2005-2007 */ #include <sys/types.h> diff --git a/common/log.h b/common/log.h index b5d79f37..56584646 100644 --- a/common/log.h +++ b/common/log.h @@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. xrdp: A Remote Desktop Protocol server. - Copyright (C) Jay Sorg 2005-2006 + Copyright (C) Jay Sorg 2005-2007 */ #ifndef LOG_H diff --git a/common/os_calls.c b/common/os_calls.c index 2296180f..0900c291 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/os_calls.h b/common/os_calls.h index a794a891..2f1018cb 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/parse.h b/common/parse.h index 5c7e50ba..a9d7a195 100644 --- a/common/parse.h +++ b/common/parse.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2006 Jay Sorg + Copyright (c) 2004-2007 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/common/ssl_calls.c b/common/ssl_calls.c index 19f70e53..5a2e016b 100644 --- a/common/ssl_calls.c +++ b/common/ssl_calls.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-2006 + Copyright (C) Jay Sorg 2004-2007 ssl calls diff --git a/common/ssl_calls.h b/common/ssl_calls.h index b7ef109c..a51044e4 100644 --- a/common/ssl_calls.h +++ b/common/ssl_calls.h @@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. xrdp: A Remote Desktop Protocol server. - Copyright (C) Jay Sorg 2004-2006 + Copyright (C) Jay Sorg 2004-2007 */ diff --git a/common/thread_calls.c b/common/thread_calls.c index ba7db3f1..8bd399ad 100644 --- a/common/thread_calls.c +++ b/common/thread_calls.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-2006 + Copyright (C) Jay Sorg 2004-2007 thread calls diff --git a/common/thread_calls.h b/common/thread_calls.h index cf04b832..93debdfe 100644 --- a/common/thread_calls.h +++ b/common/thread_calls.h @@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. xrdp: A Remote Desktop Protocol server. - Copyright (C) Jay Sorg 2004-2006 + Copyright (C) Jay Sorg 2004-2007 */ diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index ea7f1c47..fec8731f 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -1,7 +1,7 @@ /* rdesktop: A Remote Desktop Protocol client. Miscellaneous protocol constants - Copyright (C) Matthew Chapman 1999-2002 + Copyright (C) Matthew Chapman 1999-2007 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |