svn commit: r249808 - head/lib/libc/stdio

Ed Maste emaste at FreeBSD.org
Tue Apr 23 13:33:28 UTC 2013


Author: emaste
Date: Tue Apr 23 13:33:13 2013
New Revision: 249808
URL: http://svnweb.freebsd.org/changeset/base/249808

Log:
  Renumber clauses to reduce diffs to other versions
  
  NetBSD, OpenBSD, and Android's Bionic all number the clauses 1 through 3,
  so follow suit to make comparison easier.
  
  Acked-by: imp@

Modified:
  head/lib/libc/stdio/asprintf.c
  head/lib/libc/stdio/clrerr.c
  head/lib/libc/stdio/fclose.c
  head/lib/libc/stdio/fdopen.c
  head/lib/libc/stdio/feof.c
  head/lib/libc/stdio/ferror.c
  head/lib/libc/stdio/fflush.c
  head/lib/libc/stdio/fgetc.c
  head/lib/libc/stdio/fgetln.c
  head/lib/libc/stdio/fgetpos.c
  head/lib/libc/stdio/fgets.c
  head/lib/libc/stdio/fileno.c
  head/lib/libc/stdio/findfp.c
  head/lib/libc/stdio/flags.c
  head/lib/libc/stdio/fopen.c
  head/lib/libc/stdio/fprintf.c
  head/lib/libc/stdio/fpurge.c
  head/lib/libc/stdio/fputc.c
  head/lib/libc/stdio/fputs.c
  head/lib/libc/stdio/fread.c
  head/lib/libc/stdio/freopen.c
  head/lib/libc/stdio/fscanf.c
  head/lib/libc/stdio/fseek.c
  head/lib/libc/stdio/fsetpos.c
  head/lib/libc/stdio/ftell.c
  head/lib/libc/stdio/funopen.c
  head/lib/libc/stdio/fvwrite.c
  head/lib/libc/stdio/fwalk.c
  head/lib/libc/stdio/fwrite.c
  head/lib/libc/stdio/getc.c
  head/lib/libc/stdio/getchar.c
  head/lib/libc/stdio/gets.c
  head/lib/libc/stdio/getw.c
  head/lib/libc/stdio/makebuf.c
  head/lib/libc/stdio/mktemp.c
  head/lib/libc/stdio/perror.c
  head/lib/libc/stdio/printf-pos.c
  head/lib/libc/stdio/printf.c
  head/lib/libc/stdio/putc.c
  head/lib/libc/stdio/putchar.c
  head/lib/libc/stdio/puts.c
  head/lib/libc/stdio/putw.c
  head/lib/libc/stdio/refill.c
  head/lib/libc/stdio/remove.c
  head/lib/libc/stdio/rewind.c
  head/lib/libc/stdio/rget.c
  head/lib/libc/stdio/scanf.c
  head/lib/libc/stdio/setbuf.c
  head/lib/libc/stdio/setbuffer.c
  head/lib/libc/stdio/setvbuf.c
  head/lib/libc/stdio/snprintf.c
  head/lib/libc/stdio/sprintf.c
  head/lib/libc/stdio/sscanf.c
  head/lib/libc/stdio/stdio.c
  head/lib/libc/stdio/tempnam.c
  head/lib/libc/stdio/tmpfile.c
  head/lib/libc/stdio/tmpnam.c
  head/lib/libc/stdio/ungetc.c
  head/lib/libc/stdio/vfprintf.c
  head/lib/libc/stdio/vfscanf.c
  head/lib/libc/stdio/vfwprintf.c
  head/lib/libc/stdio/vfwscanf.c
  head/lib/libc/stdio/vprintf.c
  head/lib/libc/stdio/vscanf.c
  head/lib/libc/stdio/vsnprintf.c
  head/lib/libc/stdio/vsprintf.c
  head/lib/libc/stdio/vsscanf.c
  head/lib/libc/stdio/vswscanf.c
  head/lib/libc/stdio/wbuf.c
  head/lib/libc/stdio/wsetup.c

