Author: emaste
Date: Mon Mar 23 16:04:04 2015
New Revision: 280381
URL: https://svnweb.freebsd.org/changeset/base/280381

Log:
  Renumber clauses to avoid missing 3

Modified:
  head/sys/arm64/include/_types.h
  head/sys/arm64/include/cpu.h
  head/sys/arm64/include/float.h
  head/sys/arm64/include/pmap.h
  head/sys/arm64/include/proc.h
  head/sys/arm64/include/signal.h
  head/sys/arm64/include/stdarg.h
  head/sys/arm64/include/vmparam.h

Modified: head/sys/arm64/include/_types.h
==============================================================================
--- head/sys/arm64/include/_types.h     Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/_types.h     Mon Mar 23 16:04:04 2015        
(r280381)
@@ -11,7 +11,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/sys/arm64/include/cpu.h
==============================================================================
--- head/sys/arm64/include/cpu.h        Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/cpu.h        Mon Mar 23 16:04:04 2015        
(r280381)
@@ -17,7 +17,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/sys/arm64/include/float.h
==============================================================================
--- head/sys/arm64/include/float.h      Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/float.h      Mon Mar 23 16:04:04 2015        
(r280381)
@@ -14,7 +14,7 @@
  *    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.
  *

Modified: head/sys/arm64/include/pmap.h
==============================================================================
--- head/sys/arm64/include/pmap.h       Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/pmap.h       Mon Mar 23 16:04:04 2015        
(r280381)
@@ -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.
  *

Modified: head/sys/arm64/include/proc.h
==============================================================================
--- head/sys/arm64/include/proc.h       Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/proc.h       Mon Mar 23 16:04:04 2015        
(r280381)
@@ -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/sys/arm64/include/signal.h
==============================================================================
--- head/sys/arm64/include/signal.h     Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/signal.h     Mon Mar 23 16:04:04 2015        
(r280381)
@@ -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/sys/arm64/include/stdarg.h
==============================================================================
--- head/sys/arm64/include/stdarg.h     Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/stdarg.h     Mon Mar 23 16:04:04 2015        
(r280381)
@@ -11,7 +11,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/sys/arm64/include/vmparam.h
==============================================================================
--- head/sys/arm64/include/vmparam.h    Mon Mar 23 15:53:26 2015        
(r280380)
+++ head/sys/arm64/include/vmparam.h    Mon Mar 23 16:04:04 2015        
(r280381)
@@ -15,7 +15,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.
  *
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to