summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-03-28 00:32:01 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-03-28 00:32:01 +0000
commit1eb3daeb23705e1ad422d85a6fe2382ae3c01f03 (patch)
tree3e46222d2ccb00e0984c74fa118d07902c8a1ec1 /daemon
parenta40fdbecbe6d51f506303d6082a07e219d1da8ee (diff)
downloadgdm-1eb3daeb23705e1ad422d85a6fe2382ae3c01f03.tar.gz
Correct copyright information for Sun contributions to the code.
2008-03-27 Brian Cameron <brian.cameron@sun.com> * gui/gdmdynamic.c, gui/modules/dwellmouselistener.c, gui/modules/keymouselistener.c, daemon/slave.c, daemon/gdm-daemon-config.[ch]: Correct copyright information for Sun contributions to the code. svn path=/branches/gnome-2-20/; revision=6078
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gdm-daemon-config.c2
-rw-r--r--daemon/gdm-daemon-config.h2
-rw-r--r--daemon/slave.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/daemon/gdm-daemon-config.c b/daemon/gdm-daemon-config.c
index 220b70fa..514ba052 100644
--- a/daemon/gdm-daemon-config.c
+++ b/daemon/gdm-daemon-config.c
@@ -2,7 +2,7 @@
*
* GDM - The GNOME Display Manager
* Copyright (C) 1998, 1999, 2000 Martin K. Petersen <mkp@mkp.net>
- * Copyright (C) 2005 Brian Cameron <brian.cameron@sun.com>
+ * Copyright (C) 2005 Sun Microsystems, Inc.
*
* 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
diff --git a/daemon/gdm-daemon-config.h b/daemon/gdm-daemon-config.h
index 9256c32a..938abfe7 100644
--- a/daemon/gdm-daemon-config.h
+++ b/daemon/gdm-daemon-config.h
@@ -2,7 +2,7 @@
*
* GDM - The GNOME Display Manager
* Copyright (C) 1998, 1999, 2000 Martin K. Petersen <mkp@mkp.net>
- * Copyright (C) 2005 Brian Cameron <brian.cameron@sun.com>
+ * Copyright (C) 2005 Sun Microsystems, Inc.
*
* 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
diff --git a/daemon/slave.c b/daemon/slave.c
index c311b9fc..69bd4d53 100644
--- a/daemon/slave.c
+++ b/daemon/slave.c
@@ -1062,7 +1062,7 @@ gdm_screen_init (GdmDisplay *display)
XFree (xscreens);
} else
#elif HAVE_SOLARIS_XINERAMA
- /* This code from GDK, Copyright (C) 2002 Sun Microsystems */
+ /* This code from GDK, Copyright (C) 2002 Sun Microsystems, Inc. */
int opcode;
int firstevent;
int firsterror;