This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 92843ede9d54d247860cc05b56fafed739872a85 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Thu Nov 26 19:49:51 2020 +0900 netutils/thttpd/thttpd.c: Replace a non-ascii character Replace a character (0xa9, which is the copyright sign in ISO 8859) with "(C)". --- netutils/thttpd/thttpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/thttpd/thttpd.c b/netutils/thttpd/thttpd.c index 5267035..83d8a45 100644 --- a/netutils/thttpd/thttpd.c +++ b/netutils/thttpd/thttpd.c @@ -7,7 +7,7 @@ * * Derived from the file of the same name in the original THTTPD package: * - * Copyright � 1995,1998,1999,2000,2001 by Jef Poskanzer <j...@mail.acme.com>. + * Copyright (C) 1995,1998,1999,2000,2001 by Jef Poskanzer <j...@mail.acme.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without