From ae25c683c0141ac5ec6554f56d6c8af6f0764b03 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 6 Dec 2013 16:04:27 +0100 Subject: Use https:// URLs instead of http:// when possible --- dpkg-deb/build.c | 2 +- dpkg-deb/dpkg-deb.h | 2 +- dpkg-deb/extract.c | 2 +- dpkg-deb/info.c | 2 +- dpkg-deb/main.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dpkg-deb') diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c index b071fd358..d4b24e1a5 100644 --- a/dpkg-deb/build.c +++ b/dpkg-deb/build.c @@ -17,7 +17,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 . + * along with this program. If not, see . */ #include diff --git a/dpkg-deb/dpkg-deb.h b/dpkg-deb/dpkg-deb.h index 1d45135eb..13106be44 100644 --- a/dpkg-deb/dpkg-deb.h +++ b/dpkg-deb/dpkg-deb.h @@ -16,7 +16,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 . + * along with this program. If not, see . */ #ifndef DPKG_DEB_H diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c index 594fcc73a..4b1e1f26d 100644 --- a/dpkg-deb/extract.c +++ b/dpkg-deb/extract.c @@ -16,7 +16,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 . + * along with this program. If not, see . */ #include diff --git a/dpkg-deb/info.c b/dpkg-deb/info.c index d8b9742c6..9915117a0 100644 --- a/dpkg-deb/info.c +++ b/dpkg-deb/info.c @@ -16,7 +16,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 . + * along with this program. If not, see . */ #include diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c index ad130510b..5470b1e24 100644 --- a/dpkg-deb/main.c +++ b/dpkg-deb/main.c @@ -16,7 +16,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 . + * along with this program. If not, see . */ #include -- cgit v1.2.3