summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Makefile.am2
-rwxr-xr-xbuild-aux/check-testfiles.sh2
-rwxr-xr-xbuild-aux/gen-changelog.sh2
-rwxr-xr-xbuild-aux/man-lint.sh2
-rw-r--r--build-aux/src-sniff.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am
index 68079b93..dffe5f20 100644
--- a/build-aux/Makefile.am
+++ b/build-aux/Makefile.am
@@ -11,6 +11,6 @@
# 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/>.
EXTRA_DIST = check-testfiles.sh man-lint.sh gen-changelog.sh
diff --git a/build-aux/check-testfiles.sh b/build-aux/check-testfiles.sh
index 684fcf37..74472a13 100755
--- a/build-aux/check-testfiles.sh
+++ b/build-aux/check-testfiles.sh
@@ -13,7 +13,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/>.
rv=0
diff --git a/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh
index 38ab0f87..b21e05a8 100755
--- a/build-aux/gen-changelog.sh
+++ b/build-aux/gen-changelog.sh
@@ -15,7 +15,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/>.
set -u
top_srcdir="$1"
diff --git a/build-aux/man-lint.sh b/build-aux/man-lint.sh
index dc1e2543..e7dfa98e 100755
--- a/build-aux/man-lint.sh
+++ b/build-aux/man-lint.sh
@@ -12,7 +12,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/>.
rv=0
srcdir="$1" ; shift
diff --git a/build-aux/src-sniff.py b/build-aux/src-sniff.py
index febc9038..2d5b947e 100644
--- a/build-aux/src-sniff.py
+++ b/build-aux/src-sniff.py
@@ -15,7 +15,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/>.
# Many of these would probably be better as gnulib syntax checks, because
# gnulib provides a way of disabling checks for particular files, and