From 14949f6764dba63356515077ddfdbb4a4d21782c Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Sat, 4 Jan 2014 16:10:57 -0500 Subject: [PATCH] libusbg: update preferred email address Update email address for myself throughout the code. Signed-off-by: Matt Porter --- AUTHORS | 2 +- ChangeLog | 2 +- configure.ac | 2 +- examples/gadget-acm-ecm.c | 2 +- examples/show-gadgets.c | 2 +- include/usbg/usbg.h | 2 +- src/usbg.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 53a1185..f9b069c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Matt Porter +Matt Porter diff --git a/ChangeLog b/ChangeLog index 84868ac..094b9ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,2 @@ -Wed, 04 Sep 2013 Matt Porter 0.0.1 +Wed, 04 Sep 2013 Matt Porter 0.0.1 - Initial release diff --git a/configure.ac b/configure.ac index 7b2132a..14558b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libusbg], [0.0.1], [matt.porter@linaro.org]) +AC_INIT([libusbg], [0.0.1], [mporter@linaro.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AM_PROG_AR diff --git a/examples/gadget-acm-ecm.c b/examples/gadget-acm-ecm.c index ea11599..e4cdd19 100644 --- a/examples/gadget-acm-ecm.c +++ b/examples/gadget-acm-ecm.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2013 Linaro Limited * - * Matt Porter + * Matt Porter * * 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/examples/show-gadgets.c b/examples/show-gadgets.c index a0fc1e3..6de7797 100644 --- a/examples/show-gadgets.c +++ b/examples/show-gadgets.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2013 Linaro Limited * - * Matt Porter + * Matt Porter * * 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/include/usbg/usbg.h b/include/usbg/usbg.h index 641e520..5f00068 100644 --- a/include/usbg/usbg.h +++ b/include/usbg/usbg.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2013 Linaro Limited * - * Matt Porter + * Matt Porter * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/usbg.c b/src/usbg.c index 01af98f..20447db 100644 --- a/src/usbg.c +++ b/src/usbg.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2013 Linaro Limited * - * Matt Porter + * Matt Porter * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- 2.7.4