summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2007-05-29 14:31:02 +0000
committerStefan Walter <stefw@src.gnome.org>2007-05-29 14:31:02 +0000
commite1a11b33e4b1f21ea6f01cfb3bf945e722872ae3 (patch)
tree77f65235fa47e32c7524e3e7f2270e6c2da5d3f9
parentf97ec0ebaceabe7cf5ca4d8705e7c38083515588 (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--AUTHORS2
-rw-r--r--ChangeLog15
-rw-r--r--MAINTAINERS2
-rw-r--r--daemon/gnome-keyring-daemon-dbus.c4
-rw-r--r--keyrings/gkr-keyring-item.c4
-rw-r--r--keyrings/gkr-keyring-item.h4
-rw-r--r--keyrings/gkr-keyring.c4
-rw-r--r--keyrings/gkr-keyring.h4
-rw-r--r--keyrings/gkr-keyrings.c4
-rw-r--r--keyrings/gkr-keyrings.h4
-rw-r--r--tests/unit-test-keyrings.c4
-rw-r--r--tests/unit-test-other.c4
-rw-r--r--ui/gkr-ask-request.c4
13 files changed, 37 insertions, 22 deletions
diff --git a/AUTHORS b/AUTHORS
index d1b5405d..126cbebf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/ChangeLog b/ChangeLog
index 71bbeb4a..11fc3c96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"