summaryrefslogtreecommitdiff
path: root/src/keybindings.c
diff options
context:
space:
mode:
authorRob Adams <readams@readams.net>2004-02-23 01:48:29 +0000
committerRob Adams <readams@src.gnome.org>2004-02-23 01:48:29 +0000
commitdb108c1fc3e4123c5bfad92c657eb2df779a6763 (patch)
tree45e62995a48515ea3020a165a1db22cc7b7f61f2 /src/keybindings.c
parent5a28c4c423d28551cfdd0341e0f4bc8dc0e515ef (diff)
downloadmetacity-db108c1fc3e4123c5bfad92c657eb2df779a6763.tar.gz
Add my copyright notice to a number of files on which it should already
2004-02-23 Rob Adams <readams@readams.net> Add my copyright notice to a number of files on which it should already exist. * src/window.c (meta_window_notify_focus): modify code to move to front of MRU list so that we can have an assert that it was there in the first place. This code may be causing some crashes. See #131196.
Diffstat (limited to 'src/keybindings.c')
-rw-r--r--src/keybindings.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/keybindings.c b/src/keybindings.c
index c0774b04..0c9db78b 100644
--- a/src/keybindings.c
+++ b/src/keybindings.c
@@ -1,7 +1,9 @@
/* Metacity Keybindings */
/*
- * Copyright (C) 2001 Havoc Pennington, 2002 Red Hat Inc.
+ * Copyright (C) 2001 Havoc Pennington
+ * Copyright (C) 2002 Red Hat Inc.
+ * Copyright (C) 2003 Rob Adams
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as