diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-07-16 09:51:52 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-07-16 09:51:52 +0000 |
commit | 4ead3022dd4e5764112c3777a52e2835310fcf7b (patch) | |
tree | 1cf34b97d1fe092338edf1ceb8ce04edafc103ca /sys/vm/uma_dbg.c | |
parent | 18ba9c64014ff7a1a09007df5c74425023227925 (diff) | |
download | FreeBSD-src-4ead3022dd4e5764112c3777a52e2835310fcf7b.zip FreeBSD-src-4ead3022dd4e5764112c3777a52e2835310fcf7b.tar.gz |
Improve canonicalization of copyrights. Order copyrights by order of
assertion (jeff, bmilekic, rwatson).
Suggested ages ago by: bde
MFC after: 1 week
Diffstat (limited to 'sys/vm/uma_dbg.c')
-rw-r--r-- | sys/vm/uma_dbg.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index e8cd240..9075bf9 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -1,8 +1,7 @@ /*- - * Copyright (c) 2004, 2005, - * Bosko Milekic <bmilekic@FreeBSD.org>. All rights reserved. - * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson <jeff@FreeBSD.org>. All rights reserved. + * Copyright (c) 2002, 2003, 2004, 2005 Jeffrey Roberson <jeff@FreeBSD.org> + * Copyright (c) 2004, 2005 Bosko Milekic <bmilekic@FreeBSD.org> + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |