From d2e8f9f549edebda7029cca0d5704e09ea93f679 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 13 Sep 2012 16:58:49 +0000 Subject: Email address change in apps/ git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/smtp/Makefile | 2 +- apps/netutils/smtp/smtp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/netutils/smtp') diff --git a/apps/netutils/smtp/Makefile b/apps/netutils/smtp/Makefile index 758e436f3..5a43d1c9d 100644 --- a/apps/netutils/smtp/Makefile +++ b/apps/netutils/smtp/Makefile @@ -2,7 +2,7 @@ # apps/netutils/smtp/Makefile # # Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/apps/netutils/smtp/smtp.c b/apps/netutils/smtp/smtp.c index 4e66a41cb..08ff295ef 100644 --- a/apps/netutils/smtp/smtp.c +++ b/apps/netutils/smtp/smtp.c @@ -3,7 +3,7 @@ * smtp SMTP E-mail sender * * Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Author: Gregory Nutt * * Heavily leveraged from uIP 1.0 which also has a BSD-like license: * -- cgit v1.2.3