diff options
author | Stefan Walter <stefw@src.gnome.org> | 2007-05-29 14:31:02 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2007-05-29 14:31:02 +0000 |
commit | e1a11b33e4b1f21ea6f01cfb3bf945e722872ae3 (patch) | |
tree | 77f65235fa47e32c7524e3e7f2270e6c2da5d3f9 | |
parent | f97ec0ebaceabe7cf5ca4d8705e7c38083515588 (diff) |
Use my real name
* AUTHORS:
* MAINTAINERS:
* daemon/gnome-keyring-daemon-dbus.c:
* keyrings/gkr-keyring-item.c:
* keyrings/gkr-keyring-item.h:
* keyrings/gkr-keyring.c:
* keyrings/gkr-keyring.h:
* keyrings/gkr-keyrings.c:
* keyrings/gkr-keyrings.h:
* tests/unit-test-keyrings.c:
* tests/unit-test-other.c:
* ui/gkr-ask-request.c: Use my real name
svn path=/trunk/; revision=621
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | daemon/gnome-keyring-daemon-dbus.c | 4 | ||||
-rw-r--r-- | keyrings/gkr-keyring-item.c | 4 | ||||
-rw-r--r-- | keyrings/gkr-keyring-item.h | 4 | ||||
-rw-r--r-- | keyrings/gkr-keyring.c | 4 | ||||
-rw-r--r-- | keyrings/gkr-keyring.h | 4 | ||||
-rw-r--r-- | keyrings/gkr-keyrings.c | 4 | ||||
-rw-r--r-- | keyrings/gkr-keyrings.h | 4 | ||||
-rw-r--r-- | tests/unit-test-keyrings.c | 4 | ||||
-rw-r--r-- | tests/unit-test-other.c | 4 | ||||
-rw-r--r-- | ui/gkr-ask-request.c | 4 |
13 files changed, 37 insertions, 22 deletions
@@ -1,6 +1,6 @@ Main authors: Alexander Larsson <alexl@redhat.com> -Nate Nielsen <nielsen@memberwebs.com> +Stef Walter <stef@memberwebs.com> Contributors: Fernando Herrera <fherrera@onirica.com> @@ -1,3 +1,18 @@ +2007-05-29 Stef Walter <stef@memberwebs.com> + + * AUTHORS: + * MAINTAINERS: + * daemon/gnome-keyring-daemon-dbus.c: + * keyrings/gkr-keyring-item.c: + * keyrings/gkr-keyring-item.h: + * keyrings/gkr-keyring.c: + * keyrings/gkr-keyring.h: + * keyrings/gkr-keyrings.c: + * keyrings/gkr-keyrings.h: + * tests/unit-test-keyrings.c: + * tests/unit-test-other.c: + * ui/gkr-ask-request.c: Use my real name + 2007-05-18 Nate Nielsen <nielsen@memberwebs.com> * tests/Makefile.am: diff --git a/MAINTAINERS b/MAINTAINERS index 99c14bd3..daa75dce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,2 +1,2 @@ alexl@redhat.com -nielsen@memberwebs.com +stef@memberwebs.com diff --git a/daemon/gnome-keyring-daemon-dbus.c b/daemon/gnome-keyring-daemon-dbus.c index 74994984..3fb79dcc 100644 --- a/daemon/gnome-keyring-daemon-dbus.c +++ b/daemon/gnome-keyring-daemon-dbus.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* gnome-keyring-daemon-dbus.c - daemon usage of dbus - Copyright (C) 2007, Nate Nielsen + Copyright (C) 2007, Stefan Walter Gnome keyring is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #include "config.h" diff --git a/keyrings/gkr-keyring-item.c b/keyrings/gkr-keyring-item.c index 5c5bd28b..8cc2f79b 100644 --- a/keyrings/gkr-keyring-item.c +++ b/keyrings/gkr-keyring-item.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* gkr-keyring-item.c - represents an item in a keyring - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan walter The Gnome Keyring Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #include "config.h" diff --git a/keyrings/gkr-keyring-item.h b/keyrings/gkr-keyring-item.h index ddf73363..b6871441 100644 --- a/keyrings/gkr-keyring-item.h +++ b/keyrings/gkr-keyring-item.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* gkr-keyring-item.h - represents an item in a keyring - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter The Gnome Keyring Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #ifndef __GKR_KEYRING_ITEM_H__ diff --git a/keyrings/gkr-keyring.c b/keyrings/gkr-keyring.c index a6caa2f9..592a63e9 100644 --- a/keyrings/gkr-keyring.c +++ b/keyrings/gkr-keyring.c @@ -2,7 +2,7 @@ /* gkr-keyring.c - represents a keyring in memory, and functionality save/load Copyright (C) 2003 Red Hat, Inc - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter Gnome keyring is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Author: Alexander Larsson <alexl@redhat.com> - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #include "config.h" diff --git a/keyrings/gkr-keyring.h b/keyrings/gkr-keyring.h index 98e70518..47304e2e 100644 --- a/keyrings/gkr-keyring.h +++ b/keyrings/gkr-keyring.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* gkr-keyring.h - represents a keyring in memory, and functionality save/load - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter The Gnome Keyring Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #ifndef __GKR_KEYRING_H__ diff --git a/keyrings/gkr-keyrings.c b/keyrings/gkr-keyrings.c index 3fba6711..a2a3a9b0 100644 --- a/keyrings/gkr-keyrings.c +++ b/keyrings/gkr-keyrings.c @@ -2,7 +2,7 @@ /* gkr-keyrings.c - the global list of keyrings Copyright (C) 2003 Red Hat, Inc - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter Gnome keyring is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Author: Alexander Larsson <alexl@redhat.com> - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #include "config.h" diff --git a/keyrings/gkr-keyrings.h b/keyrings/gkr-keyrings.h index baa84475..2f24c543 100644 --- a/keyrings/gkr-keyrings.h +++ b/keyrings/gkr-keyrings.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* gkr-keyrings.h - the global list of keyrings - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter The Gnome Keyring Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #ifndef __GKR_KEYRINGS_H__ diff --git a/tests/unit-test-keyrings.c b/tests/unit-test-keyrings.c index 2fb0bed3..21b30170 100644 --- a/tests/unit-test-keyrings.c +++ b/tests/unit-test-keyrings.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* unit-test-keyrings.c: Test basic keyring functionality - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter The Gnome Keyring Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #include <stdlib.h> diff --git a/tests/unit-test-other.c b/tests/unit-test-other.c index 51b4535d..6fee391a 100644 --- a/tests/unit-test-other.c +++ b/tests/unit-test-other.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* unit-test-other.c: Test miscellaneous functionality - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter The Gnome Keyring Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #include <stdlib.h> diff --git a/ui/gkr-ask-request.c b/ui/gkr-ask-request.c index e8d0ce8d..490b37a7 100644 --- a/ui/gkr-ask-request.c +++ b/ui/gkr-ask-request.c @@ -2,7 +2,7 @@ /* gkr-ask-request.c - represents a prompt for the user Copyright (C) 2003 Red Hat, Inc - Copyright (C) 2007 Nate Nielsen + Copyright (C) 2007 Stefan Walter Gnome keyring is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Author: Alexander Larsson <alexl@redhat.com> - Author: Nate Nielsen <nielsen@memberwebs.com> + Author: Stef Walter <stef@memberwebs.com> */ #include "config.h" |