[Gmp-commit] /home/hgfiles/gmp: Give proper credit for this file.
mercurial at gmplib.org
mercurial at gmplib.org
Sun Nov 29 14:00:28 CET 2009
details: /home/hgfiles/gmp/rev/96addc3e1a68
changeset: 12938:96addc3e1a68
user: Torbjorn Granlund <tege at gmplib.org>
date: Sun Nov 29 14:00:22 2009 +0100
description:
Give proper credit for this file.
diffstat:
mpn/generic/mullow_n.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 840598fc8b91 -r 96addc3e1a68 mpn/generic/mullow_n.c
--- a/mpn/generic/mullow_n.c Sun Nov 29 11:02:56 2009 +0100
+++ b/mpn/generic/mullow_n.c Sun Nov 29 14:00:22 2009 +0100
@@ -1,11 +1,13 @@
/* mpn_mullow_n -- multiply two n-limb numbers and return the low n limbs
of their products.
+ Contributed to the GNU project by Torbjorn Granlund and Marco Bodrato.
+
THIS IS (FOR NOW) AN INTERNAL FUNCTION. IT IS ONLY SAFE TO REACH THIS
FUNCTION THROUGH DOCUMENTED INTERFACES. IN FACT, IT IS ALMOST GUARANTEED
THAT IT'LL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE.
-Copyright 2004, 2005 Free Software Foundation, Inc.
+Copyright 2004, 2005, 2009 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
More information about the gmp-commit
mailing list