summaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorBosko Milekic <bmilekic@FreeBSD.org>2004-12-26 00:35:12 +0000
committerBosko Milekic <bmilekic@FreeBSD.org>2004-12-26 00:35:12 +0000
commit7b8712053c8ebb4a89523dc626b880b7c17ec44c (patch)
tree6c2ef029b10d055b4a298c9fd8246781cd7301f9 /sys/vm
parent907bdbc288d7eab76ba702debf9566c60d94ecb2 (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/uma.h6
-rw-r--r--sys/vm/uma_core.c6
-rw-r--r--sys/vm/uma_dbg.c6
-rw-r--r--sys/vm/uma_dbg.h6
-rw-r--r--sys/vm/uma_int.h6
5 files changed, 20 insertions, 10 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index bcfb5bba5b52..de0c6a2f61b7 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -1,6 +1,8 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2004, 2005
+ * Bosko Milekic <bmilekic@freebsd.org>
+ * Copyright (c) 2002, 2003, 2004, 2005,
+ * Jeffrey Roberson <jeff@freebsd.org>
*
* 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 51ace742f0d6..d64747bf54ba 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -1,6 +1,8 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2004, 2005,
+ * Bosko Milekic <bmilekic@freebsd.org>
+ * Copyright (c) 2002, 2003, 2004, 2005,
+ * Jeffrey Roberson <jeff@freebsd.org>
*
* 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 963a36e6e667..105afb4c7c35 100644
--- a/sys/vm/uma_dbg.c
+++ b/sys/vm/uma_dbg.c
@@ -1,6 +1,8 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2004, 2005,
+ * Bosko Milekic <bmilekic@freebsd.org>
+ * Copyright (c) 2002, 2003, 2004, 2005,
+ * Jeffrey Roberson <jeff@freebsd.org>
*
* 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 200f05d475b8..f6bd8643d766 100644
--- a/sys/vm/uma_dbg.h
+++ b/sys/vm/uma_dbg.h
@@ -1,6 +1,8 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2004, 2005,
+ * Bosko Milekic <bmilekic@freebsd.org>
+ * Copyright (c) 2002, 2003, 2004, 2005,
+ * Jeffrey Roberson <jeff@freebsd.org>
*
* 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 a3c56f8c68c4..0b6fcdc1d8e1 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -1,6 +1,8 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2004, 2005,
+ * Bosko Milekic <bmilekic@freebsd.org>
+ * Copyright (c) 2002, 2003, 2004, 2005,
+ * Jeffrey Roberson <jeff@freebsd.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions