summaryrefslogtreecommitdiff
path: root/lib/Automake/tests
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/tests')
-rw-r--r--lib/Automake/tests/Condition.pl4
-rw-r--r--lib/Automake/tests/DisjConditions.pl4
-rw-r--r--lib/Automake/tests/Makefile.am4
-rw-r--r--lib/Automake/tests/Version.pl4
-rw-r--r--lib/Automake/tests/Wrap.pl4
5 files changed, 10 insertions, 10 deletions
diff --git a/lib/Automake/tests/Condition.pl b/lib/Automake/tests/Condition.pl
index c2617038e..085ab88aa 100644
--- a/lib/Automake/tests/Condition.pl
+++ b/lib/Automake/tests/Condition.pl
@@ -14,8 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with autoconf; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
use Automake::Condition qw/TRUE FALSE/;
diff --git a/lib/Automake/tests/DisjConditions.pl b/lib/Automake/tests/DisjConditions.pl
index 02ab61c3f..75e8d8547 100644
--- a/lib/Automake/tests/DisjConditions.pl
+++ b/lib/Automake/tests/DisjConditions.pl
@@ -14,8 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with autoconf; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
use Automake::Condition qw/TRUE FALSE/;
use Automake::DisjConditions;
diff --git a/lib/Automake/tests/Makefile.am b/lib/Automake/tests/Makefile.am
index 0ccd955e1..b904ced41 100644
--- a/lib/Automake/tests/Makefile.am
+++ b/lib/Automake/tests/Makefile.am
@@ -14,8 +14,8 @@
## 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.
TESTS_ENVIRONMENT = $(PERL) -Mstrict -I $(top_srcdir)/lib -w
TESTS = \
diff --git a/lib/Automake/tests/Version.pl b/lib/Automake/tests/Version.pl
index f8e2a4084..028d83741 100644
--- a/lib/Automake/tests/Version.pl
+++ b/lib/Automake/tests/Version.pl
@@ -14,8 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with Automake; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
use Automake::Version;
diff --git a/lib/Automake/tests/Wrap.pl b/lib/Automake/tests/Wrap.pl
index c57934364..7ddcdc368 100644
--- a/lib/Automake/tests/Wrap.pl
+++ b/lib/Automake/tests/Wrap.pl
@@ -14,8 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with Automake; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
use Automake::Wrap 'wrap';