summaryrefslogtreecommitdiff
path: root/dpkg-deb
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-12-06 16:04:27 +0100
committerGuillem Jover <guillem@debian.org>2013-12-07 07:51:18 +0100
commitae25c683c0141ac5ec6554f56d6c8af6f0764b03 (patch)
tree5c884117b125509b4dce572264168e0eafa47f2a /dpkg-deb
parentcb455941d7dcaadecdded5ca32eeb7fab54fd4bf (diff)
downloaddpkg-ae25c683c0141ac5ec6554f56d6c8af6f0764b03.tar.gz
Use https:// URLs instead of http:// when possible
Diffstat (limited to 'dpkg-deb')
-rw-r--r--dpkg-deb/build.c2
-rw-r--r--dpkg-deb/dpkg-deb.h2
-rw-r--r--dpkg-deb/extract.c2
-rw-r--r--dpkg-deb/info.c2
-rw-r--r--dpkg-deb/main.c2
5 files changed, 5 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
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 <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
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 <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
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 <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>