From: Josh Triplett <josh@freedesktop.org>
To: xen-devel@lists.xensource.com, xen-tools@lists.xensource.com,
jfisch@cs.pdx.edu, cro_marmot@comcast.net
Subject: [PATCH] Fix stale email addresses in xenstat and xentop.
Date: Wed, 30 May 2007 18:47:46 -0700 [thread overview]
Message-ID: <465E2942.8050806@freedesktop.org> (raw)
[-- Attachment #1.1.1: Type: text/plain, Size: 6855 bytes --]
Our @us.ibm.com emails cannot forward to us; we do not have access to them
when not interning at IBM. People have attempted to reach us via those
addresses and failed; occasionally they've Googled for a current address,
which made us realize the problem. Change each email to a more permanent
address, so people can reach us in the future. Change bug reporting addresses
to a xen mailing list rather than an individual.
Signed-off-by: Josh Triplett <josh@kernel.org>
diff -r 039b612308cf -r 838f3afb8069 tools/xenstat/libxenstat/Makefile
--- a/tools/xenstat/libxenstat/Makefile Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/libxenstat/Makefile Wed May 30 18:36:16 2007 -0700
@@ -1,6 +1,6 @@
# libxenstat: statistics-collection library for Xen
# Copyright (C) International Business Machines Corp., 2005
-# Author: Josh Triplett <josht@us.ibm.com>
+# Author: Josh Triplett <josh@kernel.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff -r 039b612308cf -r 838f3afb8069 tools/xenstat/libxenstat/src/xenstat.c
--- a/tools/xenstat/libxenstat/src/xenstat.c Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/libxenstat/src/xenstat.c Wed May 30 18:36:16 2007 -0700
@@ -1,8 +1,8 @@
/* libxenstat: statistics-collection library for Xen
* Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- * Judy Fischbach <jfisch@us.ibm.com>
- * David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ * Judy Fischbach <jfisch@cs.pdx.edu>
+ * David Hendricks <cro_marmot@comcast.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff -r 039b612308cf -r 838f3afb8069 tools/xenstat/libxenstat/src/xenstat.h
--- a/tools/xenstat/libxenstat/src/xenstat.h Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/libxenstat/src/xenstat.h Wed May 30 18:36:16 2007 -0700
@@ -1,8 +1,8 @@
/* libxenstat: statistics-collection library for Xen
* Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- * Judy Fischbach <jfisch@us.ibm.com>
- * David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ * Judy Fischbach <jfisch@cs.pdx.edu>
+ * David Hendricks <cro_marmot@comcast.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff -r 039b612308cf -r 838f3afb8069 tools/xenstat/libxenstat/src/xenstat_linux.c
--- a/tools/xenstat/libxenstat/src/xenstat_linux.c Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/libxenstat/src/xenstat_linux.c Wed May 30 18:36:16 2007 -0700
@@ -1,8 +1,8 @@
/* libxenstat: statistics-collection library for Xen
* Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- * Judy Fischbach <jfisch@us.ibm.com>
- * David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ * Judy Fischbach <jfisch@cs.pdx.edu>
+ * David Hendricks <cro_marmot@comcast.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff -r 039b612308cf -r 838f3afb8069 tools/xenstat/libxenstat/src/xenstat_priv.h
--- a/tools/xenstat/libxenstat/src/xenstat_priv.h Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/libxenstat/src/xenstat_priv.h Wed May 30 18:36:16 2007 -0700
@@ -1,8 +1,8 @@
/* libxenstat: statistics-collection library for Xen
* Copyright (C) International Business Machines Corp., 2005
- * Authors: Josh Triplett <josht@us.ibm.com>
- * Judy Fischbach <jfisch@us.ibm.com>
- * David Hendricks <dhendrix@us.ibm.com>
+ * Authors: Josh Triplett <josh@kernel.org>
+ * Judy Fischbach <jfisch@cs.pdx.edu>
+ * David Hendricks <cro_marmot@comcast.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff -r 039b612308cf -r 838f3afb8069 tools/xenstat/xentop/Makefile
--- a/tools/xenstat/xentop/Makefile Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/xentop/Makefile Wed May 30 18:36:16 2007 -0700
@@ -1,5 +1,5 @@
# Copyright (C) International Business Machines Corp., 2005
-# Author: Josh Triplett <josht@us.ibm.com>
+# Author: Josh Triplett <josh@kernel.org>
#
# 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 -r 039b612308cf -r 838f3afb8069 tools/xenstat/xentop/xentop.1
--- a/tools/xenstat/xentop/xentop.1 Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/xentop/xentop.1 Wed May 30 18:36:16 2007 -0700
@@ -1,5 +1,5 @@
.\" Copyright (C) International Business Machines Corp., 2005
-.\" Author: Josh Triplett <josht@us.ibm.com>
+.\" Author: Josh Triplett <josh@kernel.org>
.\"
.\" 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
@@ -91,7 +91,7 @@ Written by Judy Fischbach, David Hendric
Written by Judy Fischbach, David Hendricks, and Josh Triplett
.SH "REPORTING BUGS"
-Report bugs to <dsteklof@us.ibm.com>.
+Report bugs to <xen-tools@lists.xensource.com>.
.SH COPYRIGHT
Copyright \(co 2005 International Business Machines Corp
diff -r 039b612308cf -r 838f3afb8069 tools/xenstat/xentop/xentop.c
--- a/tools/xenstat/xentop/xentop.c Wed May 30 18:15:21 2007 -0700
+++ b/tools/xenstat/xentop/xentop.c Wed May 30 18:36:16 2007 -0700
@@ -1,8 +1,8 @@
/*
* Copyright (C) International Business Machines Corp., 2005
- * Author(s): Judy Fischbach <jfisch@us.ibm.com>
- * David Hendricks <dhendrix@us.ibm.com>
- * Josh Triplett <josht@us.ibm.com>
+ * Author(s): Judy Fischbach <jfisch@cs.pdx.edu>
+ * David Hendricks <cro_marmot@comcast.net>
+ * Josh Triplett <josh@kernel.org>
* based on code from Anthony Liguori <aliguori@us.ibm.com>
*
* This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,7 @@
"Copyright (C) 2005 International Business Machines Corp\n"\
"This is free software; see the source for copying conditions.There is NO\n"\
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
-#define XENTOP_BUGSTO "Report bugs to <dsteklof@us.ibm.com>.\n"
+#define XENTOP_BUGSTO "Report bugs to <xen-tools@lists.xensource.com>.\n"
#define _GNU_SOURCE
#include <getopt.h>
[-- Attachment #1.1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 253 bytes --]
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
reply other threads:[~2007-05-31 1:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=465E2942.8050806@freedesktop.org \
--to=josh@freedesktop.org \
--cc=cro_marmot@comcast.net \
--cc=jfisch@cs.pdx.edu \
--cc=xen-devel@lists.xensource.com \
--cc=xen-tools@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.