diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-01-03 04:59:33 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-01-03 04:59:33 +0000 |
commit | 775bfc409ea148712162c2378a1fd9952178cd94 (patch) | |
tree | 6cd2f101d8b27932f178b6c5d31e1aee16ef7f84 /tools | |
parent | 69de140554757a091a2bbcb099b78cd6e3f19c2c (diff) | |
download | mpfr-775bfc409ea148712162c2378a1fd9952178cd94.tar.gz |
Copyright notice update: added 2013 with
perl -pi -e 's/2012 Free Software/2012, 2013 Free Software/' **/*(^/)
under zsh, reverting the ChangeLog file and the m4 directory
(the tools/mbench directory was not modified).
Removed 2012 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8447 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ck-copyright-notice | 2 | ||||
-rwxr-xr-x | tools/ck-mparam | 2 | ||||
-rwxr-xr-x | tools/ck-version-info | 2 | ||||
-rwxr-xr-x | tools/get_patches.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/ck-copyright-notice b/tools/ck-copyright-notice index 494cd12a7..aec58317f 100755 --- a/tools/ck-copyright-notice +++ b/tools/ck-copyright-notice @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +# Copyright 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. # This script is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/tools/ck-mparam b/tools/ck-mparam index 8a1789e9f..2c7c22996 100755 --- a/tools/ck-mparam +++ b/tools/ck-mparam @@ -3,7 +3,7 @@ # Check the mparam.h files. This script is useful as not all mparam.h # files may be tested by our tests. -# Copyright 2011, 2012 Free Software Foundation, Inc. +# Copyright 2011, 2012, 2013 Free Software Foundation, Inc. # This script is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/tools/ck-version-info b/tools/ck-version-info index 6e66b9383..7d39d8ac7 100755 --- a/tools/ck-version-info +++ b/tools/ck-version-info @@ -3,7 +3,7 @@ # Note: this script must not be used to build MPFR due to the # dependency on perl, but this is OK for "make dist". -# Copyright 2010, 2011, 2012 Free Software Foundation, Inc. +# Copyright 2010, 2011, 2012, 2013 Free Software Foundation, Inc. # This script is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/tools/get_patches.sh b/tools/get_patches.sh index ef046fd0c..872b0067e 100755 --- a/tools/get_patches.sh +++ b/tools/get_patches.sh @@ -3,7 +3,7 @@ cat <<EOF /* mpfr_get_patches -- Patches that have been applied -Copyright 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |