[Gmp-commit] /home/hgfiles/gmp: Add a copyright year.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Jan 7 05:16:42 CET 2010
details: /home/hgfiles/gmp/rev/b9edb959b0b2
changeset: 13345:b9edb959b0b2
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Jan 07 05:16:36 2010 +0100
description:
Add a copyright year.
diffstat:
configure.in | 2 +-
doc/gmp.texi | 2 +-
mpn/minithres/gmp-mparam.h | 4 ++--
tests/mpz/reuse.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diffs (49 lines):
diff -r 3a31c92c72e4 -r b9edb959b0b2 configure.in
--- a/configure.in Thu Jan 07 04:22:25 2010 +0100
+++ b/configure.in Thu Jan 07 05:16:36 2010 +0100
@@ -4,7 +4,7 @@
define(GMP_COPYRIGHT,[[
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-2007, 2008, 2009 Free Software Foundation, Inc.
+2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff -r 3a31c92c72e4 -r b9edb959b0b2 doc/gmp.texi
--- a/doc/gmp.texi Thu Jan 07 04:22:25 2010 +0100
+++ b/doc/gmp.texi Thu Jan 07 05:16:36 2010 +0100
@@ -15,7 +15,7 @@
arithmetic library, version @value{VERSION}.
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.3 or any later
diff -r 3a31c92c72e4 -r b9edb959b0b2 mpn/minithres/gmp-mparam.h
--- a/mpn/minithres/gmp-mparam.h Thu Jan 07 04:22:25 2010 +0100
+++ b/mpn/minithres/gmp-mparam.h Thu Jan 07 05:16:36 2010 +0100
@@ -1,7 +1,7 @@
/* Minimal values gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 2000, 2006, 2008, 2009 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 2000, 2006, 2008, 2009, 2010 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff -r 3a31c92c72e4 -r b9edb959b0b2 tests/mpz/reuse.c
--- a/tests/mpz/reuse.c Thu Jan 07 04:22:25 2010 +0100
+++ b/tests/mpz/reuse.c Thu Jan 07 05:16:36 2010 +0100
@@ -6,7 +6,7 @@
mpz_mul_si
mpz_addmul_ui (should this really allow a+=a*c?)
-Copyright 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1996, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
More information about the gmp-commit
mailing list