summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2005-02-06 03:23:31 +0000
committerDavid Schultz <das@FreeBSD.org>2005-02-06 03:23:31 +0000
commitf154b03b25139930b6e998966bf3b3fd37249ba9 (patch)
tree83ca68956475fd6199119bfda781649161abf05a /lib/libc
parent3888a87205b5e5133f2aadbe83675dbb2386d38c (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/alpha/_fpmath.h2
-rw-r--r--lib/libc/amd64/_fpmath.h2
-rw-r--r--lib/libc/arm/_fpmath.h2
-rw-r--r--lib/libc/gen/fpclassify.c2
-rw-r--r--lib/libc/gen/isgreater.32
-rw-r--r--lib/libc/i386/_fpmath.h2
-rw-r--r--lib/libc/ia64/_fpmath.h2
-rw-r--r--lib/libc/include/fpmath.h2
-rw-r--r--lib/libc/powerpc/_fpmath.h2
-rw-r--r--lib/libc/sparc64/_fpmath.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/alpha/_fpmath.h b/lib/libc/alpha/_fpmath.h
index 1f3e525e2d986..e449668249554 100644
--- a/lib/libc/alpha/_fpmath.h
+++ b/lib/libc/alpha/_fpmath.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002, 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/amd64/_fpmath.h b/lib/libc/amd64/_fpmath.h
index e3645186aff2d..08ec6f2541a92 100644
--- a/lib/libc/amd64/_fpmath.h
+++ b/lib/libc/amd64/_fpmath.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002, 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/arm/_fpmath.h b/lib/libc/arm/_fpmath.h
index e5347946fd71e..d7a78aa052e79 100644
--- a/lib/libc/arm/_fpmath.h
+++ b/lib/libc/arm/_fpmath.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002, 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/gen/fpclassify.c b/lib/libc/gen/fpclassify.c
index 26cb910cc1419..754a1df50a2f7 100644
--- a/lib/libc/gen/fpclassify.c
+++ b/lib/libc/gen/fpclassify.c
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
- * Copyright (c) 2002, 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/gen/isgreater.3 b/lib/libc/gen/isgreater.3
index b1cec72d7a6b5..010615530810b 100644
--- a/lib/libc/gen/isgreater.3
+++ b/lib/libc/gen/isgreater.3
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+.\" Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/i386/_fpmath.h b/lib/libc/i386/_fpmath.h
index e5347946fd71e..d7a78aa052e79 100644
--- a/lib/libc/i386/_fpmath.h
+++ b/lib/libc/i386/_fpmath.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002, 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/ia64/_fpmath.h b/lib/libc/ia64/_fpmath.h
index 311574a973daa..5ece9109ed05b 100644
--- a/lib/libc/ia64/_fpmath.h
+++ b/lib/libc/ia64/_fpmath.h
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
- * Copyright (c) 2002, 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/include/fpmath.h b/lib/libc/include/fpmath.h
index 6d36251461a19..d33cfdc14817e 100644
--- a/lib/libc/include/fpmath.h
+++ b/lib/libc/include/fpmath.h
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
- * Copyright (c) 2002 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/powerpc/_fpmath.h b/lib/libc/powerpc/_fpmath.h
index d96bac2cd4e8b..58ee942a9fab5 100644
--- a/lib/libc/powerpc/_fpmath.h
+++ b/lib/libc/powerpc/_fpmath.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/lib/libc/sparc64/_fpmath.h b/lib/libc/sparc64/_fpmath.h
index ba8c403af0838..f4de8fd8fb5b8 100644
--- a/lib/libc/sparc64/_fpmath.h
+++ b/lib/libc/sparc64/_fpmath.h
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
- * Copyright (c) 2002, 2003 David Schultz <dschultz@uclink.Berkeley.EDU>
+ * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without