summaryrefslogtreecommitdiff
path: root/t/pm
diff options
context:
space:
mode:
Diffstat (limited to 't/pm')
-rw-r--r--t/pm/Cond2.pl2
-rw-r--r--t/pm/Cond3.pl2
-rw-r--r--t/pm/Condition-t.pl2
-rw-r--r--t/pm/Condition.pl2
-rw-r--r--t/pm/DisjCon2.pl2
-rw-r--r--t/pm/DisjCon3.pl2
-rw-r--r--t/pm/DisjConditions-t.pl2
-rw-r--r--t/pm/DisjConditions.pl2
-rw-r--r--t/pm/Version.pl2
-rw-r--r--t/pm/Version2.pl2
-rw-r--r--t/pm/Version3.pl2
-rw-r--r--t/pm/Wrap.pl2
12 files changed, 12 insertions, 12 deletions
diff --git a/t/pm/Cond2.pl b/t/pm/Cond2.pl
index 5ec2d2352..702ed9109 100644
--- a/t/pm/Cond2.pl
+++ b/t/pm/Cond2.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Catch common programming error:
# A Condition passed as a string to 'new'.
diff --git a/t/pm/Cond3.pl b/t/pm/Cond3.pl
index 477a02c74..0ffe9553b 100644
--- a/t/pm/Cond3.pl
+++ b/t/pm/Cond3.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Catch common programming error:
# A Condition passed as a string to 'new'.
diff --git a/t/pm/Condition-t.pl b/t/pm/Condition-t.pl
index bc78edd02..fcd971a57 100644
--- a/t/pm/Condition-t.pl
+++ b/t/pm/Condition-t.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
BEGIN {
use Config;
diff --git a/t/pm/Condition.pl b/t/pm/Condition.pl
index 4d85be4e8..8ebb7c7e2 100644
--- a/t/pm/Condition.pl
+++ b/t/pm/Condition.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
use Automake::Condition qw/TRUE FALSE/;
diff --git a/t/pm/DisjCon2.pl b/t/pm/DisjCon2.pl
index 80fa63778..26619a2a2 100644
--- a/t/pm/DisjCon2.pl
+++ b/t/pm/DisjCon2.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Catch common programming error:
# A non-Condition reference passed to new.
diff --git a/t/pm/DisjCon3.pl b/t/pm/DisjCon3.pl
index 09ae1f5f7..82abb7423 100644
--- a/t/pm/DisjCon3.pl
+++ b/t/pm/DisjCon3.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Catch common programming error:
# A non-reference passed to new.
diff --git a/t/pm/DisjConditions-t.pl b/t/pm/DisjConditions-t.pl
index 7d666bca9..adcc4201f 100644
--- a/t/pm/DisjConditions-t.pl
+++ b/t/pm/DisjConditions-t.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
BEGIN {
use Config;
diff --git a/t/pm/DisjConditions.pl b/t/pm/DisjConditions.pl
index 5abe2c004..07952f43f 100644
--- a/t/pm/DisjConditions.pl
+++ b/t/pm/DisjConditions.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
use Automake::Condition qw/TRUE FALSE/;
use Automake::DisjConditions;
diff --git a/t/pm/Version.pl b/t/pm/Version.pl
index 26611bb2e..764478a2f 100644
--- a/t/pm/Version.pl
+++ b/t/pm/Version.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
use Automake::Version;
diff --git a/t/pm/Version2.pl b/t/pm/Version2.pl
index c9e4d7884..4d9bfaa45 100644
--- a/t/pm/Version2.pl
+++ b/t/pm/Version2.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# prog_error due to invalid $VERSION.
diff --git a/t/pm/Version3.pl b/t/pm/Version3.pl
index 1f156e11b..aa559b2ee 100644
--- a/t/pm/Version3.pl
+++ b/t/pm/Version3.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# prog_error due to invalid $REQUIRED.
diff --git a/t/pm/Wrap.pl b/t/pm/Wrap.pl
index 80c36f1f6..4da251128 100644
--- a/t/pm/Wrap.pl
+++ b/t/pm/Wrap.pl
@@ -11,7 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
use Automake::Wrap qw/wrap makefile_wrap/;