aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2002-09-19 06:05:32 +0000
committerJeff Roberson <jeff@FreeBSD.org>2002-09-19 06:05:32 +0000
commitf461cf229734a308549da06b4bd8f2115e573a5d (patch)
tree1d0940fcb30e5ec49839bac2dd5f216811432ac6 /sys
parente1f89baeaa10e06c523b5618295851f407f155f0 (diff)
downloadsrc-f461cf229734a308549da06b4bd8f2115e573a5d.tar.gz
src-f461cf229734a308549da06b4bd8f2115e573a5d.zip
- Use my freebsd email alias in the copyright.
- Remove redundant instances of my email alias in the file summary.
Notes
Notes: svn path=/head/; revision=103623
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/uma.h3
-rw-r--r--sys/vm/uma_core.c2
-rw-r--r--sys/vm/uma_dbg.c2
-rw-r--r--sys/vm/uma_dbg.h4
-rw-r--r--sys/vm/uma_int.h6
5 files changed, 5 insertions, 12 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index 5c57e89a0866..cde1d3a7b0a7 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net>
+ * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,6 @@
/*
* uma.h - External definitions for the Universal Memory Allocator
*
- * Jeff Roberson <jroberson@chesapeake.net>
*/
#ifndef VM_UMA_H
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index e176b0f54e9f..099ea424db02 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net>
+ * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c
index c5ca8c829b6f..cea5371f1d9d 100644
--- a/sys/vm/uma_dbg.c
+++ b/sys/vm/uma_dbg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net>
+ * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h
index 7967a441f874..5b44056f2e40 100644
--- a/sys/vm/uma_dbg.h
+++ b/sys/vm/uma_dbg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net>
+ * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,8 +29,6 @@
/*
*
- * Jeff Roberson <jroberson@chesapeake.net>
- *
* This file includes definitions, structures, prototypes, and inlines used
* when debugging users of the UMA interface.
*
diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h
index f4c3fe87a8e6..77082d3ed4ae 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net>
+ * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -28,12 +28,8 @@
*/
/*
- *
- * Jeff Roberson <jroberson@chesapeake.net>
- *
* This file includes definitions, structures, prototypes, and inlines that
* should not be used outside of the actual implementation of UMA.
- *
*/
/*