diff options
Diffstat (limited to 'sys/vm/uma_core.c')
-rw-r--r-- | sys/vm/uma_core.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 51ace74..d64747b 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -1,6 +1,8 @@ /* - * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> - * All rights reserved. + * Copyright (c) 2004, 2005, + * Bosko Milekic <bmilekic@freebsd.org> + * Copyright (c) 2002, 2003, 2004, 2005, + * Jeffrey Roberson <jeff@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |