diff options
author | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2016-01-19 11:39:07 +0000 |
---|---|---|
committer | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2016-01-19 11:39:07 +0000 |
commit | 7bc705dfc7f6a71817a861f25e737b5793da6b6c (patch) | |
tree | 91dce37f0a961b85328ab3cda623b9ba3d6145a7 | |
parent | 8b3e8cd0b3a97dccd73354e737b7ab88b0503d17 (diff) |
Update my mail address.
-rw-r--r-- | usr.bin/mg/cscope.c | 4 | ||||
-rw-r--r-- | usr.bin/mg/tags.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mg/cscope.c b/usr.bin/mg/cscope.c index 842aed14864..02fca962aa1 100644 --- a/usr.bin/mg/cscope.c +++ b/usr.bin/mg/cscope.c @@ -1,9 +1,9 @@ -/* $OpenBSD: cscope.c,v 1.14 2016/01/19 11:21:38 sunil Exp $ */ +/* $OpenBSD: cscope.c,v 1.15 2016/01/19 11:39:06 sunil Exp $ */ /* * This file is in the public domain. * - * Author: Sunil Nimmagadda <sunil@sunilnimmagadda.com> + * Author: Sunil Nimmagadda <sunil@openbsd.org> */ #include <sys/queue.h> diff --git a/usr.bin/mg/tags.c b/usr.bin/mg/tags.c index 5804160725a..a84b6e9e29f 100644 --- a/usr.bin/mg/tags.c +++ b/usr.bin/mg/tags.c @@ -1,9 +1,9 @@ -/* $OpenBSD: tags.c,v 1.12 2015/12/31 12:06:48 sunil Exp $ */ +/* $OpenBSD: tags.c,v 1.13 2016/01/19 11:39:06 sunil Exp $ */ /* * This file is in the public domain. * - * Author: Sunil Nimmagadda <sunil@sunilnimmagadda.com> + * Author: Sunil Nimmagadda <sunil@openbsd.org> */ #include <sys/queue.h> |