From 90431761a26997221f91566808c8f5a999e2a456 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 22 Feb 2004 00:33:12 +0000 Subject: Update my personal copyrights and NETA copyrights in the kernel to use the "year1-year3" format, as opposed to "year1, year2, year3". This seems to make lawyers more happy, but also prevents the lines from getting excessively long as the years start to add up. Suggested by: imp --- sys/kern/kern_acl.c | 2 +- sys/kern/kern_mac.c | 4 ++-- sys/kern/subr_acl_posix1e.c | 2 +- sys/kern/vfs_acl.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c index c0bd1eb..01e5e3ba 100644 --- a/sys/kern/kern_acl.c +++ b/sys/kern/kern_acl.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999, 2000, 2001, 2002, 2003 Robert N. M. Watson + * Copyright (c) 1999-2003 Robert N. M. Watson * All rights reserved. * * This software was developed by Robert Watson for the TrustedBSD Project. diff --git a/sys/kern/kern_mac.c b/sys/kern/kern_mac.c index 7e90752..70cb870 100644 --- a/sys/kern/kern_mac.c +++ b/sys/kern/kern_mac.c @@ -1,7 +1,7 @@ /*- - * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson + * Copyright (c) 1999-2002 Robert N. M. Watson * Copyright (c) 2001 Ilmar S. Habibulin - * Copyright (c) 2001, 2002, 2003 Networks Associates Technology, Inc. + * Copyright (c) 2001-2003 Networks Associates Technology, Inc. * All rights reserved. * * This software was developed by Robert Watson and Ilmar Habibulin for the diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index c0bd1eb..01e5e3ba 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999, 2000, 2001, 2002, 2003 Robert N. M. Watson + * Copyright (c) 1999-2003 Robert N. M. Watson * All rights reserved. * * This software was developed by Robert Watson for the TrustedBSD Project. diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index c0bd1eb..01e5e3ba 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999, 2000, 2001, 2002, 2003 Robert N. M. Watson + * Copyright (c) 1999-2003 Robert N. M. Watson * All rights reserved. * * This software was developed by Robert Watson for the TrustedBSD Project. -- cgit v1.1