netutils/thttpd/thttpd.c: Replace a non-ascii character

Replace a character (0xa9, which is the copyright sign in ISO 8859)
with "(C)".
This commit is contained in:
YAMAMOTO Takashi 2020-11-26 19:49:51 +09:00 committed by Xiang Xiao
parent 9aeade97d5
commit 92843ede9d

View File

@ -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 <jef@mail.acme.com>.
* Copyright (C) 1995,1998,1999,2000,2001 by Jef Poskanzer <jef@mail.acme.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without