diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-10 15:33:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2005-05-10 15:33:18 +0000 |
commit | ee58dffdbc2874e053c60629b2f1c04384e2248d (patch) | |
tree | 2c77716c8ad93d6e56c2be0bd79d8e6b72ba7b77 /libiberty/splay-tree.c | |
parent | d6d47ea0f564912748fe91ae4a1ff6e73d9dc2ac (diff) | |
download | gcc-ee58dffdbc2874e053c60629b2f1c04384e2248d.tar.gz |
Update the address and phone number of the FSF organization.
From-SVN: r99519
Diffstat (limited to 'libiberty/splay-tree.c')
-rw-r--r-- | libiberty/splay-tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c index 29eaf16efb1..311b49edffb 100644 --- a/libiberty/splay-tree.c +++ b/libiberty/splay-tree.c @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; 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. */ /* For an easily readable description of splay-trees, see: |