diff options
author | jsorg71 <jsorg71> | 2009-02-02 08:01:44 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-02-02 08:01:44 +0000 |
commit | 6c5f82fd04f60b0c86d337deea32f54c17e4d548 (patch) | |
tree | daadafd85cfd900b73980dcb99cb7af82906dca0 | |
parent | 859dc139f0371bf9932e149a19fca7715f2e17a4 (diff) | |
download | xrdp-proprietary-6c5f82fd04f60b0c86d337deea32f54c17e4d548.tar.gz xrdp-proprietary-6c5f82fd04f60b0c86d337deea32f54c17e4d548.zip |
update copyright year
-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/trans.c | 2 | ||||
-rw-r--r-- | common/trans.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/common/arch.h b/common/arch.h index ec16bd76..df9a49be 100644 --- a/common/arch.h +++ b/common/arch.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 050eb5a3..2dbb1893 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-2008 + Copyright (C) Jay Sorg 2004-2009 main define/macro file diff --git a/common/file.c b/common/file.c index cf6f1e64..c5e7efd3 100644 --- a/common/file.c +++ b/common/file.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 9482a79a..c44ed582 100644 --- a/common/file.h +++ b/common/file.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 6d0fce4e..d1295aa7 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-2008 + Copyright (C) Jay Sorg 2004-2009 default file locations for log, config, etc diff --git a/common/list.c b/common/list.c index 65d7a65f..b3263a54 100644 --- a/common/list.c +++ b/common/list.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 8d80f87e..00c1cfed 100644 --- a/common/list.h +++ b/common/list.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 d4923900..3dae3a41 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-2008 + Copyright (C) Jay Sorg 2005-2009 */ #include <sys/types.h> diff --git a/common/log.h b/common/log.h index 18bdd623..a66f0041 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-2008 + Copyright (C) Jay Sorg 2005-2009 */ #ifndef LOG_H diff --git a/common/os_calls.c b/common/os_calls.c index 3d7cd2d0..d6beac71 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 3984bf7a..6ae5780b 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 bd2733a7..0b5a8192 100644 --- a/common/parse.h +++ b/common/parse.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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 960c0569..cd982f7a 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-2008 + Copyright (C) Jay Sorg 2004-2009 ssl calls diff --git a/common/ssl_calls.h b/common/ssl_calls.h index f0f0f91b..e5a6f534 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-2008 + Copyright (C) Jay Sorg 2004-2009 */ diff --git a/common/thread_calls.c b/common/thread_calls.c index 6e40faae..18b1da9a 100644 --- a/common/thread_calls.c +++ b/common/thread_calls.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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/thread_calls.h b/common/thread_calls.h index d6805448..5d86ebab 100644 --- a/common/thread_calls.h +++ b/common/thread_calls.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2004-2009 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/trans.c b/common/trans.c index bbb01949..47df3523 100644 --- a/common/trans.c +++ b/common/trans.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2008 Jay Sorg + Copyright (c) 2008-2009 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/trans.h b/common/trans.h index b915ab9b..4df515da 100644 --- a/common/trans.h +++ b/common/trans.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2004-2008 Jay Sorg + Copyright (c) 2008-2009 Jay Sorg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), |