Modified: head/lib/libc/stdio/asprintf.c
==============================================================================
--- head/lib/libc/stdio/asprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/asprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/clrerr.c
==============================================================================
--- head/lib/libc/stdio/clrerr.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/clrerr.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fclose.c
==============================================================================
--- head/lib/libc/stdio/fclose.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fclose.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fdopen.c
==============================================================================
--- head/lib/libc/stdio/fdopen.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fdopen.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/feof.c
==============================================================================
--- head/lib/libc/stdio/feof.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/feof.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/ferror.c
==============================================================================
--- head/lib/libc/stdio/ferror.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/ferror.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fflush.c
==============================================================================
--- head/lib/libc/stdio/fflush.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fflush.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fgetc.c
==============================================================================
--- head/lib/libc/stdio/fgetc.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fgetc.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fgetln.c
==============================================================================
--- head/lib/libc/stdio/fgetln.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fgetln.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fgetpos.c
==============================================================================
--- head/lib/libc/stdio/fgetpos.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fgetpos.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fgets.c
==============================================================================
--- head/lib/libc/stdio/fgets.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fgets.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fileno.c
==============================================================================
--- head/lib/libc/stdio/fileno.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fileno.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/findfp.c
==============================================================================
--- head/lib/libc/stdio/findfp.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/findfp.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/flags.c
==============================================================================
--- head/lib/libc/stdio/flags.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/flags.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fopen.c
==============================================================================
--- head/lib/libc/stdio/fopen.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fopen.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fprintf.c
==============================================================================
--- head/lib/libc/stdio/fprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/fpurge.c
==============================================================================
--- head/lib/libc/stdio/fpurge.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fpurge.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fputc.c
==============================================================================
--- head/lib/libc/stdio/fputc.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fputc.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fputs.c
==============================================================================
--- head/lib/libc/stdio/fputs.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fputs.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fread.c
==============================================================================
--- head/lib/libc/stdio/fread.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fread.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/freopen.c
==============================================================================
--- head/lib/libc/stdio/freopen.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/freopen.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fscanf.c
==============================================================================
--- head/lib/libc/stdio/fscanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fscanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/fseek.c
==============================================================================
--- head/lib/libc/stdio/fseek.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fseek.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fsetpos.c
==============================================================================
--- head/lib/libc/stdio/fsetpos.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fsetpos.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/ftell.c
==============================================================================
--- head/lib/libc/stdio/ftell.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/ftell.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/funopen.c
==============================================================================
--- head/lib/libc/stdio/funopen.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/funopen.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fvwrite.c
==============================================================================
--- head/lib/libc/stdio/fvwrite.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fvwrite.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fwalk.c
==============================================================================
--- head/lib/libc/stdio/fwalk.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fwalk.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/fwrite.c
==============================================================================
--- head/lib/libc/stdio/fwrite.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/fwrite.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/getc.c
==============================================================================
--- head/lib/libc/stdio/getc.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/getc.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/getchar.c
==============================================================================
--- head/lib/libc/stdio/getchar.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/getchar.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/gets.c
==============================================================================
--- head/lib/libc/stdio/gets.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/gets.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/getw.c
==============================================================================
--- head/lib/libc/stdio/getw.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/getw.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/makebuf.c
==============================================================================
--- head/lib/libc/stdio/makebuf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/makebuf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/mktemp.c
==============================================================================
--- head/lib/libc/stdio/mktemp.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/mktemp.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -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.
  *

Modified: head/lib/libc/stdio/perror.c
==============================================================================
--- head/lib/libc/stdio/perror.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/perror.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -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.
  *

Modified: head/lib/libc/stdio/printf-pos.c
==============================================================================
--- head/lib/libc/stdio/printf-pos.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/printf-pos.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/printf.c
==============================================================================
--- head/lib/libc/stdio/printf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/printf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/putc.c
==============================================================================
--- head/lib/libc/stdio/putc.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/putc.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/putchar.c
==============================================================================
--- head/lib/libc/stdio/putchar.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/putchar.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/puts.c
==============================================================================
--- head/lib/libc/stdio/puts.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/puts.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/putw.c
==============================================================================
--- head/lib/libc/stdio/putw.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/putw.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/refill.c
==============================================================================
--- head/lib/libc/stdio/refill.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/refill.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/remove.c
==============================================================================
--- head/lib/libc/stdio/remove.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/remove.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/rewind.c
==============================================================================
--- head/lib/libc/stdio/rewind.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/rewind.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/rget.c
==============================================================================
--- head/lib/libc/stdio/rget.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/rget.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/scanf.c
==============================================================================
--- head/lib/libc/stdio/scanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/scanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/setbuf.c
==============================================================================
--- head/lib/libc/stdio/setbuf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/setbuf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/setbuffer.c
==============================================================================
--- head/lib/libc/stdio/setbuffer.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/setbuffer.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/setvbuf.c
==============================================================================
--- head/lib/libc/stdio/setvbuf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/setvbuf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/snprintf.c
==============================================================================
--- head/lib/libc/stdio/snprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/snprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/sprintf.c
==============================================================================
--- head/lib/libc/stdio/sprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/sprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/sscanf.c
==============================================================================
--- head/lib/libc/stdio/sscanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/sscanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/stdio.c
==============================================================================
--- head/lib/libc/stdio/stdio.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/stdio.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/tempnam.c
==============================================================================
--- head/lib/libc/stdio/tempnam.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/tempnam.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -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.
  *

Modified: head/lib/libc/stdio/tmpfile.c
==============================================================================
--- head/lib/libc/stdio/tmpfile.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/tmpfile.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/tmpnam.c
==============================================================================
--- head/lib/libc/stdio/tmpnam.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/tmpnam.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/ungetc.c
==============================================================================
--- head/lib/libc/stdio/ungetc.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/ungetc.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/vfprintf.c
==============================================================================
--- head/lib/libc/stdio/vfprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vfprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vfscanf.c
==============================================================================
--- head/lib/libc/stdio/vfscanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vfscanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vfwprintf.c
==============================================================================
--- head/lib/libc/stdio/vfwprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vfwprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vfwscanf.c
==============================================================================
--- head/lib/libc/stdio/vfwscanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vfwscanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vprintf.c
==============================================================================
--- head/lib/libc/stdio/vprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vscanf.c
==============================================================================
--- head/lib/libc/stdio/vscanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vscanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vsnprintf.c
==============================================================================
--- head/lib/libc/stdio/vsnprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vsnprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vsprintf.c
==============================================================================
--- head/lib/libc/stdio/vsprintf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vsprintf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vsscanf.c
==============================================================================
--- head/lib/libc/stdio/vsscanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vsscanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/vswscanf.c
==============================================================================
--- head/lib/libc/stdio/vswscanf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/vswscanf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -18,7 +18,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.
  *

Modified: head/lib/libc/stdio/wbuf.c
==============================================================================
--- head/lib/libc/stdio/wbuf.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/wbuf.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *

Modified: head/lib/libc/stdio/wsetup.c
==============================================================================
--- head/lib/libc/stdio/wsetup.c	Tue Apr 23 13:07:58 2013	(r249807)
+++ head/lib/libc/stdio/wsetup.c	Tue Apr 23 13:33:13 2013	(r249808)
@@ -13,7 +13,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.
  *


More information about the svn-src-head mailing list