diff options
Diffstat (limited to 'tests/mpn')
-rw-r--r-- | tests/mpn/Makefile.am | 2 | ||||
-rw-r--r-- | tests/mpn/logic.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-aors_1.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-asmtype.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-bdiv.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-broot.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-brootinv.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-div.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-divrem_1.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-fat.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-get_d.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-hgcd.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-hgcd_appr.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-instrument.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-invert.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-iord_u.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-matrix22.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-mod_1.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-mp_bases.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-mul.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-mullo.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-mulmid.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-mulmod_bnm1.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-perfsqr.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-scan.c | 2 | ||||
-rw-r--r-- | tests/mpn/t-sqrmod_bnm1.c | 2 | ||||
-rw-r--r-- | tests/mpn/toom-shared.h | 2 | ||||
-rw-r--r-- | tests/mpn/toom-sqr-shared.h | 2 |
28 files changed, 28 insertions, 28 deletions
diff --git a/tests/mpn/Makefile.am b/tests/mpn/Makefile.am index 8d1b761a6..ad017eb1d 100644 --- a/tests/mpn/Makefile.am +++ b/tests/mpn/Makefile.am @@ -15,7 +15,7 @@ # Public License for more details. # # You should have received a copy of the GNU General Public License along with -# the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. +# the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests diff --git a/tests/mpn/logic.c b/tests/mpn/logic.c index feb8f9936..75b5dca1f 100644 --- a/tests/mpn/logic.c +++ b/tests/mpn/logic.c @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/t-aors_1.c b/tests/mpn/t-aors_1.c index 422f9c40e..537141a99 100644 --- a/tests/mpn/t-aors_1.c +++ b/tests/mpn/t-aors_1.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-asmtype.c b/tests/mpn/t-asmtype.c index 56444fb6c..93960f7ae 100644 --- a/tests/mpn/t-asmtype.c +++ b/tests/mpn/t-asmtype.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-bdiv.c b/tests/mpn/t-bdiv.c index 0feca7e3d..0056ca9e3 100644 --- a/tests/mpn/t-bdiv.c +++ b/tests/mpn/t-bdiv.c @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> /* for strtol */ diff --git a/tests/mpn/t-broot.c b/tests/mpn/t-broot.c index beb99733a..1aa43319e 100644 --- a/tests/mpn/t-broot.c +++ b/tests/mpn/t-broot.c @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> /* for strtol */ diff --git a/tests/mpn/t-brootinv.c b/tests/mpn/t-brootinv.c index 32a354eba..11f40b954 100644 --- a/tests/mpn/t-brootinv.c +++ b/tests/mpn/t-brootinv.c @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> /* for strtol */ diff --git a/tests/mpn/t-div.c b/tests/mpn/t-div.c index 72c314c55..c58f172c4 100644 --- a/tests/mpn/t-div.c +++ b/tests/mpn/t-div.c @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> /* for strtol */ diff --git a/tests/mpn/t-divrem_1.c b/tests/mpn/t-divrem_1.c index 745b177df..9ffe90548 100644 --- a/tests/mpn/t-divrem_1.c +++ b/tests/mpn/t-divrem_1.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-fat.c b/tests/mpn/t-fat.c index fd71e891e..abb288e4b 100644 --- a/tests/mpn/t-fat.c +++ b/tests/mpn/t-fat.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-get_d.c b/tests/mpn/t-get_d.c index 9d60881b6..52fa418ee 100644 --- a/tests/mpn/t-get_d.c +++ b/tests/mpn/t-get_d.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ /* Note that we don't use <limits.h> for LONG_MIN, but instead our own definition in gmp-impl.h. In gcc 2.95.4 (debian 3.0) under diff --git a/tests/mpn/t-hgcd.c b/tests/mpn/t-hgcd.c index f41fc8e52..64d33ef00 100644 --- a/tests/mpn/t-hgcd.c +++ b/tests/mpn/t-hgcd.c @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-hgcd_appr.c b/tests/mpn/t-hgcd_appr.c index 95973319f..ad9daa9fe 100644 --- a/tests/mpn/t-hgcd_appr.c +++ b/tests/mpn/t-hgcd_appr.c @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-instrument.c b/tests/mpn/t-instrument.c index cf0aae154..338fef177 100644 --- a/tests/mpn/t-instrument.c +++ b/tests/mpn/t-instrument.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-invert.c b/tests/mpn/t-invert.c index 0bd8d102a..ddea9c6dd 100644 --- a/tests/mpn/t-invert.c +++ b/tests/mpn/t-invert.c @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/t-iord_u.c b/tests/mpn/t-iord_u.c index 17188d272..93e68c5c3 100644 --- a/tests/mpn/t-iord_u.c +++ b/tests/mpn/t-iord_u.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-matrix22.c b/tests/mpn/t-matrix22.c index 44832e4e7..e63cbe27b 100644 --- a/tests/mpn/t-matrix22.c +++ b/tests/mpn/t-matrix22.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-mod_1.c b/tests/mpn/t-mod_1.c index 100211a07..3d08a9018 100644 --- a/tests/mpn/t-mod_1.c +++ b/tests/mpn/t-mod_1.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-mp_bases.c b/tests/mpn/t-mp_bases.c index c7863a0cc..c0b228825 100644 --- a/tests/mpn/t-mp_bases.c +++ b/tests/mpn/t-mp_bases.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-mul.c b/tests/mpn/t-mul.c index 63664ad55..26e422733 100644 --- a/tests/mpn/t-mul.c +++ b/tests/mpn/t-mul.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/t-mullo.c b/tests/mpn/t-mullo.c index 1a3172898..d4789976a 100644 --- a/tests/mpn/t-mullo.c +++ b/tests/mpn/t-mullo.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/t-mulmid.c b/tests/mpn/t-mulmid.c index 322f51a28..8978c4c1f 100644 --- a/tests/mpn/t-mulmid.c +++ b/tests/mpn/t-mulmid.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/t-mulmod_bnm1.c b/tests/mpn/t-mulmod_bnm1.c index 469a9eb4b..374b722c6 100644 --- a/tests/mpn/t-mulmod_bnm1.c +++ b/tests/mpn/t-mulmod_bnm1.c @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/t-perfsqr.c b/tests/mpn/t-perfsqr.c index 0a585a086..322ab6c3a 100644 --- a/tests/mpn/t-perfsqr.c +++ b/tests/mpn/t-perfsqr.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-scan.c b/tests/mpn/t-scan.c index ba9684647..f4478af33 100644 --- a/tests/mpn/t-scan.c +++ b/tests/mpn/t-scan.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/mpn/t-sqrmod_bnm1.c b/tests/mpn/t-sqrmod_bnm1.c index d3ee32a15..47ccf8108 100644 --- a/tests/mpn/t-sqrmod_bnm1.c +++ b/tests/mpn/t-sqrmod_bnm1.c @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/toom-shared.h b/tests/mpn/toom-shared.h index a775f1fea..7479e7efd 100644 --- a/tests/mpn/toom-shared.h +++ b/tests/mpn/toom-shared.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> diff --git a/tests/mpn/toom-sqr-shared.h b/tests/mpn/toom-sqr-shared.h index f08838fd1..617455407 100644 --- a/tests/mpn/toom-sqr-shared.h +++ b/tests/mpn/toom-sqr-shared.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> |