From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- libc/string/ia64/bzero.S | 5 ++--- libc/string/ia64/memccpy.S | 5 ++--- libc/string/ia64/memchr.S | 5 ++--- libc/string/ia64/memcmp.S | 5 ++--- libc/string/ia64/memcpy.S | 5 ++--- libc/string/ia64/memmove.S | 5 ++--- libc/string/ia64/memset.S | 5 ++--- libc/string/ia64/softpipe.h | 5 ++--- libc/string/ia64/strchr.S | 5 ++--- libc/string/ia64/strcmp.S | 5 ++--- libc/string/ia64/strcpy.S | 5 ++--- libc/string/ia64/strlen.S | 5 ++--- libc/string/ia64/strncmp.S | 5 ++--- libc/string/ia64/strncpy.S | 5 ++--- 14 files changed, 28 insertions(+), 42 deletions(-) (limited to 'libc/string/ia64') diff --git a/libc/string/ia64/bzero.S b/libc/string/ia64/bzero.S index 203ff7f89..79419579a 100644 --- a/libc/string/ia64/bzero.S +++ b/libc/string/ia64/bzero.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: dest diff --git a/libc/string/ia64/memccpy.S b/libc/string/ia64/memccpy.S index 68bcde62c..5c4d7e3c2 100644 --- a/libc/string/ia64/memccpy.S +++ b/libc/string/ia64/memccpy.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: a pointer to the next byte after char in dest or NULL diff --git a/libc/string/ia64/memchr.S b/libc/string/ia64/memchr.S index 86bfbbfe2..fcd9f9305 100644 --- a/libc/string/ia64/memchr.S +++ b/libc/string/ia64/memchr.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: the address of the first occurence of chr in str or NULL diff --git a/libc/string/ia64/memcmp.S b/libc/string/ia64/memcmp.S index a6465f2cd..0cf54e7db 100644 --- a/libc/string/ia64/memcmp.S +++ b/libc/string/ia64/memcmp.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: the result of the comparison diff --git a/libc/string/ia64/memcpy.S b/libc/string/ia64/memcpy.S index ac6d51518..5f2e79414 100644 --- a/libc/string/ia64/memcpy.S +++ b/libc/string/ia64/memcpy.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: dest diff --git a/libc/string/ia64/memmove.S b/libc/string/ia64/memmove.S index f9dd98f28..7d830f912 100644 --- a/libc/string/ia64/memmove.S +++ b/libc/string/ia64/memmove.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: dest diff --git a/libc/string/ia64/memset.S b/libc/string/ia64/memset.S index 3f4b6e15b..7bd15c88a 100644 --- a/libc/string/ia64/memset.S +++ b/libc/string/ia64/memset.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: dest diff --git a/libc/string/ia64/softpipe.h b/libc/string/ia64/softpipe.h index d71af735e..a9a9dc679 100644 --- a/libc/string/ia64/softpipe.h +++ b/libc/string/ia64/softpipe.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* The latency of a memory load assumed by the assembly implementation of the mem and str functions. Since we don't have any clue about diff --git a/libc/string/ia64/strchr.S b/libc/string/ia64/strchr.S index a446f0e91..034fd3096 100644 --- a/libc/string/ia64/strchr.S +++ b/libc/string/ia64/strchr.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: the address of the first occurence of chr in str or NULL diff --git a/libc/string/ia64/strcmp.S b/libc/string/ia64/strcmp.S index 9d9527f33..c45ab4801 100644 --- a/libc/string/ia64/strcmp.S +++ b/libc/string/ia64/strcmp.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: the result of the comparison diff --git a/libc/string/ia64/strcpy.S b/libc/string/ia64/strcpy.S index 7a1eace0f..c9b3bc143 100644 --- a/libc/string/ia64/strcpy.S +++ b/libc/string/ia64/strcpy.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: dest diff --git a/libc/string/ia64/strlen.S b/libc/string/ia64/strlen.S index 47c65ad0b..83244cd76 100644 --- a/libc/string/ia64/strlen.S +++ b/libc/string/ia64/strlen.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: the length of the input string diff --git a/libc/string/ia64/strncmp.S b/libc/string/ia64/strncmp.S index 56ea6c5c8..d58a2007e 100644 --- a/libc/string/ia64/strncmp.S +++ b/libc/string/ia64/strncmp.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: the result of the comparison diff --git a/libc/string/ia64/strncpy.S b/libc/string/ia64/strncpy.S index aca6bc1e7..b72e8a70c 100644 --- a/libc/string/ia64/strncpy.S +++ b/libc/string/ia64/strncpy.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Return: dest -- cgit v1.2.3