From 08ecce74bc66514e44ec704a0e1cae97afbc3ce2 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 16 Jul 2005 09:51:52 +0000 Subject: [PATCH] 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 5d37ad8cf372..ab7a6136d13f 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 649129584b06..a1163213cead 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 e8cd240f33b8..9075bf960858 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 cccc2e803e93..341cecbf8de3 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 b861de802733..5c57c71d7c71 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