From 6d84f89a88756a4152983494285535a63e23b60c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 7 Jul 2001 10:13:33 +0000 Subject: Put under LGPL v2.1. --- sysdeps/hppa/add_n.s | 8 ++++---- sysdeps/hppa/hppa1.1/addmul_1.s | 8 ++++---- sysdeps/hppa/hppa1.1/mul_1.s | 8 ++++---- sysdeps/hppa/hppa1.1/submul_1.s | 8 ++++---- sysdeps/hppa/hppa1.1/udiv_qrnnd.s | 8 ++++---- sysdeps/hppa/lshift.s | 8 ++++---- sysdeps/hppa/rshift.s | 8 ++++---- sysdeps/hppa/sub_n.s | 8 ++++---- sysdeps/hppa/udiv_qrnnd.s | 8 ++++---- 9 files changed, 36 insertions(+), 36 deletions(-) (limited to 'sysdeps/hppa') diff --git a/sysdeps/hppa/add_n.s b/sysdeps/hppa/add_n.s index 87b7cd7131..aaabd72e20 100644 --- a/sysdeps/hppa/add_n.s +++ b/sysdeps/hppa/add_n.s @@ -6,16 +6,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/hppa1.1/addmul_1.s b/sysdeps/hppa/hppa1.1/addmul_1.s index 5b3e0482a5..a1fb083a83 100644 --- a/sysdeps/hppa/hppa1.1/addmul_1.s +++ b/sysdeps/hppa/hppa1.1/addmul_1.s @@ -6,16 +6,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/hppa1.1/mul_1.s b/sysdeps/hppa/hppa1.1/mul_1.s index 7f53916e83..00c770f272 100644 --- a/sysdeps/hppa/hppa1.1/mul_1.s +++ b/sysdeps/hppa/hppa1.1/mul_1.s @@ -6,16 +6,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/hppa1.1/submul_1.s b/sysdeps/hppa/hppa1.1/submul_1.s index f2c19c7bc8..997bd6d521 100644 --- a/sysdeps/hppa/hppa1.1/submul_1.s +++ b/sysdeps/hppa/hppa1.1/submul_1.s @@ -6,16 +6,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/hppa1.1/udiv_qrnnd.s b/sysdeps/hppa/hppa1.1/udiv_qrnnd.s index c0a02d89ad..fdc63e59e5 100644 --- a/sysdeps/hppa/hppa1.1/udiv_qrnnd.s +++ b/sysdeps/hppa/hppa1.1/udiv_qrnnd.s @@ -6,16 +6,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/lshift.s b/sysdeps/hppa/lshift.s index de6dd761ca..400fbcf6dd 100644 --- a/sysdeps/hppa/lshift.s +++ b/sysdeps/hppa/lshift.s @@ -5,16 +5,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/rshift.s b/sysdeps/hppa/rshift.s index bba60cf2c4..acb772f523 100644 --- a/sysdeps/hppa/rshift.s +++ b/sysdeps/hppa/rshift.s @@ -5,16 +5,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/sub_n.s b/sysdeps/hppa/sub_n.s index b50bb11e51..34f196826d 100644 --- a/sysdeps/hppa/sub_n.s +++ b/sysdeps/hppa/sub_n.s @@ -6,16 +6,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. diff --git a/sysdeps/hppa/udiv_qrnnd.s b/sysdeps/hppa/udiv_qrnnd.s index 053205720b..cd2b58ddec 100644 --- a/sysdeps/hppa/udiv_qrnnd.s +++ b/sysdeps/hppa/udiv_qrnnd.s @@ -6,16 +6,16 @@ ;! This file is part of the GNU MP Library. ;! The GNU MP Library is free software; you can redistribute it and/or modify -;! it under the terms of the GNU Library General Public License as published by -;! the Free Software Foundation; either version 2 of the License, or (at your +;! it under the terms of the GNU Lesser General Public License as published by +;! the Free Software Foundation; either version 2.1 of the License, or (at your ;! option) any later version. ;! The GNU MP Library is distributed in the hope that it will be useful, but ;! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public +;! or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public ;! License for more details. -;! You should have received a copy of the GNU Library General Public License +;! You should have received a copy of the GNU Lesser General Public License ;! along with the GNU MP Library; see the file COPYING.LIB. If not, write to ;! the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;! MA 02111-1307, USA. -- cgit v1.2.3