diff options
-rw-r--r-- | sys/vm/uma.h | 3 | ||||
-rw-r--r-- | sys/vm/uma_core.c | 2 | ||||
-rw-r--r-- | sys/vm/uma_dbg.c | 2 | ||||
-rw-r--r-- | sys/vm/uma_dbg.h | 4 | ||||
-rw-r--r-- | sys/vm/uma_int.h | 6 |
5 files changed, 5 insertions, 12 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h index 5c57e89..cde1d3a 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net> + * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,7 +30,6 @@ /* * uma.h - External definitions for the Universal Memory Allocator * - * Jeff Roberson <jroberson@chesapeake.net> */ #ifndef VM_UMA_H diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index e176b0f..099ea42 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net> + * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index c5ca8c8..cea5371 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net> + * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index 7967a44..5b44056 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net> + * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -29,8 +29,6 @@ /* * - * Jeff Roberson <jroberson@chesapeake.net> - * * This file includes definitions, structures, prototypes, and inlines used * when debugging users of the UMA interface. * diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index f4c3fe8..77082d3 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net> + * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -28,12 +28,8 @@ */ /* - * - * Jeff Roberson <jroberson@chesapeake.net> - * * This file includes definitions, structures, prototypes, and inlines that * should not be used outside of the actual implementation of UMA. - * */ /* |