diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-07-16 09:51:52 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-07-16 09:51:52 +0000 |
| commit | 08ecce74bc66514e44ec704a0e1cae97afbc3ce2 (patch) | |
| tree | 1cf34b97d1fe092338edf1ceb8ce04edafc103ca | |
| parent | 2450bbb8724911dbb206aff710614a604e02bb81 (diff) | |
Notes
| -rw-r--r-- | sys/vm/uma.h | 7 | ||||
| -rw-r--r-- | sys/vm/uma_core.c | 7 | ||||
| -rw-r--r-- | sys/vm/uma_dbg.c | 7 | ||||
| -rw-r--r-- | sys/vm/uma_dbg.h | 7 | ||||
| -rw-r--r-- | sys/vm/uma_int.h | 7 |
5 files changed, 15 insertions, 20 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h index 5d37ad8cf372c..ab7a6136d13f6 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -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 diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 649129584b063..a1163213ceadd 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -1,9 +1,8 @@ /*- + * Copyright (c) 2002, 2003, 2004, 2005 Jeffrey Roberson <jeff@FreeBSD.org> + * Copyright (c) 2004, 2005 Bosko Milekic <bmilekic@FreeBSD.org> * Copyright (c) 2004-2005 Robert N. M. Watson - * 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. + * 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/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index e8cd240f33b86..9075bf9608582 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 diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index cccc2e803e937..341cecbf8de38 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -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 diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index b861de8027335..5c57c71d7c716 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -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 |
