[Midnightbsd-cvs] src [10527] trunk/lib/libc/string: cleanup build and licensing
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 7 18:50:32 EDT 2018
Revision: 10527
http://svnweb.midnightbsd.org/src/?rev=10527
Author: laffer1
Date: 2018-06-07 18:50:31 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
cleanup build and licensing
Modified Paths:
--------------
trunk/lib/libc/string/Makefile.inc
trunk/lib/libc/string/bcmp.3
trunk/lib/libc/string/bcopy.3
trunk/lib/libc/string/bstring.3
trunk/lib/libc/string/bzero.3
trunk/lib/libc/string/ffs.3
trunk/lib/libc/string/index.3
trunk/lib/libc/string/memccpy.3
trunk/lib/libc/string/memchr.3
trunk/lib/libc/string/memcmp.3
trunk/lib/libc/string/memcpy.3
trunk/lib/libc/string/memmove.3
trunk/lib/libc/string/memset.3
trunk/lib/libc/string/strcat.3
trunk/lib/libc/string/strcmp.3
trunk/lib/libc/string/strcoll.3
trunk/lib/libc/string/strcpy.3
trunk/lib/libc/string/strcspn.3
trunk/lib/libc/string/strdup.3
trunk/lib/libc/string/strerror.3
trunk/lib/libc/string/string.3
trunk/lib/libc/string/strlen.3
trunk/lib/libc/string/strmode.3
trunk/lib/libc/string/strpbrk.3
trunk/lib/libc/string/strsep.3
trunk/lib/libc/string/strstr.3
trunk/lib/libc/string/strxfrm.3
trunk/lib/libc/string/swab.3
trunk/lib/libc/string/wcscoll.3
trunk/lib/libc/string/wcstok.3
trunk/lib/libc/string/wcsxfrm.3
trunk/lib/libc/string/wmemchr.3
Removed Paths:
-------------
trunk/lib/libc/string/rindex.c
Property Changed:
----------------
trunk/lib/libc/string/Makefile.inc
trunk/lib/libc/string/bcmp.3
trunk/lib/libc/string/bcopy.3
trunk/lib/libc/string/bstring.3
trunk/lib/libc/string/bzero.3
trunk/lib/libc/string/ffs.3
trunk/lib/libc/string/index.3
trunk/lib/libc/string/memccpy.3
trunk/lib/libc/string/memchr.3
trunk/lib/libc/string/memcmp.3
trunk/lib/libc/string/memcpy.3
trunk/lib/libc/string/memmove.3
trunk/lib/libc/string/memset.3
trunk/lib/libc/string/strcat.3
trunk/lib/libc/string/strcmp.3
trunk/lib/libc/string/strcoll.3
trunk/lib/libc/string/strcpy.3
trunk/lib/libc/string/strdup.3
trunk/lib/libc/string/strerror.3
trunk/lib/libc/string/string.3
trunk/lib/libc/string/strlcpy.3
trunk/lib/libc/string/strlen.3
trunk/lib/libc/string/strmode.3
trunk/lib/libc/string/strpbrk.3
trunk/lib/libc/string/strsep.3
Modified: trunk/lib/libc/string/Makefile.inc
===================================================================
--- trunk/lib/libc/string/Makefile.inc 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/Makefile.inc 2018-06-07 22:50:31 UTC (rev 10527)
@@ -1,4 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
+# $FreeBSD: stable/10/lib/libc/string/Makefile.inc 281570 2015-04-16 00:24:21Z allanjude $
# $MidnightBSD$
.PATH: ${.CURDIR}/${LIBC_ARCH}/string ${.CURDIR}/string
@@ -7,12 +8,12 @@
# machine-independent string sources
MISRCS+=bcmp.c bcopy.c bzero.c ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
- index.c memccpy.c memchr.c memrchr.c memcmp.c \
- memcpy.c memmem.c memmove.c memset.c rindex.c \
+ memccpy.c memchr.c memrchr.c memcmp.c \
+ memcpy.c memmem.c memmove.c memset.c \
stpcpy.c stpncpy.c strcasecmp.c \
- strcat.c strcasestr.c strchr.c strcmp.c strcoll.c strcpy.c strcspn.c \
- strdup.c strerror.c strlcat.c strlcpy.c strlen.c strmode.c strncat.c \
- strncmp.c strncpy.c strndup.c strnlen.c strnstr.c \
+ strcat.c strcasestr.c strchr.c strchrnul.c strcmp.c strcoll.c strcpy.c\
+ strcspn.c strdup.c strerror.c strlcat.c strlcpy.c strlen.c strmode.c \
+ strncat.c strncmp.c strncpy.c strndup.c strnlen.c strnstr.c \
strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
strxfrm.c swab.c wcpcpy.c wcpncpy.c wcscasecmp.c wcscat.c \
wcschr.c wcscmp.c wcscoll.c wcscpy.c wcscspn.c wcsdup.c \
@@ -30,7 +31,7 @@
MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
memcmp.3 memcpy.3 memmem.3 memmove.3 memset.3 strcasecmp.3 strcat.3 \
- strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \
+ strchr.3 strcmp.3 strcoll.3 strcpy.3 strdup.3 strerror.3 \
string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strsep.3 \
strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \
wcswidth.3 wcsxfrm.3 wmemchr.3
@@ -46,7 +47,8 @@
strcasecmp.3 strcasecmp_l.3 \
strcasecmp.3 strncasecmp_l.3
MLINKS+=strcat.3 strncat.3
-MLINKS+=strchr.3 strrchr.3
+MLINKS+=strchr.3 strrchr.3 \
+ strchr.3 strchrnul.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcoll.3 strcoll_l.3
MLINKS+=strcpy.3 stpcpy.3 \
@@ -59,6 +61,7 @@
strerror.3 sys_nerr.3
MLINKS+=strlcpy.3 strlcat.3
MLINKS+=strlen.3 strnlen.3
+MLINKS+=strspn.3 strcspn.3
MLINKS+=strstr.3 strcasestr.3 \
strstr.3 strnstr.3 \
strstr.3 strcasestr_l.3
Property changes on: trunk/lib/libc/string/Makefile.inc
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/bcmp.3
===================================================================
--- trunk/lib/libc/string/bcmp.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/bcmp.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/bcmp.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/bcopy.3
===================================================================
--- trunk/lib/libc/string/bcopy.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/bcopy.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -12,7 +12,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.
.\"
Property changes on: trunk/lib/libc/string/bcopy.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/bstring.3
===================================================================
--- trunk/lib/libc/string/bstring.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/bstring.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/bstring.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/bzero.3
===================================================================
--- trunk/lib/libc/string/bzero.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/bzero.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -12,7 +12,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.
.\"
Property changes on: trunk/lib/libc/string/bzero.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/ffs.3
===================================================================
--- trunk/lib/libc/string/ffs.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/ffs.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/ffs.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/index.3
===================================================================
--- trunk/lib/libc/string/index.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/index.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/index.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/memccpy.3
===================================================================
--- trunk/lib/libc/string/memccpy.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/memccpy.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -9,7 +9,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.
.\"
Property changes on: trunk/lib/libc/string/memccpy.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/memchr.3
===================================================================
--- trunk/lib/libc/string/memchr.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/memchr.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/memchr.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/memcmp.3
===================================================================
--- trunk/lib/libc/string/memcmp.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/memcmp.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/memcmp.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/memcpy.3
===================================================================
--- trunk/lib/libc/string/memcpy.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/memcpy.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/memcpy.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/memmove.3
===================================================================
--- trunk/lib/libc/string/memmove.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/memmove.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/memmove.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/memset.3
===================================================================
--- trunk/lib/libc/string/memset.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/memset.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/memset.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Deleted: trunk/lib/libc/string/rindex.c
===================================================================
--- trunk/lib/libc/string/rindex.c 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/rindex.c 2018-06-07 22:50:31 UTC (rev 10527)
@@ -1,62 +0,0 @@
-/*
- * Copyright (c) 1988, 1993
- * The Regents of the University of California. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 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
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
-
-#include <stddef.h>
-
-#ifdef STRRCHR
-#include <string.h>
-
-char *
-strrchr
-#else
-#include <strings.h>
-
-char *
-rindex
-#endif
-(const char *p, int ch)
-{
- char *save;
- char c;
-
- c = ch;
- for (save = NULL;; ++p) {
- if (*p == c)
- save = (char *)p;
- if (*p == '\0')
- return (save);
- }
- /* NOTREACHED */
-}
Modified: trunk/lib/libc/string/strcat.3
===================================================================
--- trunk/lib/libc/string/strcat.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strcat.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/strcat.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strcmp.3
===================================================================
--- trunk/lib/libc/string/strcmp.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strcmp.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/strcmp.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strcoll.3
===================================================================
--- trunk/lib/libc/string/strcoll.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strcoll.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/strcoll.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strcpy.3
===================================================================
--- trunk/lib/libc/string/strcpy.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strcpy.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/strcpy.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strcspn.3
===================================================================
--- trunk/lib/libc/string/strcspn.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strcspn.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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: trunk/lib/libc/string/strdup.3
===================================================================
--- trunk/lib/libc/string/strdup.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strdup.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -9,7 +9,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.
.\"
Property changes on: trunk/lib/libc/string/strdup.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strerror.3
===================================================================
--- trunk/lib/libc/string/strerror.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strerror.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/strerror.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/string.3
===================================================================
--- trunk/lib/libc/string/string.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/string.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/string.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/lib/libc/string/strlcpy.3
===================================================================
--- trunk/lib/libc/string/strlcpy.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strlcpy.3 2018-06-07 22:50:31 UTC (rev 10527)
Property changes on: trunk/lib/libc/string/strlcpy.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strlen.3
===================================================================
--- trunk/lib/libc/string/strlen.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strlen.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/strlen.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strmode.3
===================================================================
--- trunk/lib/libc/string/strmode.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strmode.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -9,7 +9,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.
.\"
Property changes on: trunk/lib/libc/string/strmode.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strpbrk.3
===================================================================
--- trunk/lib/libc/string/strpbrk.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strpbrk.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
Property changes on: trunk/lib/libc/string/strpbrk.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strsep.3
===================================================================
--- trunk/lib/libc/string/strsep.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strsep.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -12,7 +12,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.
.\"
Property changes on: trunk/lib/libc/string/strsep.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/string/strstr.3
===================================================================
--- trunk/lib/libc/string/strstr.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strstr.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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: trunk/lib/libc/string/strxfrm.3
===================================================================
--- trunk/lib/libc/string/strxfrm.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/strxfrm.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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: trunk/lib/libc/string/swab.3
===================================================================
--- trunk/lib/libc/string/swab.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/swab.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -9,7 +9,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: trunk/lib/libc/string/wcscoll.3
===================================================================
--- trunk/lib/libc/string/wcscoll.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/wcscoll.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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: trunk/lib/libc/string/wcstok.3
===================================================================
--- trunk/lib/libc/string/wcstok.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/wcstok.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -28,7 +28,7 @@
.\" This product includes software developed by Softweyr LLC, the
.\" University of California, Berkeley, and its contributors.
.\"
-.\" 4. Neither the name of Softweyr LLC, the University nor the names
+.\" 3. Neither the name of Softweyr LLC, 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: trunk/lib/libc/string/wcsxfrm.3
===================================================================
--- trunk/lib/libc/string/wcsxfrm.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/wcsxfrm.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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: trunk/lib/libc/string/wmemchr.3
===================================================================
--- trunk/lib/libc/string/wmemchr.3 2018-06-07 22:48:09 UTC (rev 10526)
+++ trunk/lib/libc/string/wmemchr.3 2018-06-07 22:50:31 UTC (rev 10527)
@@ -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.
.\"
More information about the Midnightbsd-cvs
mailing list