Author: imp Date: Tue Mar 11 23:41:35 2014 New Revision: 263059 URL: http://svnweb.freebsd.org/changeset/base/263059
Log: Delete stray clause 3 (Advertising clause) and renumber while i'm here. Approved by: alc@ Modified: head/sys/amd64/amd64/uio_machdep.c head/sys/arm/arm/uio_machdep.c head/sys/i386/i386/uio_machdep.c head/sys/ia64/ia64/uio_machdep.c head/sys/mips/mips/uio_machdep.c head/sys/powerpc/powerpc/uio_machdep.c head/sys/sparc64/sparc64/uio_machdep.c Modified: head/sys/amd64/amd64/uio_machdep.c ============================================================================== --- head/sys/amd64/amd64/uio_machdep.c Tue Mar 11 23:04:32 2014 (r263058) +++ head/sys/amd64/amd64/uio_machdep.c Tue Mar 11 23:41:35 2014 (r263059) @@ -16,7 +16,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/arm/arm/uio_machdep.c ============================================================================== --- head/sys/arm/arm/uio_machdep.c Tue Mar 11 23:04:32 2014 (r263058) +++ head/sys/arm/arm/uio_machdep.c Tue Mar 11 23:41:35 2014 (r263059) @@ -16,11 +16,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. * Modified: head/sys/i386/i386/uio_machdep.c ============================================================================== --- head/sys/i386/i386/uio_machdep.c Tue Mar 11 23:04:32 2014 (r263058) +++ head/sys/i386/i386/uio_machdep.c Tue Mar 11 23:41:35 2014 (r263059) @@ -16,7 +16,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/ia64/ia64/uio_machdep.c ============================================================================== --- head/sys/ia64/ia64/uio_machdep.c Tue Mar 11 23:04:32 2014 (r263058) +++ head/sys/ia64/ia64/uio_machdep.c Tue Mar 11 23:41:35 2014 (r263059) @@ -16,7 +16,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/mips/mips/uio_machdep.c ============================================================================== --- head/sys/mips/mips/uio_machdep.c Tue Mar 11 23:04:32 2014 (r263058) +++ head/sys/mips/mips/uio_machdep.c Tue Mar 11 23:41:35 2014 (r263059) @@ -16,7 +16,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/powerpc/powerpc/uio_machdep.c ============================================================================== --- head/sys/powerpc/powerpc/uio_machdep.c Tue Mar 11 23:04:32 2014 (r263058) +++ head/sys/powerpc/powerpc/uio_machdep.c Tue Mar 11 23:41:35 2014 (r263059) @@ -16,7 +16,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/sparc64/sparc64/uio_machdep.c ============================================================================== --- head/sys/sparc64/sparc64/uio_machdep.c Tue Mar 11 23:04:32 2014 (r263058) +++ head/sys/sparc64/sparc64/uio_machdep.c Tue Mar 11 23:41:35 2014 (r263059) @@ -16,7 +16,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. * _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
