diff options
author | Ed Maste <emaste@FreeBSD.org> | 2015-08-05 17:05:35 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2015-08-05 17:05:35 +0000 |
commit | 96226a9aa7e9171903cfa2be4c2abb6b663f0663 (patch) | |
tree | 55fbd069799f4de65a0df53b962de8caaf5b9ca7 | |
parent | aaf53ab2aa174aaf61da4a6b030e79407b567181 (diff) |
Notes
-rw-r--r-- | sys/arm/include/float.h | 6 | ||||
-rw-r--r-- | sys/arm64/include/float.h | 4 | ||||
-rw-r--r-- | sys/mips/include/float.h | 2 | ||||
-rw-r--r-- | sys/powerpc/include/float.h | 2 | ||||
-rw-r--r-- | sys/sparc64/include/float.h | 2 | ||||
-rw-r--r-- | sys/x86/include/float.h | 2 |
6 files changed, 5 insertions, 13 deletions
diff --git a/sys/arm/include/float.h b/sys/arm/include/float.h index 644b5ff773a1..358a611bd4f7 100644 --- a/sys/arm/include/float.h +++ b/sys/arm/include/float.h @@ -10,11 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/arm64/include/float.h b/sys/arm64/include/float.h index 2bb86bd8472b..0829f6f52aa9 100644 --- a/sys/arm64/include/float.h +++ b/sys/arm64/include/float.h @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/sys/mips/include/float.h b/sys/mips/include/float.h index 2aa661a7ffcd..86efd02b975c 100644 --- a/sys/mips/include/float.h +++ b/sys/mips/include/float.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h index 50da262b8013..4eea0bda5870 100644 --- a/sys/powerpc/include/float.h +++ b/sys/powerpc/include/float.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h index dcc626f801a8..270336922f6d 100644 --- a/sys/sparc64/include/float.h +++ b/sys/sparc64/include/float.h @@ -14,7 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/x86/include/float.h b/sys/x86/include/float.h index 8af3039d0856..32e338efb2c0 100644 --- a/sys/x86/include/float.h +++ b/sys/x86/include/float.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |