summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/arch.h2
-rw-r--r--common/defines.h2
-rw-r--r--common/file.c2
-rw-r--r--common/file.h2
-rw-r--r--common/file_loc.h2
-rw-r--r--common/list.c2
-rw-r--r--common/list.h2
-rw-r--r--common/log.c2
-rw-r--r--common/log.h2
-rw-r--r--common/os_calls.c2
-rw-r--r--common/os_calls.h2
-rw-r--r--common/parse.h2
-rw-r--r--common/ssl_calls.c2
-rw-r--r--common/ssl_calls.h2
-rw-r--r--common/thread_calls.c2
-rw-r--r--common/thread_calls.h2
-rw-r--r--common/xrdp_constants.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/common/arch.h b/common/arch.h
index 45897c79..c770ae02 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 f5e2e7d2..050eb5a3 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-2007
+ Copyright (C) Jay Sorg 2004-2008
main define/macro file
diff --git a/common/file.c b/common/file.c
index 1f510ad4..cf6f1e64 100644
--- a/common/file.c
+++ b/common/file.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 c019ae9c..9482a79a 100644
--- a/common/file.h
+++ b/common/file.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 309e028e..ecf1aaa7 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-2007
+ Copyright (C) Jay Sorg 2004-2008
default file locations for log, config, etc
diff --git a/common/list.c b/common/list.c
index c94fac66..65d7a65f 100644
--- a/common/list.c
+++ b/common/list.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 af947469..8d80f87e 100644
--- a/common/list.h
+++ b/common/list.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 33732827..d6da363d 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-2007
+ Copyright (C) Jay Sorg 2005-2008
*/
#include <sys/types.h>
diff --git a/common/log.h b/common/log.h
index 446b6f26..93328044 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-2007
+ Copyright (C) Jay Sorg 2005-2008
*/
#ifndef LOG_H
diff --git a/common/os_calls.c b/common/os_calls.c
index bc9a64ea..afbce19f 100644
--- a/common/os_calls.c
+++ b/common/os_calls.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 688b52f9..cebd7a0f 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 a9d7a195..bd2733a7 100644
--- a/common/parse.h
+++ b/common/parse.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 a3bf5ea0..d5fe46a1 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-2007
+ Copyright (C) Jay Sorg 2004-2008
ssl calls
diff --git a/common/ssl_calls.h b/common/ssl_calls.h
index cf89a33f..f0f0f91b 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-2007
+ Copyright (C) Jay Sorg 2004-2008
*/
diff --git a/common/thread_calls.c b/common/thread_calls.c
index 5112fbf7..c28febdf 100644
--- a/common/thread_calls.c
+++ b/common/thread_calls.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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 e5d32ecb..350a125a 100644
--- a/common/thread_calls.h
+++ b/common/thread_calls.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2007 Jay Sorg
+ Copyright (c) 2004-2008 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/xrdp_constants.h b/common/xrdp_constants.h
index fec8731f..09c2a35c 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-2007
+ Copyright (C) Matthew Chapman 1999-2008
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