summaryrefslogtreecommitdiff
path: root/perl5
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-12 08:54:06 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-04-12 08:54:19 +0800
commitc1b51b5953c8c199845ebeffdf752e3a8136c074 (patch)
tree371b7f834c08607046bede0739d990c19988ecaa /perl5
parenteecd0a0ed11df1878d588a25cf1b17838ed4705b (diff)
downloaddotfiles-c1b51b5953c8c199845ebeffdf752e3a8136c074.tar.gz
http->https in some license headers
Diffstat (limited to 'perl5')
-rw-r--r--perl5/Local/Desktop.pm2
-rw-r--r--perl5/Local/Homedir.pm2
-rw-r--r--perl5/Local/Interactive.pm2
-rw-r--r--perl5/Local/MrRepo.pm2
-rw-r--r--perl5/Local/MrRepo/Repo.pm2
-rw-r--r--perl5/Local/MrRepo/Repo/Git.pm2
-rw-r--r--perl5/Local/MrRepo/Repo/Git/Annex.pm2
-rw-r--r--perl5/Local/Util.pm2
-rw-r--r--perl5/Local/Util/Git.pm2
9 files changed, 9 insertions, 9 deletions
diff --git a/perl5/Local/Desktop.pm b/perl5/Local/Desktop.pm
index b61f9270..858e57cd 100644
--- a/perl5/Local/Desktop.pm
+++ b/perl5/Local/Desktop.pm
@@ -15,7 +15,7 @@ package Local::Desktop;
# 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 5.028;
use strict;
diff --git a/perl5/Local/Homedir.pm b/perl5/Local/Homedir.pm
index 1ed0ce7a..7d8e2850 100644
--- a/perl5/Local/Homedir.pm
+++ b/perl5/Local/Homedir.pm
@@ -15,7 +15,7 @@ package Local::Homedir;
# 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/>.
diff --git a/perl5/Local/Interactive.pm b/perl5/Local/Interactive.pm
index f58c4e1e..86badd6c 100644
--- a/perl5/Local/Interactive.pm
+++ b/perl5/Local/Interactive.pm
@@ -13,7 +13,7 @@ package Local::Interactive;
# 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 strict;
use warnings;
diff --git a/perl5/Local/MrRepo.pm b/perl5/Local/MrRepo.pm
index ce82aeef..93f6eeb9 100644
--- a/perl5/Local/MrRepo.pm
+++ b/perl5/Local/MrRepo.pm
@@ -13,7 +13,7 @@ package Local::MrRepo;
# 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 strict;
use warnings;
diff --git a/perl5/Local/MrRepo/Repo.pm b/perl5/Local/MrRepo/Repo.pm
index 937d0a0e..8def4641 100644
--- a/perl5/Local/MrRepo/Repo.pm
+++ b/perl5/Local/MrRepo/Repo.pm
@@ -13,7 +13,7 @@ package Local::MrRepo::Repo;
# 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 strict;
use warnings;
diff --git a/perl5/Local/MrRepo/Repo/Git.pm b/perl5/Local/MrRepo/Repo/Git.pm
index dab96bc7..a8d56286 100644
--- a/perl5/Local/MrRepo/Repo/Git.pm
+++ b/perl5/Local/MrRepo/Repo/Git.pm
@@ -13,7 +13,7 @@ package Local::MrRepo::Repo::Git;
# 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 5.018;
use strict;
diff --git a/perl5/Local/MrRepo/Repo/Git/Annex.pm b/perl5/Local/MrRepo/Repo/Git/Annex.pm
index 17769514..4becb768 100644
--- a/perl5/Local/MrRepo/Repo/Git/Annex.pm
+++ b/perl5/Local/MrRepo/Repo/Git/Annex.pm
@@ -13,7 +13,7 @@ package Local::MrRepo::Repo::Git::Annex;
# 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 5.018;
use strict;
diff --git a/perl5/Local/Util.pm b/perl5/Local/Util.pm
index edba6d07..880cda9a 100644
--- a/perl5/Local/Util.pm
+++ b/perl5/Local/Util.pm
@@ -13,7 +13,7 @@ package Local::Util;
# 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 strict;
use warnings;
diff --git a/perl5/Local/Util/Git.pm b/perl5/Local/Util/Git.pm
index c48264d6..28eef0a2 100644
--- a/perl5/Local/Util/Git.pm
+++ b/perl5/Local/Util/Git.pm
@@ -13,7 +13,7 @@ package Local::Util::Git;
# 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/>.
# Probably best if this module has no non-core dependencies.