From c7a4f3b5091d2c1b7561d2373e2a4b1c876bd7dd Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 7 Dec 1999 10:14:01 +0000 Subject: [PATCH] use (c) instead of 8bit copyright symbol... --- usr.sbin/user/defs.h | 4 ++-- usr.sbin/user/group.8 | 4 ++-- usr.sbin/user/groupadd.8 | 4 ++-- usr.sbin/user/groupdel.8 | 4 ++-- usr.sbin/user/groupmod.8 | 4 ++-- usr.sbin/user/user.8 | 4 ++-- usr.sbin/user/user.c | 4 ++-- usr.sbin/user/useradd.8 | 4 ++-- usr.sbin/user/userdel.8 | 4 ++-- usr.sbin/user/usermgmt.h | 4 ++-- usr.sbin/user/usermod.8 | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/usr.sbin/user/defs.h b/usr.sbin/user/defs.h index 09345d6b50a0..3878b7f2f723 100644 --- a/usr.sbin/user/defs.h +++ b/usr.sbin/user/defs.h @@ -1,7 +1,7 @@ -/* $NetBSD: defs.h,v 1.2 1999/12/06 22:50:46 simonb Exp $ */ +/* $NetBSD: defs.h,v 1.3 1999/12/07 10:14:01 lukem Exp $ */ /* - * Copyright © 1999 Alistair G. Crooks. All rights reserved. + * Copyright (c) 1999 Alistair G. 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/usr.sbin/user/group.8 b/usr.sbin/user/group.8 index 67ad03ea513d..a2a67c04ced7 100644 --- a/usr.sbin/user/group.8 +++ b/usr.sbin/user/group.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: group.8,v 1.1 1999/12/06 21:31:44 agc Exp $ */ +.\" $NetBSD: group.8,v 1.2 1999/12/07 10:14:02 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. 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/usr.sbin/user/groupadd.8 b/usr.sbin/user/groupadd.8 index faf1b2a1b06e..9a49fc70eaae 100644 --- a/usr.sbin/user/groupadd.8 +++ b/usr.sbin/user/groupadd.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: groupadd.8,v 1.1 1999/12/06 21:31:45 agc Exp $ */ +.\" $NetBSD: groupadd.8,v 1.2 1999/12/07 10:14:02 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. 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/usr.sbin/user/groupdel.8 b/usr.sbin/user/groupdel.8 index 40d2dd5015f0..28c318f96bc0 100644 --- a/usr.sbin/user/groupdel.8 +++ b/usr.sbin/user/groupdel.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: groupdel.8,v 1.2 1999/12/06 21:39:20 agc Exp $ */ +.\" $NetBSD: groupdel.8,v 1.3 1999/12/07 10:14:02 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. 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/usr.sbin/user/groupmod.8 b/usr.sbin/user/groupmod.8 index 6a50785545fd..739d3be19b9e 100644 --- a/usr.sbin/user/groupmod.8 +++ b/usr.sbin/user/groupmod.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: groupmod.8,v 1.1 1999/12/06 21:31:46 agc Exp $ */ +.\" $NetBSD: groupmod.8,v 1.2 1999/12/07 10:14:02 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. 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/usr.sbin/user/user.8 b/usr.sbin/user/user.8 index 44849a84b625..73522b261b65 100644 --- a/usr.sbin/user/user.8 +++ b/usr.sbin/user/user.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: user.8,v 1.1 1999/12/06 21:31:46 agc Exp $ */ +.\" $NetBSD: user.8,v 1.2 1999/12/07 10:14:02 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. 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/usr.sbin/user/user.c b/usr.sbin/user/user.c index e31e531b0d7e..2e9de8942a7d 100644 --- a/usr.sbin/user/user.c +++ b/usr.sbin/user/user.c @@ -1,7 +1,7 @@ -/* $NetBSD: user.c,v 1.3 1999/12/06 23:11:27 simonb Exp $ */ +/* $NetBSD: user.c,v 1.4 1999/12/07 10:14:03 lukem Exp $ */ /* - * Copyright © 1999 Alistair G. Crooks. All rights reserved. + * Copyright (c) 1999 Alistair G. 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/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index 2c31f2eadaf8..4c69a08345f0 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: useradd.8,v 1.2 1999/12/06 21:39:21 agc Exp $ */ +.\" $NetBSD: useradd.8,v 1.3 1999/12/07 10:14:03 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. 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/usr.sbin/user/userdel.8 b/usr.sbin/user/userdel.8 index 2fc78e0bac6e..4f7ae9bb54b9 100644 --- a/usr.sbin/user/userdel.8 +++ b/usr.sbin/user/userdel.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: userdel.8,v 1.1 1999/12/06 21:31:48 agc Exp $ */ +.\" $NetBSD: userdel.8,v 1.2 1999/12/07 10:14:03 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. 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/usr.sbin/user/usermgmt.h b/usr.sbin/user/usermgmt.h index 07ca07fe4b08..db84dd85a421 100644 --- a/usr.sbin/user/usermgmt.h +++ b/usr.sbin/user/usermgmt.h @@ -1,7 +1,7 @@ -/* $NetBSD: usermgmt.h,v 1.1 1999/12/06 21:31:49 agc Exp $ */ +/* $NetBSD: usermgmt.h,v 1.2 1999/12/07 10:14:03 lukem Exp $ */ /* - * Copyright © 1999 Alistair G. Crooks. All rights reserved. + * Copyright (c) 1999 Alistair G. 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/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8 index 088c352ca835..3689effeb9c5 100644 --- a/usr.sbin/user/usermod.8 +++ b/usr.sbin/user/usermod.8 @@ -1,7 +1,7 @@ -.\" $NetBSD: usermod.8,v 1.1 1999/12/06 21:31:49 agc Exp $ */ +.\" $NetBSD: usermod.8,v 1.2 1999/12/07 10:14:03 lukem Exp $ */ .\" .\" -.\" Copyright © 1999 Alistair G. Crooks. All rights reserved. +.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions