diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-06-02 16:12:06 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-06-02 16:12:06 +0000 |
commit | 8bb5dd7a0a124d7031e786e476fdb04b547328e7 (patch) | |
tree | c3667273bbc334932585e03a503c758ed8d02286 /mp_clz_tab.c | |
parent | fd07d23b8d7a0b98a957ae845793577d21b9b121 (diff) | |
download | mpfr-8bb5dd7a0a124d7031e786e476fdb04b547328e7.tar.gz |
Change the address of the FSF.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3606 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mp_clz_tab.c')
-rw-r--r-- | mp_clz_tab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mp_clz_tab.c b/mp_clz_tab.c index 92dc48ec6..c681892b5 100644 --- a/mp_clz_tab.c +++ b/mp_clz_tab.c @@ -21,8 +21,8 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +the Free Software Foundation, Inc., 51 Franklin Place, Fifth Floor, Boston, +MA 02110-1301, USA. */ #define MPFR_NEED_LONGLONG_H #include "mpfr-impl.h" |