[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r469 - in trunk: . checks collection debian depcheck doc frontend lib man private reporting testset testset/empty/debian testset/filenames/debian testset/relations/debian unpack



Author: djpig
Date: 2005-08-12 21:49:07 +0200 (Fri, 12 Aug 2005)
New Revision: 469

Modified:
   trunk/COPYING
   trunk/checks/binaries
   trunk/checks/changelog-file
   trunk/checks/conffiles
   trunk/checks/control-file
   trunk/checks/control-files
   trunk/checks/copyright-file
   trunk/checks/copyright-file.desc
   trunk/checks/cruft
   trunk/checks/deb-format
   trunk/checks/debconf
   trunk/checks/debdiff
   trunk/checks/debhelper
   trunk/checks/debian-readme
   trunk/checks/description
   trunk/checks/etcfiles
   trunk/checks/fields
   trunk/checks/files
   trunk/checks/huge-usr-share
   trunk/checks/infofiles
   trunk/checks/init.d
   trunk/checks/manpages
   trunk/checks/md5sums
   trunk/checks/menu-format
   trunk/checks/menus
   trunk/checks/nmu
   trunk/checks/po-debconf
   trunk/checks/scripts
   trunk/checks/shared-libs
   trunk/checks/spelling
   trunk/checks/standards-version
   trunk/collection/changelog-file
   trunk/collection/copyright-file
   trunk/collection/debfiles
   trunk/collection/debian-readme
   trunk/collection/diffstat
   trunk/collection/doc-base-files
   trunk/collection/file-info
   trunk/collection/init.d
   trunk/collection/md5sums
   trunk/collection/menu-files
   trunk/collection/objdump-info
   trunk/collection/override-file
   trunk/collection/scripts
   trunk/collection/source-control-file
   trunk/debian/changelog
   trunk/debian/copyright
   trunk/depcheck/dependencies.py
   trunk/depcheck/deppages.pl
   trunk/depcheck/package.py
   trunk/depcheck/relation.py
   trunk/depcheck/report2html.pl
   trunk/depcheck/version.py
   trunk/doc/lintian.sgml
   trunk/frontend/lintian
   trunk/frontend/lintian-info
   trunk/lib/Checker.pm
   trunk/lib/DebVersions.pm
   trunk/lib/Lab.pm
   trunk/lib/Manual_refs.pm
   trunk/lib/Pipeline.pm
   trunk/lib/Read_pkglists.pm
   trunk/lib/Read_taginfo.pm
   trunk/lib/Tags.pm
   trunk/lib/Text_utils.pm
   trunk/lib/Util.pm
   trunk/lib/scan_script.pl
   trunk/man/lintian-info.1
   trunk/man/lintian.1
   trunk/private/manual_refs_update.pl
   trunk/reporting/harness
   trunk/reporting/html_reports
   trunk/testset/empty/debian/rules
   trunk/testset/filenames/debian/rules
   trunk/testset/relations/debian/rules
   trunk/testset/runtests
   trunk/unpack/list-binpkg
   trunk/unpack/list-srcpkg
   trunk/unpack/list-udebpkg
   trunk/unpack/unpack-binpkg-l1
   trunk/unpack/unpack-binpkg-l2
   trunk/unpack/unpack-srcpkg-l1
   trunk/unpack/unpack-srcpkg-l2
Log:
Update FSF address


Modified: trunk/COPYING
===================================================================
--- trunk/COPYING	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/COPYING	2005-08-12 19:49:07 UTC (rev 469)
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,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 St, Fifth Floor, Boston, MA  02110-1301  USA
 
 
 Also add information on how to contact you by electronic and paper mail.

Modified: trunk/checks/binaries
===================================================================
--- trunk/checks/binaries	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/binaries	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::binaries;
 use strict;

Modified: trunk/checks/changelog-file
===================================================================
--- trunk/checks/changelog-file	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/changelog-file	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::changelog_file;
 use strict;

Modified: trunk/checks/conffiles
===================================================================
--- trunk/checks/conffiles	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/conffiles	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::conffiles;
 use strict;

Modified: trunk/checks/control-file
===================================================================
--- trunk/checks/control-file	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/control-file	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::control_file;
 use strict;

Modified: trunk/checks/control-files
===================================================================
--- trunk/checks/control-files	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/control-files	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::control_files;
 use strict;

Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/copyright-file	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::copyright_file;
 use strict;

Modified: trunk/checks/copyright-file.desc
===================================================================
--- trunk/checks/copyright-file.desc	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/copyright-file.desc	2005-08-12 19:49:07 UTC (rev 469)
@@ -88,8 +88,8 @@
 Info: The /usr/share/doc/<i>pkg</i>/copyright file refers to the old postal
  address of the Free Software Foundation (FSF). The new address is:
  .
-   Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.
+   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
 
 Tag: helper-templates-in-copyright
 Type: error

Modified: trunk/checks/cruft
===================================================================
--- trunk/checks/cruft	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/cruft	2005-08-12 19:49:07 UTC (rev 469)
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::cruft;
 use strict;

Modified: trunk/checks/deb-format
===================================================================
--- trunk/checks/deb-format	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/deb-format	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::deb_format;
 use strict;

Modified: trunk/checks/debconf
===================================================================
--- trunk/checks/debconf	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/debconf	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::debconf;
 use strict;

Modified: trunk/checks/debdiff
===================================================================
--- trunk/checks/debdiff	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/debdiff	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::debdiff;
 use strict;

Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/debhelper	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::debhelper;
 use strict;

Modified: trunk/checks/debian-readme
===================================================================
--- trunk/checks/debian-readme	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/debian-readme	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::debian_readme;
 use strict;

Modified: trunk/checks/description
===================================================================
--- trunk/checks/description	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/description	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::description;
 use strict;

Modified: trunk/checks/etcfiles
===================================================================
--- trunk/checks/etcfiles	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/etcfiles	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::etcfiles;
 use strict;

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/fields	2005-08-12 19:49:07 UTC (rev 469)
@@ -19,8 +19,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::fields;
 use strict;

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/files	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::files;
 use strict;

Modified: trunk/checks/huge-usr-share
===================================================================
--- trunk/checks/huge-usr-share	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/huge-usr-share	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::huge_usr_share;
 use strict;

Modified: trunk/checks/infofiles
===================================================================
--- trunk/checks/infofiles	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/infofiles	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::infofiles;
 use strict;

Modified: trunk/checks/init.d
===================================================================
--- trunk/checks/init.d	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/init.d	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::init_d;
 use strict;

Modified: trunk/checks/manpages
===================================================================
--- trunk/checks/manpages	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/manpages	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::manpages;
 use strict;

Modified: trunk/checks/md5sums
===================================================================
--- trunk/checks/md5sums	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/md5sums	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::md5sums;
 use strict;

Modified: trunk/checks/menu-format
===================================================================
--- trunk/checks/menu-format	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/menu-format	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::menu_format;
 use strict;

Modified: trunk/checks/menus
===================================================================
--- trunk/checks/menus	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/menus	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::menus;
 use strict;

Modified: trunk/checks/nmu
===================================================================
--- trunk/checks/nmu	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/nmu	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::nmu;
 use strict;

Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/po-debconf	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::po_debconf;
 use strict;

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/scripts	2005-08-12 19:49:07 UTC (rev 469)
@@ -19,8 +19,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::scripts;
 use strict;

Modified: trunk/checks/shared-libs
===================================================================
--- trunk/checks/shared-libs	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/shared-libs	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::shared_libs;
 use strict;

Modified: trunk/checks/spelling
===================================================================
--- trunk/checks/spelling	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/spelling	2005-08-12 19:49:07 UTC (rev 469)
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::spelling;
 use strict;

Modified: trunk/checks/standards-version
===================================================================
--- trunk/checks/standards-version	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/checks/standards-version	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lintian::standards_version;
 use strict;

Modified: trunk/collection/changelog-file
===================================================================
--- trunk/collection/changelog-file	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/changelog-file	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/copyright-file
===================================================================
--- trunk/collection/copyright-file	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/copyright-file	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/debfiles
===================================================================
--- trunk/collection/debfiles	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/debfiles	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/debian-readme
===================================================================
--- trunk/collection/debian-readme	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/debian-readme	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/diffstat
===================================================================
--- trunk/collection/diffstat	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/diffstat	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 # This could be written more easily in shell script, but I'm trying
 # to keep everything as perl to cut down on the number of processes

Modified: trunk/collection/doc-base-files
===================================================================
--- trunk/collection/doc-base-files	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/doc-base-files	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/file-info
===================================================================
--- trunk/collection/file-info	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/file-info	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/init.d
===================================================================
--- trunk/collection/init.d	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/init.d	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/md5sums
===================================================================
--- trunk/collection/md5sums	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/md5sums	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/menu-files
===================================================================
--- trunk/collection/menu-files	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/menu-files	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/objdump-info
===================================================================
--- trunk/collection/objdump-info	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/objdump-info	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 set -e
 

Modified: trunk/collection/override-file
===================================================================
--- trunk/collection/override-file	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/override-file	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/scripts
===================================================================
--- trunk/collection/scripts	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/scripts	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/collection/source-control-file
===================================================================
--- trunk/collection/source-control-file	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/collection/source-control-file	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 use warnings;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/debian/changelog	2005-08-12 19:49:07 UTC (rev 469)
@@ -1,5 +1,8 @@
 lintian (1.23.12) UNRELEASED; urgency=low
 
+  * all files:
+    + [FL] Update FSF address
+  
   * checks/binaries:
     + [FL] Convert the SONAME to lower case before comparing with
       package name. Suggested by Josh Triplett (Closes: #321206)

Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/debian/copyright	2005-08-12 19:49:07 UTC (rev 469)
@@ -39,4 +39,4 @@
 /usr/share/common-licenses/GPL in the Debian GNU/Linux distribution
 or on the World Wide Web at http://www.gnu.org/copyleft/gpl.html.
 You can also obtain it by writing to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

Modified: trunk/depcheck/dependencies.py
===================================================================
--- trunk/depcheck/dependencies.py	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/depcheck/dependencies.py	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 import string
 

Modified: trunk/depcheck/deppages.pl
===================================================================
--- trunk/depcheck/deppages.pl	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/depcheck/deppages.pl	2005-08-12 19:49:07 UTC (rev 469)
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 require './config';
 

Modified: trunk/depcheck/package.py
===================================================================
--- trunk/depcheck/package.py	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/depcheck/package.py	2005-08-12 19:49:07 UTC (rev 469)
@@ -13,8 +13,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 import string
 import regex

Modified: trunk/depcheck/relation.py
===================================================================
--- trunk/depcheck/relation.py	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/depcheck/relation.py	2005-08-12 19:49:07 UTC (rev 469)
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 
 import string

Modified: trunk/depcheck/report2html.pl
===================================================================
--- trunk/depcheck/report2html.pl	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/depcheck/report2html.pl	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 %bugs = ();
 if ($buglist = shift) {

Modified: trunk/depcheck/version.py
===================================================================
--- trunk/depcheck/version.py	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/depcheck/version.py	2005-08-12 19:49:07 UTC (rev 469)
@@ -19,8 +19,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 import string
 import re

Modified: trunk/doc/lintian.sgml
===================================================================
--- trunk/doc/lintian.sgml	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/doc/lintian.sgml	2005-08-12 19:49:07 UTC (rev 469)
@@ -37,7 +37,7 @@
 <tt>/usr/share/common-licenses/GPL</tt> in the Debian GNU/Linux distribution or on the
 World Wide Web at <url id="http://www.gnu.org/copyleft/gpl.html";>.
 You can also obtain it by writing to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 <p>
 
@@ -385,8 +385,8 @@
 N:   The /usr/doc/&lt;pkg&gt;/copyright file refers to the old postal address of
 N:   the Free Software Foundation (FSF). The new address is:
 N:   
-N:   Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-N:   MA 02111-1307, USA.
+N:   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+N:   MA 02110-1301, USA.
 N:
 [...]
 $

Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/frontend/lintian	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 # }}}
 
 # {{{ libraries and such

Modified: trunk/frontend/lintian-info
===================================================================
--- trunk/frontend/lintian-info	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/frontend/lintian-info	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/lib/Checker.pm
===================================================================
--- trunk/lib/Checker.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Checker.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Checker;
 use strict;

Modified: trunk/lib/DebVersions.pm
===================================================================
--- trunk/lib/DebVersions.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/DebVersions.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA  02110-1301  USA
 #
 
 =head1 NAME

Modified: trunk/lib/Lab.pm
===================================================================
--- trunk/lib/Lab.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Lab.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Lab;
 use strict;

Modified: trunk/lib/Manual_refs.pm
===================================================================
--- trunk/lib/Manual_refs.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Manual_refs.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -13,8 +13,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/lib/Pipeline.pm
===================================================================
--- trunk/lib/Pipeline.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Pipeline.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Pipeline;
 use strict;

Modified: trunk/lib/Read_pkglists.pm
===================================================================
--- trunk/lib/Read_pkglists.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Read_pkglists.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/lib/Read_taginfo.pm
===================================================================
--- trunk/lib/Read_taginfo.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Read_taginfo.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 my $LINTIAN_ROOT = $ENV{'LINTIAN_ROOT'} || '/usr/share/lintian';
 my $debug = $ENV{'LINTIAN_DEBUG'} || 0;

Modified: trunk/lib/Tags.pm
===================================================================
--- trunk/lib/Tags.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Tags.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Tags;
 use strict;

Modified: trunk/lib/Text_utils.pm
===================================================================
--- trunk/lib/Text_utils.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Text_utils.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/lib/Util.pm
===================================================================
--- trunk/lib/Util.pm	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/Util.pm	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 package Util;
 use strict;

Modified: trunk/lib/scan_script.pl
===================================================================
--- trunk/lib/scan_script.pl	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/lib/scan_script.pl	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 # Functions are defined here to read a shell script and return it as
 # a list of tokens.

Modified: trunk/man/lintian-info.1
===================================================================
--- trunk/man/lintian-info.1	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/man/lintian-info.1	2005-08-12 19:49:07 UTC (rev 469)
@@ -12,7 +12,7 @@
 .\"
 .\" You should have received a copy of the GNU General Public License
 .\" along with this manual page; if not, write to the Free Software
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
 .\" USA
 .\"
 .TH LINTIAN-INFO 1 "March 1, 1998" "Debian GNU/Linux"

Modified: trunk/man/lintian.1
===================================================================
--- trunk/man/lintian.1	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/man/lintian.1	2005-08-12 19:49:07 UTC (rev 469)
@@ -12,7 +12,7 @@
 .\"
 .\" You should have received a copy of the GNU General Public License
 .\" along with this manual page; if not, write to the Free Software
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
 .\" USA
 .\"
 .TH LINTIAN 1 "July 11, 2004" "Debian GNU/Linux"

Modified: trunk/private/manual_refs_update.pl
===================================================================
--- trunk/private/manual_refs_update.pl	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/private/manual_refs_update.pl	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 # Invoke as ./manual_refs_update.pl manual_refs > manual_refs.new
 # You need copies of all the relevant manuals installed in the standard

Modified: trunk/reporting/harness
===================================================================
--- trunk/reporting/harness	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/reporting/harness	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 use Getopt::Std;

Modified: trunk/reporting/html_reports
===================================================================
--- trunk/reporting/html_reports	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/reporting/html_reports	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/testset/empty/debian/rules
===================================================================
--- trunk/testset/empty/debian/rules	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/testset/empty/debian/rules	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 build:
 

Modified: trunk/testset/filenames/debian/rules
===================================================================
--- trunk/testset/filenames/debian/rules	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/testset/filenames/debian/rules	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 clean:
 	mkdir -p .svn CVS

Modified: trunk/testset/relations/debian/rules
===================================================================
--- trunk/testset/relations/debian/rules	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/testset/relations/debian/rules	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 build:
 

Modified: trunk/testset/runtests
===================================================================
--- trunk/testset/runtests	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/testset/runtests	2005-08-12 19:49:07 UTC (rev 469)
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/unpack/list-binpkg
===================================================================
--- trunk/unpack/list-binpkg	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/unpack/list-binpkg	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/unpack/list-srcpkg
===================================================================
--- trunk/unpack/list-srcpkg	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/unpack/list-srcpkg	2005-08-12 19:49:07 UTC (rev 469)
@@ -16,8 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/unpack/list-udebpkg
===================================================================
--- trunk/unpack/list-udebpkg	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/unpack/list-udebpkg	2005-08-12 19:49:07 UTC (rev 469)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/unpack/unpack-binpkg-l1
===================================================================
--- trunk/unpack/unpack-binpkg-l1	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/unpack/unpack-binpkg-l1	2005-08-12 19:49:07 UTC (rev 469)
@@ -20,8 +20,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/unpack/unpack-binpkg-l2
===================================================================
--- trunk/unpack/unpack-binpkg-l2	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/unpack/unpack-binpkg-l2	2005-08-12 19:49:07 UTC (rev 469)
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/unpack/unpack-srcpkg-l1
===================================================================
--- trunk/unpack/unpack-srcpkg-l1	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/unpack/unpack-srcpkg-l1	2005-08-12 19:49:07 UTC (rev 469)
@@ -20,8 +20,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 

Modified: trunk/unpack/unpack-srcpkg-l2
===================================================================
--- trunk/unpack/unpack-srcpkg-l2	2005-08-09 13:27:26 UTC (rev 468)
+++ trunk/unpack/unpack-srcpkg-l2	2005-08-12 19:49:07 UTC (rev 469)
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, you can find it on the World Wide
 # Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301, USA.
 
 use strict;
 



Reply to: