From 8076cb5289fd144da08ea6f78296028ed6f708b6 Mon Sep 17 00:00:00 2001 From: Bosko Milekic Date: Wed, 16 Feb 2005 21:45:59 +0000 Subject: [PATCH] Well, it seems that I pre-maturely removed the "All rights reserved" statement from some files, so re-add it for the moment, until the related legalese is sorted out. This change affects: sys/kern/kern_mbuf.c sys/vm/memguard.c sys/vm/memguard.h sys/vm/uma.h sys/vm/uma_core.c sys/vm/uma_dbg.c sys/vm/uma_dbg.h sys/vm/uma_int.h --- sys/kern/kern_mbuf.c | 4 ++-- sys/vm/memguard.c | 2 +- sys/vm/memguard.h | 2 +- sys/vm/uma.h | 6 +++--- sys/vm/uma_core.c | 4 ++-- sys/vm/uma_dbg.c | 4 ++-- sys/vm/uma_dbg.h | 4 ++-- sys/vm/uma_int.h | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c index 382e1495230..c56df20c76c 100644 --- a/sys/kern/kern_mbuf.c +++ b/sys/kern/kern_mbuf.c @@ -1,6 +1,6 @@ /*- - * Copyright (c) 2004, 2005 - * Bosko Milekic . + * 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/memguard.c b/sys/vm/memguard.c index e259b60b81b..2140a0bf08b 100644 --- a/sys/vm/memguard.c +++ b/sys/vm/memguard.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2005, - * Bosko Milekic + * 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/memguard.h b/sys/vm/memguard.h index 46f0460b2d1..10ca96de26f 100644 --- a/sys/vm/memguard.h +++ b/sys/vm/memguard.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2005, - * Bosko Milekic + * 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.h b/sys/vm/uma.h index 4358b3b7503..2152b4d832d 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -1,8 +1,8 @@ /*- - * Copyright (c) 2004, 2005 - * Bosko Milekic + * Copyright (c) 2004, 2005, + * Bosko Milekic . All rights reserved. * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson + * Jeffrey Roberson . 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 797adc65ecb..5f311b8241f 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -1,8 +1,8 @@ /*- * Copyright (c) 2004, 2005, - * Bosko Milekic + * Bosko Milekic . All rights reserved. * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson + * Jeffrey Roberson . 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 475ce91266e..d6a8c6d26d9 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -1,8 +1,8 @@ /*- * Copyright (c) 2004, 2005, - * Bosko Milekic + * Bosko Milekic . All rights reserved. * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson + * Jeffrey Roberson . 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 719d6435a9f..cccc2e803e9 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -1,8 +1,8 @@ /*- * Copyright (c) 2004, 2005, - * Bosko Milekic + * Bosko Milekic . All rights reserved. * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson + * Jeffrey Roberson . 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 d3ee3f77571..9cf67cb3f92 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -1,8 +1,8 @@ /*- * Copyright (c) 2004, 2005, - * Bosko Milekic + * Bosko Milekic . All rights reserved. * Copyright (c) 2002, 2003, 2004, 2005, - * Jeffrey Roberson + * Jeffrey Roberson . All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions