netutils/thttpd/fdwatch.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:45:23 +09:00 committed by Xiang Xiao
parent e1cfa52efa
commit d4f751f41f

View File

@ -7,7 +7,7 @@
* *
* Derived from the file of the same name in the original THTTPD package: * Derived from the file of the same name in the original THTTPD package:
* *
* Copyright © 1999,2000 by Jef Poskanzer <jef@mail.acme.com>. * Copyright (C) 1999,2000 by Jef Poskanzer <jef@mail.acme.com>.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without