summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/archives.c2
-rw-r--r--src/archives.h2
-rw-r--r--src/cleanup.c2
-rw-r--r--src/configure.c2
-rw-r--r--src/depcon.c2
-rw-r--r--src/divertcmd.c2
-rw-r--r--src/divertdb.c2
-rw-r--r--src/enquiry.c2
-rw-r--r--src/errors.c2
-rw-r--r--src/file-match.c2
-rw-r--r--src/file-match.h2
-rw-r--r--src/filesdb-hash.c2
-rw-r--r--src/filesdb.c2
-rw-r--r--src/filesdb.h2
-rw-r--r--src/filters.c2
-rw-r--r--src/filters.h2
-rw-r--r--src/help.c2
-rw-r--r--src/infodb-access.c2
-rw-r--r--src/infodb-format.c2
-rw-r--r--src/infodb-upgrade.c2
-rw-r--r--src/infodb.h2
-rw-r--r--src/main.c2
-rw-r--r--src/main.h2
-rw-r--r--src/packages.c2
-rw-r--r--src/querycmd.c2
-rw-r--r--src/remove.c2
-rw-r--r--src/script.c2
-rw-r--r--src/select.c2
-rw-r--r--src/statcmd.c2
-rw-r--r--src/statdb.c2
-rw-r--r--src/t/100_dpkg_divert.t2
-rw-r--r--src/trigcmd.c2
-rw-r--r--src/trigproc.c2
-rw-r--r--src/unpack.c2
-rw-r--r--src/update.c2
-rw-r--r--src/verify.c2
36 files changed, 36 insertions, 36 deletions
diff --git a/src/archives.c b/src/archives.c
index f1338e31e..dcbba008c 100644
--- a/src/archives.c
+++ b/src/archives.c
@@ -19,7 +19,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/src/archives.h b/src/archives.h
index ad7f56592..07e74af1c 100644
--- a/src/archives.h
+++ b/src/archives.h
@@ -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/>.
*/
#ifndef ARCHIVES_H
diff --git a/src/cleanup.c b/src/cleanup.c
index c99970157..3f7f09318 100644
--- a/src/cleanup.c
+++ b/src/cleanup.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/src/configure.c b/src/configure.c
index fd0e4a687..e3463e640 100644
--- a/src/configure.c
+++ b/src/configure.c
@@ -19,7 +19,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/src/depcon.c b/src/depcon.c
index 4f407906c..068bb2a56 100644
--- a/src/depcon.c
+++ b/src/depcon.c
@@ -18,7 +18,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/src/divertcmd.c b/src/divertcmd.c
index 9bd0f9678..0acb2e14b 100644
--- a/src/divertcmd.c
+++ b/src/divertcmd.c
@@ -18,7 +18,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/src/divertdb.c b/src/divertdb.c
index 8fa788c95..3c80b1bd5 100644
--- a/src/divertdb.c
+++ b/src/divertdb.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/src/enquiry.c b/src/enquiry.c
index e65afaa38..0f927c6f6 100644
--- a/src/enquiry.c
+++ b/src/enquiry.c
@@ -18,7 +18,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/>.
*/
/* FIXME: per-package audit. */
diff --git a/src/errors.c b/src/errors.c
index d0e717688..0f3e5e51c 100644
--- a/src/errors.c
+++ b/src/errors.c
@@ -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/>.
*/
#include <config.h>
diff --git a/src/file-match.c b/src/file-match.c
index 0262c8fd5..51bdb0da7 100644
--- a/src/file-match.c
+++ b/src/file-match.c
@@ -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/>.
*/
#include <config.h>
diff --git a/src/file-match.h b/src/file-match.h
index 2331d2e9e..db7a40bab 100644
--- a/src/file-match.h
+++ b/src/file-match.h
@@ -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/>.
*/
#ifndef DPKG_FILE_MATCH_H
diff --git a/src/filesdb-hash.c b/src/filesdb-hash.c
index b846bf21a..5ebc1d4e3 100644
--- a/src/filesdb-hash.c
+++ b/src/filesdb-hash.c
@@ -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/>.
*/
#include <config.h>
diff --git a/src/filesdb.c b/src/filesdb.c
index 8c1da9bb8..fa1674a26 100644
--- a/src/filesdb.c
+++ b/src/filesdb.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/src/filesdb.h b/src/filesdb.h
index fbb996ec3..6be7d8938 100644
--- a/src/filesdb.h
+++ b/src/filesdb.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 FILESDB_H
diff --git a/src/filters.c b/src/filters.c
index f0187ae2f..43b7556b9 100644
--- a/src/filters.c
+++ b/src/filters.c
@@ -18,7 +18,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/src/filters.h b/src/filters.h
index b434cfa99..b878e7ec1 100644
--- a/src/filters.h
+++ b/src/filters.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_FILTERS_H
diff --git a/src/help.c b/src/help.c
index 2af873c45..1c3957ae6 100644
--- a/src/help.c
+++ b/src/help.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/src/infodb-access.c b/src/infodb-access.c
index 61a66a255..1de2fca48 100644
--- a/src/infodb-access.c
+++ b/src/infodb-access.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/src/infodb-format.c b/src/infodb-format.c
index 88ae82c20..41e8d96f1 100644
--- a/src/infodb-format.c
+++ b/src/infodb-format.c
@@ -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/>.
*/
#include <config.h>
diff --git a/src/infodb-upgrade.c b/src/infodb-upgrade.c
index 1949627b9..21cbafabd 100644
--- a/src/infodb-upgrade.c
+++ b/src/infodb-upgrade.c
@@ -18,7 +18,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/src/infodb.h b/src/infodb.h
index fa757615e..fa9405fd2 100644
--- a/src/infodb.h
+++ b/src/infodb.h
@@ -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/>.
*/
#ifndef DPKG_INFODB_H
diff --git a/src/main.c b/src/main.c
index fc0173a00..95291df26 100644
--- a/src/main.c
+++ b/src/main.c
@@ -18,7 +18,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/src/main.h b/src/main.h
index c4b36e0cf..503d70a40 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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/>.
*/
#ifndef MAIN_H
diff --git a/src/packages.c b/src/packages.c
index 94b5a44e8..7b4e427c3 100644
--- a/src/packages.c
+++ b/src/packages.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/src/querycmd.c b/src/querycmd.c
index bb3866cd7..5b8ac0c0b 100644
--- a/src/querycmd.c
+++ b/src/querycmd.c
@@ -19,7 +19,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/src/remove.c b/src/remove.c
index 77b32f29e..8a0d033e3 100644
--- a/src/remove.c
+++ b/src/remove.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/src/script.c b/src/script.c
index 4ae264a0c..49e640336 100644
--- a/src/script.c
+++ b/src/script.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/src/select.c b/src/select.c
index fc27bead6..9a351cb77 100644
--- a/src/select.c
+++ b/src/select.c
@@ -18,7 +18,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/src/statcmd.c b/src/statcmd.c
index 9a92c55a4..64e924d9d 100644
--- a/src/statcmd.c
+++ b/src/statcmd.c
@@ -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/>.
*
*/
diff --git a/src/statdb.c b/src/statdb.c
index 9763cabf7..a3d51e998 100644
--- a/src/statdb.c
+++ b/src/statdb.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/src/t/100_dpkg_divert.t b/src/t/100_dpkg_divert.t
index 56a64cc28..a959bf1de 100644
--- a/src/t/100_dpkg_divert.t
+++ b/src/t/100_dpkg_divert.t
@@ -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 Test::More;
use File::Spec;
diff --git a/src/trigcmd.c b/src/trigcmd.c
index 917fbcde3..c3ec7e728 100644
--- a/src/trigcmd.c
+++ b/src/trigcmd.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/src/trigproc.c b/src/trigproc.c
index bef6efc55..f9484ec76 100644
--- a/src/trigproc.c
+++ b/src/trigproc.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/src/unpack.c b/src/unpack.c
index 6d443eb92..51efbafd7 100644
--- a/src/unpack.c
+++ b/src/unpack.c
@@ -18,7 +18,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/src/update.c b/src/update.c
index 06c5fe008..c23ff5def 100644
--- a/src/update.c
+++ b/src/update.c
@@ -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/>.
*/
#include <config.h>
diff --git a/src/verify.c b/src/verify.c
index 4f5811714..9d375442c 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -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/>.
*/
#include <config.h>