summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorbmilekic <bmilekic@FreeBSD.org>2005-02-16 21:45:59 +0000
committerbmilekic <bmilekic@FreeBSD.org>2005-02-16 21:45:59 +0000
commitf9dded75d002ec1ae2ad32fcb91843b42a05ce25 (patch)
treed1d857593806edb0361515ac44c3c63b19cc1de4 /sys/vm
parent90e2d970fcba05d0b084422abce9d6d6f34d0b42 (diff)
downloadFreeBSD-src-f9dded75d002ec1ae2ad32fcb91843b42a05ce25.zip
FreeBSD-src-f9dded75d002ec1ae2ad32fcb91843b42a05ce25.tar.gz
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
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/memguard.c2
-rw-r--r--sys/vm/memguard.h2
-rw-r--r--sys/vm/uma.h6
-rw-r--r--sys/vm/uma_core.c4
-rw-r--r--sys/vm/uma_dbg.c4
-rw-r--r--sys/vm/uma_dbg.h4
-rw-r--r--sys/vm/uma_int.h4
7 files changed, 13 insertions, 13 deletions
diff --git a/sys/vm/memguard.c b/sys/vm/memguard.c
index e259b60..2140a0b 100644
--- a/sys/vm/memguard.c
+++ b/sys/vm/memguard.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2005,
- * Bosko Milekic <bmilekic@freebsd.org>
+ * 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/memguard.h b/sys/vm/memguard.h
index 46f0460..10ca96d 100644
--- a/sys/vm/memguard.h
+++ b/sys/vm/memguard.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2005,
- * Bosko Milekic <bmilekic@freebsd.org>
+ * 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.h b/sys/vm/uma.h
index 4358b3b..2152b4d 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -1,8 +1,8 @@
/*-
- * Copyright (c) 2004, 2005
- * Bosko Milekic <bmilekic@freebsd.org>
+ * Copyright (c) 2004, 2005,
+ * Bosko Milekic <bmilekic@FreeBSD.org>. All rights reserved.
* Copyright (c) 2002, 2003, 2004, 2005,
- * Jeffrey Roberson <jeff@freebsd.org>
+ * Jeffrey Roberson <jeff@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 797adc6..5f311b8 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -1,8 +1,8 @@
/*-
* Copyright (c) 2004, 2005,
- * Bosko Milekic <bmilekic@freebsd.org>
+ * Bosko Milekic <bmilekic@FreeBSD.org>. All rights reserved.
* Copyright (c) 2002, 2003, 2004, 2005,
- * Jeffrey Roberson <jeff@freebsd.org>
+ * Jeffrey Roberson <jeff@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.c b/sys/vm/uma_dbg.c
index 475ce91..d6a8c6d 100644
--- a/sys/vm/uma_dbg.c
+++ b/sys/vm/uma_dbg.c
@@ -1,8 +1,8 @@
/*-
* Copyright (c) 2004, 2005,
- * Bosko Milekic <bmilekic@freebsd.org>
+ * Bosko Milekic <bmilekic@FreeBSD.org>. All rights reserved.
* Copyright (c) 2002, 2003, 2004, 2005,
- * Jeffrey Roberson <jeff@freebsd.org>
+ * Jeffrey Roberson <jeff@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 719d643..cccc2e8 100644
--- a/sys/vm/uma_dbg.h
+++ b/sys/vm/uma_dbg.h
@@ -1,8 +1,8 @@
/*-
* Copyright (c) 2004, 2005,
- * Bosko Milekic <bmilekic@freebsd.org>
+ * Bosko Milekic <bmilekic@FreeBSD.org>. All rights reserved.
* Copyright (c) 2002, 2003, 2004, 2005,
- * Jeffrey Roberson <jeff@freebsd.org>
+ * Jeffrey Roberson <jeff@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 d3ee3f7..9cf67cb 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -1,8 +1,8 @@
/*-
* Copyright (c) 2004, 2005,
- * Bosko Milekic <bmilekic@freebsd.org>
+ * Bosko Milekic <bmilekic@FreeBSD.org>. All rights reserved.
* Copyright (c) 2002, 2003, 2004, 2005,
- * Jeffrey Roberson <jeff@freebsd.org>
+ * Jeffrey Roberson <jeff@FreeBSD.org>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
OpenPOWER on IntegriCloud