diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/colorcvs | 2 | ||||
-rwxr-xr-x | scripts/colorsvn | 2 | ||||
-rw-r--r-- | scripts/fixfsfaddr.sed | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/colorcvs b/scripts/colorcvs index 41c7716d..6d18f91d 100755 --- a/scripts/colorcvs +++ b/scripts/colorcvs @@ -47,7 +47,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. use Term::ANSIColor; use IPC::Open3; diff --git a/scripts/colorsvn b/scripts/colorsvn index f89e1c2f..84dec6ba 100755 --- a/scripts/colorsvn +++ b/scripts/colorsvn @@ -47,7 +47,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. use Term::ANSIColor; use IPC::Open3; diff --git a/scripts/fixfsfaddr.sed b/scripts/fixfsfaddr.sed index ab96de23..4525fe62 100644 --- a/scripts/fixfsfaddr.sed +++ b/scripts/fixfsfaddr.sed @@ -13,7 +13,7 @@ # Current FSF address: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# Old address: 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# Old address: 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 s/59 Temple Place,/51 Franklin Street,/ s/59 Temple Place -/51 Franklin Street,/ s/Suite 330,/Fifth Floor,/ |