diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-10 15:22:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2005-05-10 15:22:21 +0000 |
commit | d6d47ea0f564912748fe91ae4a1ff6e73d9dc2ac (patch) | |
tree | 2e95841285d363fdc4206c89cad09eed1e042b79 /include/fibheap.h | |
parent | 9cbb7989ef4aecb7cc18400bbfba432fad279471 (diff) | |
download | gcc-d6d47ea0f564912748fe91ae4a1ff6e73d9dc2ac.tar.gz |
Update the address and phone number of the FSF organization.
From-SVN: r99518
Diffstat (limited to 'include/fibheap.h')
-rw-r--r-- | include/fibheap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fibheap.h b/include/fibheap.h index bfd82da2cb0..348c4ae2638 100644 --- a/include/fibheap.h +++ b/include/fibheap.h @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ /* Fibonacci heaps are somewhat complex, but, there's an article in DDJ that explains them pretty well: |