]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Use https for gnu.org 23849/head
authorMichael Biebl <biebl@debian.org>
Tue, 28 Jun 2022 14:07:35 +0000 (16:07 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 28 Jun 2022 14:07:35 +0000 (16:07 +0200)
65 files changed:
shell-completion/bash/bootctl
shell-completion/bash/busctl
shell-completion/bash/coredumpctl
shell-completion/bash/homectl
shell-completion/bash/hostnamectl
shell-completion/bash/journalctl
shell-completion/bash/kernel-install
shell-completion/bash/localectl
shell-completion/bash/loginctl
shell-completion/bash/machinectl
shell-completion/bash/networkctl
shell-completion/bash/oomctl
shell-completion/bash/portablectl
shell-completion/bash/resolvectl
shell-completion/bash/systemd-analyze
shell-completion/bash/systemd-cat
shell-completion/bash/systemd-cgls
shell-completion/bash/systemd-cgtop
shell-completion/bash/systemd-cryptenroll
shell-completion/bash/systemd-delta
shell-completion/bash/systemd-detect-virt
shell-completion/bash/systemd-id128
shell-completion/bash/systemd-nspawn
shell-completion/bash/systemd-path
shell-completion/bash/systemd-resolve
shell-completion/bash/systemd-run
shell-completion/bash/timedatectl
shell-completion/bash/udevadm
shell-completion/zsh/_busctl
shell-completion/zsh/_resolvectl
src/basic/macro.h
src/kernel-install/50-depmod.install
src/kernel-install/90-loaderentry.install
src/kernel-install/kernel-install.in
src/systemd/_sd-common.h
src/systemd/sd-bus-protocol.h
src/systemd/sd-bus-vtable.h
src/systemd/sd-bus.h
src/systemd/sd-daemon.h
src/systemd/sd-device.h
src/systemd/sd-dhcp-client.h
src/systemd/sd-dhcp-lease.h
src/systemd/sd-dhcp-option.h
src/systemd/sd-dhcp-server.h
src/systemd/sd-dhcp6-client.h
src/systemd/sd-dhcp6-lease.h
src/systemd/sd-dhcp6-option.h
src/systemd/sd-event.h
src/systemd/sd-hwdb.h
src/systemd/sd-id128.h
src/systemd/sd-ipv4acd.h
src/systemd/sd-ipv4ll.h
src/systemd/sd-journal.h
src/systemd/sd-lldp-rx.h
src/systemd/sd-lldp-tx.h
src/systemd/sd-lldp.h
src/systemd/sd-login.h
src/systemd/sd-messages.h
src/systemd/sd-ndisc.h
src/systemd/sd-netlink.h
src/systemd/sd-network.h
src/systemd/sd-path.h
src/systemd/sd-radv.h
src/systemd/sd-resolve.h
src/systemd/sd-utf8.h

index 11062e1b7adc16be97ae5004ca639e0bb4e08d01..9214af5350642572f1a3e3b87a99ccf1b5d5955b 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 1cc41d461870b943dd4ca8897b2584d3b944906a..ee51c84c0b061ec6d655bd6b0e215b3691a0324e 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index b43338eb21d771410b243f21a5e47ffefc205070..5416e9e58a7318decf6b0b38fbc7de2e0baaa83b 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 42ad221bb4fd2bf148ff4bf6d68386126e011b11..58a9c14c9e4668918f14fb748aa4e984071dd3ea 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 6f1909b599486da86ed89a29dfb7fc765c558b1c..63edc084aebe338bc50d72812615b3f34087675c 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 9a55c2d62d7a8ba2273f3c945eaaab5924722745..a1cfdb035c5150c7d0d4afe1f1465c8878e4e915 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 35c44ea3a84beeb1b3d7d77f21944811f60fbad1..4708777507b56d541bd38d5720bcfb1899a5a111 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 _kernel_install() {
     local comps
index 987ae34cc9137b2ce7162c98b8056cd482bb1680..b601343a6b6e59bbdea3f449c20a2f105181d864 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 2d03fcca3ede5753ec05834a7c0800ef4b5638ad..b98b019aa4c4a7c18866dca58ccc91c7428b0662 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 0227167928a756e5c79f720d5f620e8249297f27..b37b059708929c826fa9938da6188da00032dbbb 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index 40ac13abf860ab5db1f32b6d0b5478363d9503a4..db59a9ce34748fce2af05ae9f1571b525e573396 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index cc778199c9af8d5e4a48ae2e3055ab4dca10ed68..dc45ba58c0383b37de3fd216bce3cf75ad2e7e24 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index a0ccc733adb8462c75e3f8c4dd93722b6ed4c1d3..2baafb74860a11838c2b7dcfe1d97b4c7efd8e5b 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index fa4a27a8aec0792ef33d9fe13821c3c1850cced7..21f80143c3ff718407fa4effa7b4840029ae10e0 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 7a1104c0ad9700655d414bda4e53205b17c40ee2..9fe984d87c5ecd57eafd878fa1b9cfbe501767de 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 737f33981bb5a30ff255be6c73c2caa39c473206..b209140804d135d1272932b046dbd49bee32a6e8 100644 (file)
@@ -15,7 +15,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index f3a334f02d5065d5c27f9840455d29496f75df08..19307f9ed1b4512215bc1a7e79914a9a2b88f6b5 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index 2c59b6c9f69d36bce9a0d9554193338b18be1e05..c909260098066afaeb110fa9f7780c34a6a74f41 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index 10a35ccaacbb60dda5a7a4bf42131d7d437aaad1..132cf27f314f06631ca6eeb24c02e4811eb772e7 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index f94c1285332ad927ac41b07ed6c659b7919a1dd0..b148755d0875440349e53d645521d8866ff014d3 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index 0c9da3a22e1ad0adfd4f8e3dc7ab35498373511b..05e44903e0aeae4b9ee448b6636533ddbd509bb7 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index e882720549a8948771f41bdda17e94d76b59ba97..1c196391c80dfcbae2f24ca0ed6971566d08e689 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 3b6d65d96a96915571bcb66e52fdbd2bdc0e2b6a..fbc953f56ed2861880e87f14d55612d21942763b 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word() {
     local w word=$1; shift
index 4330c3e05b32d81fc555019fb846abe7ff1a57f2..40e2f7ec486b5c5ad6b005a5ad054991f64a7942 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index a52a610a32ba1f179bc3ce5a4c854041eddbd23c..20d904aedfc3de702333557cab29379f7bf07c19 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index c5db8b77bd8f3dbee88a07494fdd47a8360e2ff0..24853b28b4e35c4555c38432a59c18730260ecce 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __systemctl() {
     local mode=$1; shift 1
index 685b79d7ea1b1f052e4d28bb2a7da0f694c1cc9b..962fd6e37d543564480d857aab9d34974956148e 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 76463212cd8ceb4c099f5a1fa8e7636d91975386..99d4aa55c98130d38ea89d141cd039a7e8fdac13 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 __contains_word () {
     local w word=$1; shift
index 6b8d8a2eaf4edf8d83dc9803dbefc6d51fe8651a..0cb1c44a43c79655548aadfe7483d6eb6308e923 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 (( $+functions[_busctl_commands] )) || _busctl_commands()
 {
index eafc1ff42a2b693973493bf2f6e54692ea2bb9c2..4363ce702a59cdfdd2b6d14a95343f04395c16a8 100644 (file)
@@ -14,7 +14,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 (( $+functions[_resolvectl_protocols] )) ||
     _resolvectl_protocols() {
index e3ee7bfee9ed0714b781ba334b968ba33e255b1d..bcac55620e2cf99acdfb67feb5d6f076afa2e0e4 100644 (file)
@@ -324,7 +324,7 @@ static inline int __coverity_check_and_return__(int condition) {
 #ifndef thread_local
 /*
  * Don't break on glibc < 2.16 that doesn't define __STDC_NO_THREADS__
- * see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53769
+ * see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53769
  */
 #if __STDC_VERSION__ >= 201112L && !(defined(__STDC_NO_THREADS__) || (defined(__GNU_LIBRARY__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16))
 #define thread_local _Thread_local
index 61afdd4e9cd5f6175fd4daca38770a14bf32447a..67319afe61d7ad6589450a5c5a4cba5e3ec8f39b 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 COMMAND="$1"
 KERNEL_VERSION="$2"
index d26766accc8445bfcd1a7b15a2a0438aa9d587ba..549437c7cde777b305190ea5a6debc74d63919e8 100644 (file)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 COMMAND="$1"
 KERNEL_VERSION="$2"
index 2e1965852ec4f11c3fefb7b4210b1954577f2077..96084860fd7074b37ab977cee141901239cdbfb1 100755 (executable)
@@ -16,7 +16,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with systemd; If not, see <https://www.gnu.org/licenses/>.
 
 skip_remaining=77
 
index e121429640ba4d76558718772f170b04643f552c..38449463e24a909a98933ed5bdd15e860474ca04 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 /* This is a private header; never even think of including this directly! */
index ed96cdbab13e6a96a73095278c194b70354cc9ea..1581642275b71b3d9cdf1c89e3eba751943a9fd0 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include "_sd-common.h"
index bed6160042d145330336bc6950529926c55ab932..5e80ea895d4eba6941e80f256cf480f17a9918e5 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include "_sd-common.h"
index 1f3e462a0d26ef0946204b95d7a0f6ff7783c5f3..cad37d64ba8a3fbaea8edc743c82c294c3430e32 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index f42a5d89669a0f7218c3e8014c890cc19bdd4364..442b0ac604e41e5948df7a28f969613169be3e3b 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 55b0338ffe2805340b85ec0e231871d5a2d18a76..f8d7f225a97d55c7bccac973eda61a43f59743ec 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <errno.h>
index da0d9d2b8be0eb0f75fe45def17e2996419d2e04..855f938b091f4a4a74fd9392fdc904a7716a16ad 100644 (file)
@@ -16,7 +16,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 2a7e720fea5fe490e9f501573b39aa8b484953a9..3f21826b8a675ba36794c777b319eca5802aeccb 100644 (file)
@@ -15,7 +15,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <errno.h>
index 71aa479b5ebed949ae0a5686f0c7d6db8216a132..ce8fd6f8badd62ea62daad885e8c827cee96c8db 100644 (file)
@@ -15,7 +15,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index a8ca76d2ae3ce67711eb95affa5067addece0b3e..0fc1748c9bb770d7da8d75e82000165ec713d65e 100644 (file)
@@ -15,7 +15,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 77139a664b5e9eff32bc3d4074f80b04811d8798..7fe60c356c85e48093c6cf5b073bdd9e4172b9e4 100644 (file)
@@ -16,7 +16,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 472276def1ba4906afcabaaf0ba6a1f7bdd25221..716f6fc17c63b5a985d3ad08b25d2ad191f17d1f 100644 (file)
@@ -16,7 +16,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index ddb2c7cecdf4bf765cd8352d721678fb14953f74..b4b4671e4a25e1a806d43f1e28c66b3262130496 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 63984eef1595af82658c57b092be415ad040d988..e782339c4acc565ceae6989c26754f1117f66386 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 9eee1c192b603cc3beed1976396a2ab4e9a4282d..ff880f15db43ed7a9c55de1c6245575a72a0d758 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include "_sd-common.h"
index f7d3244bb381cd89e88fec9a70d6119c47f23233..cf87e8820fd40fdc49cc6653fbf600a3b828cf09 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 24a0bab7e4ec0024df560090410136a40f15325e..b5e253dbc2c4233c14d75172621cc3584b699113 100644 (file)
@@ -15,7 +15,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <net/ethernet.h>
index 58f6f169ecf565caf648f00ee151a69d13759dfd..35e4679a0db7ea17993889035f805d715ffc0a6e 100644 (file)
@@ -16,7 +16,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <net/ethernet.h>
index 03696eb1af9bf76cdd85284adb16a5d3b239cdc3..24638f1e0aba8bea1b7b5e1fc6e845c47cba7d50 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index fbbe7dc22a417dfa1561659641015f7c950c17d9..504d7f59c15e0b872b13ac71d55e71435bf6222d 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <errno.h>
index 349a2716eb3427c4ebefffa23a5400feafaa0673..2eeb6b654f055d6e3739f8e16c6a39c7fa3fb0ee 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <errno.h>
index b55c5512f937e26aab054b73b97495d67bc99cd7..4069c5b2999e95887d20ba43e3a4691e9fe617c8 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index d3ad6abef12ea05d713a9ab12aee49748027dbec..54970532eca8a63394090763176bbeec9cc0ce3c 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index f3cca758a0c01901a827933978da0c1c4d138a99..7238137e318b891fc37e9351b662bce115fc5639 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include "sd-id128.h"
index 8d457a51e71cde89dadb0b149a271ebb8143eae2..ee309a4253e13ba02306858b92168f6cbec33f61 100644 (file)
@@ -16,7 +16,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <errno.h>
index 6030d9f9e825e58d34276c5545281327d9eb0c20..2f748df2b5e14aafb6315f96e8e2b0eec21f38d0 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <errno.h>
index a74a4964b77814eb50292684fcd1c7355f796275..dfbbc28276a1445ae4c6dd282fb8e65170ec0960 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 80c2a672ec1356db6a21eb552895ecf196841ef5..161a8e0c8d1014869ba267cc0f7ad059dd19db1f 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 6eeb92c48b1ddfb4f54167d0d0d9220ed005a1f0..5e8d06f18f4bc044d1e86aeb635da3aa07347815 100644 (file)
@@ -16,7 +16,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include <inttypes.h>
index 96b974306d662d64a76036df605ccf5cad38cdad..f5dfae8ff6927b446abc197606fd704157500755 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 /* 'struct addrinfo' needs _GNU_SOURCE */
index 57013d011fce0f3f71b0b38db5d1e8867dee9124..556b21506ff0c0b29c5158888df5659c42a48562 100644 (file)
@@ -14,7 +14,7 @@
   Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+  along with systemd; If not, see <https://www.gnu.org/licenses/>.
 ***/
 
 #include "_sd-common.h"