This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update FSF address in the intl/ subdirectory


Hi Zack,

Now that it's come up ... I suppose we should be updating the FSF
contact address in all of GCC's sources as well.  Anyone got a script?

I used this script:


find . -type f -exec \
sed -i -e \
's/59 Temple Place, Suite 330/51 Franklin Street, Fifth Floor/;s/02111-1307/02110-1301/;s/59 Temple Place - Suite 330/51 Franklin Street - Fifth Floor/' {} \;


I then did a recursive grep for Temple just to find the few places that that script missed.

Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]