summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.sub5
-rw-r--r--demos/factorize.c2
-rw-r--r--demos/pexpr.c2
-rw-r--r--extract-dbl.c2
-rw-r--r--insert-dbl.c2
-rw-r--r--longlong.h3
-rw-r--r--mp_clz_tab.c2
-rw-r--r--mpn/generic/divrem.c3
-rw-r--r--mpn/x86/mul_basecase.S2
-rw-r--r--stack-alloc.c2
-rw-r--r--urandom.h2
11 files changed, 16 insertions, 11 deletions
diff --git a/config.sub b/config.sub
index d4cd5d127..852484923 100755
--- a/config.sub
+++ b/config.sub
@@ -1,6 +1,9 @@
#! /bin/sh
# Configuration validation subroutine script, version 1.1.
-# Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+#
+# Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000
+# Free Software Foundation, Inc.
+#
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
# can handle that machine. It does not imply ALL GNU software can.
diff --git a/demos/factorize.c b/demos/factorize.c
index 7297ed03c..f05fc4f96 100644
--- a/demos/factorize.c
+++ b/demos/factorize.c
@@ -1,6 +1,6 @@
/* Factoring with Pollard's rho method.
- Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/demos/pexpr.c b/demos/pexpr.c
index 63f94438c..adfc25b06 100644
--- a/demos/pexpr.c
+++ b/demos/pexpr.c
@@ -1,7 +1,7 @@
/* Program for computing integer expressions using the GNU Multiple Precision
Arithmetic Library.
-Copyright (C) 1997 Free Software Foundation, Inc.
+Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/extract-dbl.c b/extract-dbl.c
index e18cb21f8..ebd477344 100644
--- a/extract-dbl.c
+++ b/extract-dbl.c
@@ -1,6 +1,6 @@
/* __gmp_extract_double -- convert from double to array of mp_limb_t.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright (C) 1996, 1999 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/insert-dbl.c b/insert-dbl.c
index 02e8a6b65..3511f95fa 100644
--- a/insert-dbl.c
+++ b/insert-dbl.c
@@ -1,6 +1,6 @@
/* __gmp_insert_double -- convert from array of mp_limb_t to double.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/longlong.h b/longlong.h
index 9c5fef011..74160b852 100644
--- a/longlong.h
+++ b/longlong.h
@@ -1,6 +1,7 @@
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
-Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright (C) 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000 Free Software
+Foundation, Inc.
This file is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as published by
diff --git a/mp_clz_tab.c b/mp_clz_tab.c
index 96f58c65b..616338d84 100644
--- a/mp_clz_tab.c
+++ b/mp_clz_tab.c
@@ -1,6 +1,6 @@
/* __clz_tab -- support for longlong.h
-Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/divrem.c b/mpn/generic/divrem.c
index 6dabba103..e826a07f5 100644
--- a/mpn/generic/divrem.c
+++ b/mpn/generic/divrem.c
@@ -1,7 +1,8 @@
/* mpn_divrem_classic -- Divide natural numbers, producing both remainder and
quotient.
-Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/x86/mul_basecase.S b/mpn/x86/mul_basecase.S
index 70c8ca9a2..753c260c5 100644
--- a/mpn/x86/mul_basecase.S
+++ b/mpn/x86/mul_basecase.S
@@ -1,7 +1,7 @@
/* x86 mpn_mul_basecase -- Multiply two limb vectors and store
the result in a third limb vector.
-Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/stack-alloc.c b/stack-alloc.c
index 80966c208..26bc540a3 100644
--- a/stack-alloc.c
+++ b/stack-alloc.c
@@ -1,7 +1,7 @@
/* Stack allocation routines. This is intended for machines without support
for the `alloca' function.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/urandom.h b/urandom.h
index c849eedba..cefda55dd 100644
--- a/urandom.h
+++ b/urandom.h
@@ -1,6 +1,6 @@
/* urandom.h -- define urandom returning a full unsigned long random value.
-Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU MP Library.