From 1765f996ce29bfe0dc6352acd3647be3456ca7d3 Mon Sep 17 00:00:00 2001 From: zrj Date: Sun, 31 Dec 2017 16:12:54 +0200 Subject: [PATCH] world: Avoid extended ASCII. Use UTF-8 where needed, use plain ASCII where possible. No functional change. --- lib/libfetch/fetch.c | 2 +- lib/libfetch/fetch.h | 2 +- lib/libfetch/file.c | 2 +- lib/librefuse/fuse.h | 2 +- lib/librefuse/refuse.3 | 2 +- lib/librefuse/refuse.c | 4 ++-- libexec/dma/base64.c | 2 +- sbin/vinum/v.c | 2 +- usr.bin/whereis/pathnames.h | 2 +- usr.bin/whereis/whereis.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index 34c76a35a8..f1493a4c9d 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998-2004 Dag-Erling Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index 845fdce557..64669967a0 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998-2004 Dag-Erling Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/file.c b/lib/libfetch/file.c index 1fdc1f3cb3..7105b2c37e 100644 --- a/lib/libfetch/file.c +++ b/lib/libfetch/file.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998-2011 Dag-Erling Smørgrav + * Copyright (c) 1998-2011 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/librefuse/fuse.h b/lib/librefuse/fuse.h index 483fea3b08..53ce3ef301 100644 --- a/lib/librefuse/fuse.h +++ b/lib/librefuse/fuse.h @@ -1,7 +1,7 @@ /* $NetBSD: fuse.h,v 1.21 2008/08/01 15:54:09 dillo Exp $ */ /* - * Copyright © 2007 Alistair Crooks. All rights reserved. + * Copyright (c) 2007 Alistair Crooks. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/lib/librefuse/refuse.3 b/lib/librefuse/refuse.3 index 31b86fb848..1dde502bc6 100644 --- a/lib/librefuse/refuse.3 +++ b/lib/librefuse/refuse.3 @@ -1,6 +1,6 @@ .\" $NetBSD: refuse.3,v 1.7 2007/11/08 17:08:46 pooka Exp $ .\" -.\" Copyright © 2007 Alistair Crooks. All rights reserved. +.\" Copyright (c) 2007 Alistair Crooks. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/lib/librefuse/refuse.c b/lib/librefuse/refuse.c index 77964a22a1..4e29a3d7ab 100644 --- a/lib/librefuse/refuse.c +++ b/lib/librefuse/refuse.c @@ -1,8 +1,8 @@ /* $NetBSD: refuse.c,v 1.94 2011/07/09 17:16:46 tron Exp $ */ /* - * Copyright © 2007 Alistair Crooks. All rights reserved. - * Copyright © 2007 Antti Kantee. All rights reserved. + * Copyright (c) 2007 Alistair Crooks. All rights reserved. + * Copyright (c) 2007 Antti Kantee. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/libexec/dma/base64.c b/libexec/dma/base64.c index 663763e8c7..8fc44d4a51 100644 --- a/libexec/dma/base64.c +++ b/libexec/dma/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2001 Kungliga Tekniska Högskolan + * Copyright (c) 1995-2001 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index 880413a0fb..8ad09317e3 100644 --- a/sbin/vinum/v.c +++ b/sbin/vinum/v.c @@ -177,7 +177,7 @@ main(int argc, char *argv[], char *envp[]) return 1; } } - /* Check if the dæmon is running. If not, start it in the + /* Check if the daemon is running. If not, start it in the * background */ start_daemon(); diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index 6520a2210a..3da6ac0cd3 100644 --- a/usr.bin/whereis/pathnames.h +++ b/usr.bin/whereis/pathnames.h @@ -1,5 +1,5 @@ /* - * Copyright © 2002, Jörg Wunsch + * Copyright (c) 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index d42911da92..6584756046 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -1,5 +1,5 @@ /* - * Copyright © 2002, Jörg Wunsch + * Copyright (c) 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- 2.41.0