diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 00:41:31 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 00:41:31 +0000 |
commit | 2af676bddeda262d782b94e3f6a7ea359e65f510 (patch) | |
tree | 0aa02ea51e2538545ebc3cc9c0d884872c7b99f2 /contrib/texi2pod.pl | |
parent | 9d7917a7569fcb87e5d643e8d50a017ce011937b (diff) | |
download | gcc-2af676bddeda262d782b94e3f6a7ea359e65f510.tar.gz |
2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
* All files: Update with new FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/texi2pod.pl')
-rwxr-xr-x | contrib/texi2pod.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/texi2pod.pl b/contrib/texi2pod.pl index 480f26a212c..a22fd4fe692 100755 --- a/contrib/texi2pod.pl +++ b/contrib/texi2pod.pl @@ -16,8 +16,8 @@ # 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. # This does trivial (and I mean _trivial_) conversion of Texinfo # markup to Perl POD format. It's intended to be used to extract |