From 08ecce74bc66514e44ec704a0e1cae97afbc3ce2 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 16 Jul 2005 09:51:52 +0000 Subject: Improve canonicalization of copyrights. Order copyrights by order of assertion (jeff, bmilekic, rwatson). Suggested ages ago by: bde MFC after: 1 week --- sys/vm/uma.h | 7 +++---- sys/vm/uma_core.c | 7 +++---- sys/vm/uma_dbg.c | 7 +++---- sys/vm/uma_dbg.h | 7 +++---- 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 . All rights reserved. - * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson . All rights reserved. + * Copyright (c) 2002, 2003, 2004, 2005 Jeffrey Roberson + * Copyright (c) 2004, 2005 Bosko Milekic + * 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 + * Copyright (c) 2004, 2005 Bosko Milekic * Copyright (c) 2004-2005 Robert N. M. Watson - * Copyright (c) 2004, 2005, - * Bosko Milekic . All rights reserved. - * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson . 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 . All rights reserved. - * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson . All rights reserved. + * Copyright (c) 2002, 2003, 2004, 2005 Jeffrey Roberson + * Copyright (c) 2004, 2005 Bosko Milekic + * 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 . All rights reserved. - * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson . All rights reserved. + * Copyright (c) 2002, 2003, 2004, 2005 Jeffrey Roberson + * Copyright (c) 2004, 2005 Bosko Milekic + * 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 . All rights reserved. - * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson . All rights reserved. + * Copyright (c) 2002, 2003, 2004, 2005 Jeffrey Roberson + * Copyright (c) 2004, 2005 Bosko Milekic + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.3